Was working fine a few weeks ago, im guessing a few updates must have broken it. Runs fine via SSH using the same command. Output when running via scheduled task below
Task: AMC
Start time: Tue, 21 Jun 2016 23:34:42 GMT Stop time: Tue, 21 Jun 2016 23:34:44 GMT Current status: 1 Standard output/error:
Cannot cast java.net.URI to [B
java.lang.ClassCastException: Cannot cast java.net.URI to [B
at net.filebot.CachedResource.get(CachedResource.java:107)
at net.filebot.MemoizedResource.get(Resource.java:36)
at net.filebot.cli.ScriptBundle.getScript(ScriptBundle.java:34)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
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:120)
Failure (°_°)
Synology DSM 6 scheduled task no longer working
Re: Synology DSM 6 scheduled task no longer working
You may need to run -clear-cache once.
Re: Synology DSM 6 scheduled task no longer working
perfect works now. Is that something we might need to do regularly?
Re: Synology DSM 6 scheduled task no longer working
No, and you shouldn't. But there's a bug where filebot might cache bad network responses, making a one-time network issue cause failures in future runs.
Re: Synology DSM 6 scheduled task no longer working
Great! thanks RN