jokerfool Posted June 7, 2019 Report Share Posted June 7, 2019 Looks like FileHippo have updated there code, its no longer /64 but _64 followed by what looks like a token https://filehippo.com/download_7-zip_64/89019/ 7z x64 FileHippo ID '7-zip_64' does not exist. Cannot invoke 'ApplicationJob' on a . Cannot invoke 'Message' on a . Quote Link to post Share on other sites
shawn Posted June 11, 2019 Report Share Posted June 11, 2019 Avoid filehippo wherever possible: <?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="11107674-809d-4de5-b8d1-a52cab3f8d5e"> <Category>Tools</Category> <WebsiteUrl /> <UserAgent>pycurl/7.18.2</UserAgent> <UserNotes /> <IgnoreFileInformation>false</IgnoreFileInformation> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <HashVariable /> <HashType>None</HashType> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>files/7-Zip/([\d\.]+)/</Regex> <Url>https://sourceforge.net/projects/sevenzip/files/7-Zip/</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>sdownload</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex></Regex> <Url>http://7-zip.org/download.html</Url> <TextualContent>http://www.7-zip.org/a/7z{version:replace:.:}-x64.exe</TextualContent> <Name>sdownload</Name> </UrlVariable> </value> </item> <item> <key> <string>schangelog</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>https://www.7-zip.org/history.txt</TextualContent> <Name>schangelog</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>CS</ExecutePreCommandType> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <TargetPath>..\{category}\{appname:regexreplace:([\s\t\r\n\\&\\]+):_}-{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{sdownload}</FixedDownloadUrl> <Name>7-Zip x64</Name> </ApplicationJob> </Jobs> Quote Link to post Share on other sites
jokerfool Posted June 12, 2019 Author Report Share Posted June 12, 2019 I've moved away from FileHippo for now and since the likely hood of other sites being used is very limited, I will just use my own server instead. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.