Page 1 of 1

Missing repository.jar on githusercontent

Posted: 14 Apr 2016, 10:34
by richyb
I'm running Filebot on a Synology NAS (with DSM 6) and it was working brilliantly with DSM 6 on the 2nd of April. However, attempting to run Filebot today (14th) via Filebot node results in:

Code: Select all

filebot -script 'fn:amc' /volume1/xxxx --output /volume1/yyyyy/ --action test -non-strict --conflict auto --lang en --def 'ut_label=tv' 'music=y' 'unsorted=y' 'artwork=y' 'subtitles=eng' 'clean=y' 'skipExtract=y' 'minLengthMS=300000' 'minFileSize=100000000' 'excludeList=.excludes' --log all

------------------------------------------

Resource not found: https://raw.githubusercontent.com/filebot/scripts/m2/repository.jar
Script not found: amc
java.io.FileNotFoundException: Script not found: amc
	at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:50)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:70)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
	at net.filebot.Main.main(Main.java:123)
Failure (°_°)
------------------------------------------
trying to run it again just results in the "Script not found" error onwards.

Running Tools->System Info results in:

Code: Select all

filebot -script 'fn:sysinfo'

------------------------------------------

Script not found: sysinfo
java.io.FileNotFoundException: Script not found: sysinfo
	at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:50)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:70)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
	at net.filebot.Main.main(Main.java:123)
Failure (°_°)
------------------------------------------

[Process error]
What could have gone wrong and how should I start fixing it?

Re: Missing repository.jar on githusercontent

Posted: 14 Apr 2016, 11:16
by rednoah
Have you tried the latest revision / RC release?