Filebot 4.1/4.2 not support by AMC anymore?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
MeRoL
Posts: 9
Joined: 28 Jun 2015, 08:20

Filebot 4.1/4.2 not support by AMC anymore?

Post by MeRoL »

Hi,

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)
How to fix this?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot 4.1/4.2 not support by AMC anymore?

Post by rednoah »

These older versions are no longer functional. Please use FileBot 4.7 or higher.
:idea: Please read the FAQ and How to Request Help.
MeRoL
Posts: 9
Joined: 28 Jun 2015, 08:20

Re: Filebot 4.1/4.2 not support by AMC anymore?

Post by MeRoL »

rednoah wrote:These older versions are no longer functional. Please use FileBot 4.7 or higher.
Okay. Do v4.7 have the lang detection like the older versions?? I only used v4.2 because of that feature ".
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot 4.1/4.2 not support by AMC anymore?

Post by rednoah »

Yes.
:idea: Please read the FAQ and How to Request Help.
Post Reply