Synology: Upgraded to 4.9.2 - Run any action - Error Fetch failed
Posted: 14 Oct 2020, 14:22
Hi,
I upgraded my Filebot to 4.9.2 last week on a Synology unit (DS416play running DSM 6.2.3-25426 Update 2). Ever since the upgrade (which I did through the package center) I am getting the following error:
The above error occurs when I use Filebot Node (or commandline/terminal session) to do the any of the following:
1. Execute a scan of a fixed video folder for processing video files
* filebot -script 'fn:amc' /volume1/downloads --output /volume1/video/processing --action move -non-strict --order Airdate --conflict auto --lang en --def 'artwork=y' 'subtitles=eng' 'clean=y' 'skipExtract=y' 'minLengthMS=0' 'minFileSize=0' 'excludeList=.excludes' --apply refresh -no-index --log all --log-file '/usr/local/filebot-node/data/filebot.log'
2. Try to obtain the system-info
* filebot -script 'fn:sysinfo' --log-file '/usr/local/filebot-node/data/filebot.log'
The above was working previously in the older version.
I have tried the following steps to correct the issue:
Other bits of information to help:
If you could offer any kind of advice I would be most grateful.
Kind Regards
Neeraj
I upgraded my Filebot to 4.9.2 last week on a Synology unit (DS416play running DSM 6.2.3-25426 Update 2). Ever since the upgrade (which I did through the package center) I am getting the following error:
Code: Select all
Fetch failed: Try again in 2 seconds (2 more) => https://api.filebot.net/8046/script/fn.jar.xz [530 null]
Fetch failed: Try again in 8 seconds (1 more) => https://api.filebot.net/8046/script/fn.jar.xz [530 null]
Failed to fetch resource: https://api.filebot.net/8046/script/fn.jar.xz
https://api.filebot.net/8046/script/fn.jar.xz [530 null]
at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)
at net.filebot.web.WebRequest.fetch(Unknown Source)
at net.filebot.CachedResource.lambda$fetchIfModified$10(Unknown Source)
at net.filebot.CachedResource.lambda$get$1(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.lambda$get$2(Unknown Source)
at net.filebot.Cache.computeIf(Unknown Source)
at net.filebot.CachedResource.get(Unknown Source)
at net.filebot.MemoizedResource.get(Unknown Source)
at net.filebot.cli.ScriptBundle.getScript(Unknown Source)
at net.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Server Error: https://api.filebot.net/8046/script/fn.jar.xz [530 null]
https://api.filebot.net/8046/script/fn.jar.xz [530 null]
at net.filebot.web.WebRequest.checkErrorCode(Unknown Source)
at net.filebot.web.WebRequest.fetch(Unknown Source)
at net.filebot.CachedResource.lambda$fetchIfModified$10(Unknown Source)
at net.filebot.CachedResource.lambda$get$1(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.retry(Unknown Source)
at net.filebot.CachedResource.lambda$get$2(Unknown Source)
at net.filebot.Cache.computeIf(Unknown Source)
at net.filebot.CachedResource.get(Unknown Source)
at net.filebot.MemoizedResource.get(Unknown Source)
at net.filebot.cli.ScriptBundle.getScript(Unknown Source)
at net.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Error (o_O)
------------------------------------------
[Process error]
🔺 Exit Code: 1
The above error occurs when I use Filebot Node (or commandline/terminal session) to do the any of the following:
1. Execute a scan of a fixed video folder for processing video files
* filebot -script 'fn:amc' /volume1/downloads --output /volume1/video/processing --action move -non-strict --order Airdate --conflict auto --lang en --def 'artwork=y' 'subtitles=eng' 'clean=y' 'skipExtract=y' 'minLengthMS=0' 'minFileSize=0' 'excludeList=.excludes' --apply refresh -no-index --log all --log-file '/usr/local/filebot-node/data/filebot.log'
2. Try to obtain the system-info
* filebot -script 'fn:sysinfo' --log-file '/usr/local/filebot-node/data/filebot.log'
The above was working previously in the older version.
I have tried the following steps to correct the issue:
- Clear System Cache (filebot -clear-cache -clear-prefs -clear-history --log-file '/usr/local/filebot-node/data/filebot.log')
- Uninstalled FileBot Node (using package center)
- Uninstall FileBot (using package center)
- Uninstall Java Installer (using package center)
- Reboot system
- Re-install JAVA Installer (Rednoah V2.13)
- Re-install FileBot (V4.9.2)
- Re-install FileBot Node (0.3.1)
- Apply License Key which shows as FileBot License ######### (Valid-Until: 2069-07-23) has been activated successfully.
Code: Select all
openjdk version "15" 2020-09-15
OpenJDK Runtime Environment (build 15+36-1562)
OpenJDK 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)
- I have not installed any other version of JAVA from the package center
- I have node.js v12 installed (V12.16.3-0017), which I have not updated and I can't uninstall as it's a pre-requisite for another Synology application
- I checked and I can get to the address https://api.filebot.net/8046/script/ which shows as ACCESS DENIED (I guess is expected behaviour)
If you could offer any kind of advice I would be most grateful.
Kind Regards
Neeraj