FileNotFoundException for amc.groovy

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
goldcard
Posts: 2
Joined: 02 Sep 2014, 08:18

FileNotFoundException for amc.groovy

Post by goldcard »

My last successful call to the amc.groovy script via filebot was done on 26/8. Since then, I'm receiving the following error:

FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy
at net.sourceforge.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.sourceforge.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.sourceforge.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.sourceforge.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:133)
at net.sourceforge.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:78)
at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:236)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:84)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)

The script is indeed not located in that location (file not found when following the link), but I have no idea on how to repair this?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileNotFoundException for amc.groovy

Post by rednoah »

What's the latest release?
v4.2 or newer

What are you using?
v4.1 or older
:idea: Please read the FAQ and How to Request Help.
goldcard
Posts: 2
Joined: 02 Sep 2014, 08:18

Re: FileNotFoundException for amc.groovy

Post by goldcard »

Hi Rednoah,

I just updated to the lastest version this morning. Didnt try any new downloads since. Is you reply implicitly suggesting that this FileNotFound error will not occur when using the latest version? In that case, thnx! :)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileNotFoundException for amc.groovy

Post by rednoah »

Bingo ;)
:idea: Please read the FAQ and How to Request Help.
Post Reply