script unreachable or FileNotFoundException

Any questions? Need some help?
Post Reply
tocotron
Posts: 2
Joined: 18 Jul 2014, 10:40

script unreachable or FileNotFoundException

Post by tocotron »

Dear Community,

my filebot install worked fine for over 6 months. Since yesterday I get a FileNotFoundException.

Code: Select all

 filebot -script fn:sysinfo
FileNotFoundException: http://www.filebot.net/scripts/sysinfo.groovy
java.io.FileNotFoundException: http://www.filebot.net/scripts/sysinfo.groovy
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1401)
        at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2214)
        at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:596)
        at java.net.URLConnection.getContentLength(URLConnection.java:491)
        at net.sourceforge.filebot.web.WebRequest.fetch(Unknown Source)
        at net.sourceforge.filebot.web.WebRequest.fetchIfModified(Unknown Source)
        at net.sourceforge.filebot.web.CachedResource.fetchData(Unknown Source)
        at net.sourceforge.filebot.web.CachedResource.fetch(Unknown Source)
        at net.sourceforge.filebot.web.CachedResource.get(Unknown Source)
        at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(Unknown Source)
        at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
        at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
        at net.sourceforge.filebot.Main.main(Unknown Source)
If i try to reach http://www.filebot.net/scripts/sysinfo.groovy via browser, I get an 404. I've tried over dsl and umts both times a 404. Is anybody else getting this issue?
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: script unreachable or FileNotFoundException

Post by rednoah »

Sorry, older 3.* versions are no longer supported for security reasons. Please update to the latest v4.2 release.
:idea: Please read the FAQ and How to Request Help.
tocotron
Posts: 2
Joined: 18 Jul 2014, 10:40

Re: script unreachable or FileNotFoundException

Post by tocotron »

Do i get the error missage because of an old Filebot Version or do you mean, that i dont get support because of old version?
I'm on debian squeeze, so i can't install java 7 wich is needed for newer filebot version.
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: script unreachable or FileNotFoundException

Post by rednoah »

Yes, whatever version of FileBot you're using is outdated and broken for good. And there's definitely no "customer support" for anything but the latest release. :D
:idea: Please read the FAQ and How to Request Help.
Post Reply