FileNotFoundException

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
ziemowit
Posts: 32
Joined: 13 Feb 2015, 06:59

FileNotFoundException

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

Re: FileNotFoundException

Post by rednoah »

What does filebot -version say?
:idea: Please read the FAQ and How to Request Help.
ziemowit
Posts: 32
Joined: 13 Feb 2015, 06:59

Re: FileNotFoundException

Post by ziemowit »

Code: Select all

Synology> filebot -version
FileBot 4.6 (r3052) / Java(TM) SE Embedded Runtime Environment 1.8.0_121 (headless)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileNotFoundException

Post by rednoah »

That release is like really old. Have you tried the latest FileBot 4.7.9 (r4984) yet?
:idea: Please read the FAQ and How to Request Help.
ziemowit
Posts: 32
Joined: 13 Feb 2015, 06:59

Re: FileNotFoundException

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

Re: FileNotFoundException

Post 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.
:idea: Please read the FAQ and How to Request Help.
ziemowit
Posts: 32
Joined: 13 Feb 2015, 06:59

Re: FileNotFoundException

Post by ziemowit »

So all I need to do is run portable.sh to update? Anything else? Will it overwrite my settings?
Post Reply