FileNotFoundException
Posted: 17 Apr 2017, 08:23
Hi,
just noticed my new media is no more showing up, turns out there is some problem with filebot.
I have no idea what that means, I can manually download this file from github.
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 (°_°)
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)