Jump to content
Ketarin forum

UksusoFF

Members
  • Posts

    108
  • Joined

  • Last visited

Posts posted by UksusoFF

  1. 10 hours ago, shawn said:

    If you continue to experience issues with that please report here.

    Yep. Seems trouble with app which contains slash in id:

    https://filehippo.com/download_vlc_media_player/64/
    https://filehippo.com/download_infrarecorder/32/

    Also other app from FH fail parse version.

  2. The UA doesn't necessarily determine what you get, though. With IE64 you might get a tarball. With wget you might get the Windows 32-bit version. With Chrome on Windows you might get an RPM. SourceForge's "latest" feature just isn't reliable enough to depend on as a source for anything with multiple builds or variations.

    I use this:

    Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
    It's contains WOW64. But you're right it's can be some issues.
  3. Hi!

    I need to update one file as scheduled.

    I'm using scheduled tasks with /silent key.

    It's worked on WinXP.

    I moved portable version to Win7 with fix path to save file.

    Now it's broken. It's always with "Working" status in scheduled tasks.

    Any chance get log file to understand what is broken?

  4. Hi! Anyone have trouble with ftp?

    I'm getting error for some apps.

    eg

    <?xml version='1.0' encoding='utf-8'?>
    <Jobs>
      <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="c5741558-da44-43f7-b302-d6f88a01ba41">
        <WebsiteUrl />
        <UserAgent />
        <UserNotes />
        <LastFileSize>128910528</LastFileSize>
        <LastFileDate>2013-08-25T10:43:08.9807003</LastFileDate>
        <IgnoreFileInformation>false</IgnoreFileInformation>
        <DownloadBeta>Default</DownloadBeta>
        <DownloadDate>2009-01-02T18:19:07</DownloadDate>
        <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
        <VariableChangeIndicator />
        <CanBeShared>false</CanBeShared>
        <ShareApplication>false</ShareApplication>
        <ExclusiveDownload>false</ExclusiveDownload>
        <HttpReferer />
        <SetupInstructions />
        <Variables />
        <ExecuteCommand />
        <ExecutePreCommand />
        <ExecuteCommandType>Batch</ExecuteCommandType>
        <ExecutePreCommandType>Batch</ExecutePreCommandType>
        <Category>Anti-Virus</Category>
        <SourceType>FixedUrl</SourceType>
        <PreviousLocation>E:\Soft\!Soft\!Antivirus\Doctor Web\CureIt!_2013-39-25.exe</PreviousLocation>
        <DeletePreviousFile>true</DeletePreviousFile>
        <Enabled>true</Enabled>
        <FileHippoId />
        <LastUpdated>2013-08-25T10:43:08.9807003</LastUpdated>
        <TargetPath>E:\Soft\!Soft\!Antivirus\Doctor Web\{appname}_{yyyy}-{mm}-{dd}.{url:ext}</TargetPath>
        <FixedDownloadUrl>ftp://ftp.drweb.com/pub/drweb/cureit/launch.exe</FixedDownloadUrl>
        <Name>CureIt!</Name>
      </ApplicationJob>
    </Jobs>
    
    <?xml version='1.0' encoding='utf-8'?>
    <Jobs>
      <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="ec9e1a41-0802-4237-bc48-0dbbb65318ab">
        <WebsiteUrl />
        <UserAgent />
        <UserNotes />
        <LastFileSize>41195678</LastFileSize>
        <LastFileDate>2013-02-25T07:54:09.3608443</LastFileDate>
        <IgnoreFileInformation>false</IgnoreFileInformation>
        <DownloadBeta>Default</DownloadBeta>
        <DownloadDate xsi:nil="true" />
        <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
        <VariableChangeIndicator />
        <CanBeShared>true</CanBeShared>
        <ShareApplication>false</ShareApplication>
        <ExclusiveDownload>false</ExclusiveDownload>
        <HttpReferer />
        <SetupInstructions />
        <Variables>
          <item>
            <key>
              <string>url</string>
            </key>
            <value>
              <UrlVariable>
                <RegexRightToLeft>false</RegexRightToLeft>
                <VariableType>RegularExpression</VariableType>
                <Regex>[^"'=]+\.exe</Regex>
                <Url>http://www.freepascal.org/down/i386/win32-austria.var</Url>
                <Name>url</Name>
              </UrlVariable>
            </value>
          </item>
        </Variables>
        <ExecuteCommand />
        <ExecutePreCommand />
        <ExecuteCommandType>Batch</ExecuteCommandType>
        <ExecutePreCommandType>Batch</ExecutePreCommandType>
        <Category />
        <SourceType>FixedUrl</SourceType>
        <PreviousLocation>E:\Soft\!Soft\!Programming\Free Pascal\fpc-2.6.2.i386-win32.exe</PreviousLocation>
        <DeletePreviousFile>true</DeletePreviousFile>
        <Enabled>true</Enabled>
        <FileHippoId />
        <LastUpdated>2013-02-25T07:54:09.3608443</LastUpdated>
        <TargetPath>E:\Soft\!Soft\!Programming\Free Pascal\</TargetPath>
        <FixedDownloadUrl>{url}</FixedDownloadUrl>
        <Name>Free Pascal</Name>
      </ApplicationJob>
    </Jobs>
    
  5. Hi! After update i've get this error:

    System.ArgumentException: *translated* Path contains invalid characters.*/translated*
    в System.IO.Path.CheckInvalidPathChars(String path)
    в System.IO.Path.GetExtension(String path)
    в Ketarin.UrlVariable.ReplaceFunction(String function, String content)
    в Ketarin.UrlVariable.Replace(String formatString, String varname, String content)
    в Ketarin.UrlVariable.ReplaceInString(String value, DateTime fileDate, Boolean onlyCached)
    в Ketarin.ApplicationJob.UrlVariableCollection.ReplaceAllInString(String value, DateTime fileDate, String filename, Boolean onlyCachedContent)
    в Ketarin.MainForm.<.ctor>b__6(Object x)
    в CDBurnerXP.Controls.OLVColumn.GetValue(Object rowObject)
    в CDBurnerXP.Controls.OLVColumn.GetStringValue(Object rowObject)
    в CDBurnerXP.Controls.ObjectListView.FillInValues(OLVListItem lvi, Object rowObject)
    в CDBurnerXP.Controls.ObjectListView.RefreshItem(OLVListItem olvi)
    в CDBurnerXP.Controls.ObjectListView.RefreshObjects(IList modelObjects)
    в CDBurnerXP.Controls.ObjectListView.RefreshObject(Object modelObject)
    в Ketarin.MainForm.<>c__DisplayClass1c.<m_Updater_StatusChanged>b__1b()
    в System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
    в System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
    в System.Threading.ExecutionContext.runTryCode(Object userData)
    в System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    в System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
    в System.Windows.Forms.Control.InvokeMarshaledCallbacks()
    

    How i can discover which item get exception on update?

  6. <?xml version='1.0' encoding='utf-8'?>
    <Jobs>
    <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="0772f888-bb2e-45b0-a289-84071c97a27d">
    <WebsiteUrl />
    <UserAgent>Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0</UserAgent>
    <UserNotes />
    <LastFileSize>38273168</LastFileSize>
    <LastFileDate>2012-12-20T12:08:15.3670844</LastFileDate>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate xsi:nil="true" />
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator />
    <CanBeShared>true</CanBeShared>
    <ShareApplication>false</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer>http://get.adobe.com/reader/direct/</HttpReferer>
    <SetupInstructions />
    <Variables>
     <item>
     <key>
    	 <string>version</string>
     </key>
     <value>
    	 <UrlVariable>
    	 <RegexRightToLeft>false</RegexRightToLeft>
    	 <VariableType>StartEnd</VariableType>
    	 <Regex />
    	 <Url>http://get.adobe.com/reader/</Url>
    	 <StartText>mainInstaller: "Reader_</StartText>
    	 <EndText>_</EndText>
    	 <Name>version</Name>
    	 </UrlVariable>
     </value>
     </item>
     <item>
     <key>
    	 <string>url</string>
     </key>
     <value>
    	 <UrlVariable>
    	 <RegexRightToLeft>false</RegexRightToLeft>
    	 <VariableType>RegularExpression</VariableType>
    	 <Regex>[^"'=]+win[^"']+\.exe</Regex>
    	 <Url>http://get.adobe.com/reader/completion/?installer=Reader_{version}_{lang}_for_Windows</Url>
    	 <Name>url</Name>
    	 </UrlVariable>
     </value>
     </item>
     <item>
     <key>
    	 <string>lang</string>
     </key>
     <value>
    	 <UrlVariable>
    	 <RegexRightToLeft>false</RegexRightToLeft>
    	 <VariableType>Textual</VariableType>
    	 <Regex />
    	 <TextualContent>English</TextualContent>
    	 <Name>lang</Name>
    	 </UrlVariable>
     </value>
     </item>
    </Variables>
    <ExecuteCommand />
    <ExecutePreCommand />
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <Category />
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation>Adobe_Reader_11.0.exe</PreviousLocation>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId />
    <LastUpdated>2012-12-20T12:08:15.3670844</LastUpdated>
    <TargetPath>{appname:replace: :_}_{version:replace: :_}.{url:ext}</TargetPath>
    <FixedDownloadUrl>{url}</FixedDownloadUrl>
    <Name>Adobe Reader</Name>
    </ApplicationJob>
    </Jobs>
    

    Other version with language support.

    Available language is here: http://get.adobe.com/reader/otherversions/

    But some language is not available for latest version

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.