I've been running Filebot 4.2 incl. AMC.
My script calls the updated master groovy by fn:amc but now Im starting to get these errors in my Filebot log:
Code: Select all
FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.1/amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.1/amc.groovy
at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:118)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:32)
at net.filebot.web.CachedResource.fetchData(CachedResource.java:11)
at net.filebot.web.AbstractCachedResource.fetch(AbstractCachedResource.java:133)
at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:78)
at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:198)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)