Page 1 of 1

Filebot worked great for a year, now it stops!

Posted: 12 Mar 2016, 09:56
by bashers
I've had my filebot system set-up and working lovely for many months on my ubutu64 system.

Heres the full filebot command:

Code: Select all

filebot -script fn:amc /mnt/torrents/downloads/complete/ --log-file /mnt/torrents/Filebot_linux/films.log --action copy --conflict skip --def clean=y --def "movieFormat=/mnt/films/{n} ({y})/{n}-{vf}-({y})"  -non-strict --def "seriesFormat=/mnt/video/TV\ Series/{n}/{n} - {'Season '+s}/{n }-{s00e00}-{vf}" -non-strict --def music=n artwork=n --def excludeList=/mnt/torrents/Filebot_linux/films_exclude.log
Out of the blue i get the following in the logs:

Code: Select all

FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.5/amc.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/v4.5/amc.groovy
        at net.filebot.web.WebRequest.fetch(WebRequest.java:116)
        at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:94)
        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:201)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
        at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:109)
        at net.filebot.Main.main(Main.java:183)
Failure (°_°)

I can find the fle so I've copied it locally and edited the script, but i then get the following errors:

Code: Select all

MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
 @ line 133, column 22.
   def excludePathSet = new FileSet()
                        ^

1 error
Please help!

Re: Filebot worked great for a year, now it stops!

Posted: 12 Mar 2016, 10:15
by rednoah
Please use the latest version.

Re: Filebot worked great for a year, now it stops!

Posted: 12 Mar 2016, 10:41
by bashers
i tried apt-get update filebot and it reported i had the latest version!!

downloaded 4.6.deb and upgraded over 4.5 and it works now.

doh!

thanks again rednoah

Re: Filebot worked great for a year, now it stops!

Posted: 12 Mar 2016, 11:56
by rednoah
FileBot isn't available on apt-get ... The GUI will remind you about updates, and if you call the sysinfo script then it'll also show you if there's any updates available.