Missing repository.jar on githusercontent

All your suggestions, requests and ideas for future development
Post Reply
richyb
Posts: 8
Joined: 28 Jan 2016, 10:52

Missing repository.jar on githusercontent

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

Re: Missing repository.jar on githusercontent

Post by rednoah »

Have you tried the latest revision / RC release?
:idea: Please read the FAQ and How to Request Help.
Post Reply