Filebot worked great for a year, now it stops!

Support for Ubuntu and other Desktop Linux distributions
Post Reply
bashers
Posts: 20
Joined: 09 Mar 2014, 09:07

Filebot worked great for a year, now it stops!

Post 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!
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

Please use the latest version.
:idea: Please read the FAQ and How to Request Help.
bashers
Posts: 20
Joined: 09 Mar 2014, 09:07

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

Post 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
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply