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)