Page 1 of 1

FileNotFoundException

Posted: 17 Apr 2017, 08:23
by ziemowit
Hi,

just noticed my new media is no more showing up, turns out there is some problem with filebot.

Code: Select all

Synology> filebot -script fn:sysinfo
FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/m1/sysinfo.groovy
java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/m1/sysinfo.groovy
	at net.filebot.web.WebRequest.fetch(WebRequest.java:123)
	at net.filebot.web.WebRequest.fetchIfModified(WebRequest.java:101)
	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:137)
	at net.filebot.web.AbstractCachedResource.get(AbstractCachedResource.java:82)
	at net.filebot.cli.ArgumentProcessor$DefaultScriptProvider.fetchScript(ArgumentProcessor.java:210)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
	at net.filebot.Main.main(Main.java:168)
Failure (°_°)
I have no idea what that means, I can manually download this file from github.

Code: Select all

Synology> java -showversion
java version "1.8.0_121"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_121-b13, headless)
Java HotSpot(TM) Embedded Client VM (build 25.121-b13, mixed mode)

Re: FileNotFoundException

Posted: 17 Apr 2017, 09:10
by rednoah
What does filebot -version say?

Re: FileNotFoundException

Posted: 17 Apr 2017, 09:21
by ziemowit

Code: Select all

Synology> filebot -version
FileBot 4.6 (r3052) / Java(TM) SE Embedded Runtime Environment 1.8.0_121 (headless)

Re: FileNotFoundException

Posted: 17 Apr 2017, 10:12
by rednoah
That release is like really old. Have you tried the latest FileBot 4.7.9 (r4984) yet?

Re: FileNotFoundException

Posted: 17 Apr 2017, 10:24
by ziemowit
How do I update FileBot, it doesn't show a new version in package center. I am stuck on DSM 5 due to hardware limitations.

Re: FileNotFoundException

Posted: 17 Apr 2017, 10:31
by rednoah
Since you're running the latest version of Java, running the latest version of FileBot is certainly possible. The SPK package might not be working, but you can always use the generic Linux version and set it up yourself.

@see https://github.com/filebot/plugins/blob ... ortable.sh

:!: You'll need basic bash and SSH skills though.

Re: FileNotFoundException

Posted: 28 Apr 2017, 09:25
by ziemowit
So all I need to do is run portable.sh to update? Anything else? Will it overwrite my settings?