I installed a FileBot and FileBot Node update through Package Center which came out today. I'm on DSM 6.2.4-25556.
While FileBot seems to run fine (FileBot 4.9.3 (r8338) / OpenJDK Runtime Environment 16.0.1 / Linux 4.4.59+ (amd64)), when I try to launch FileBot Node from the DSM desktop, the application window opens just showing Not found. See screenshot. Any hints how to troubleshoot would be greatly appreciated. Also if there are steps to "clean install" FileBot Node, that would perhaps help, too.
You'll have to create a new Task in Synology Task Scheduler, with the following command, to make Synology Task Scheduler call this command on a schedule:
Filebot doesn't work anymore !
I've updated 3 files : Java Installer (and done the uninstalled with putty as mentioned), Filebot Node and Filebot.
A simple Dry Run tells me there's 3 errors :
filebot -script 'fn:amc' '/volume1/downloads/en cours' --output /volume1/video --action TEST -non-strict --order Airdate --conflict auto --lang en --def 'artwork=y' 'subtitles=fra' 'skipExtract=y' 'minLengthMS=0' 'seriesFormat=TV Shows/{n}/{'\''Saison '\''+s}/{n} - {sxe} - {t}' 'movieFormat=Movies/{ny}/{ny}' 'excludeList=.excludes' --apply refresh --log all --log-file '/var/packages/filebot-node/target/data/filebot.log'
------------------------------------------
OpenJDK 64-Bit Server VM warning: Option --illegal-access is deprecated and will be removed in a future release. java.nio.file.AccessDeniedException: /volume1/downloads/en cours: /volume1/downloads/en cours
Run script [fn:amc] at [Wed Jun 16 17:45:09 CEST 2021]
Parameter: artwork = y
Parameter: subtitles = fra
Parameter: skipExtract = y
Parameter: minLengthMS = 0
Parameter: seriesFormat = TV Shows/{n}/{'Saison '+s}/{n} - {sxe} - {t}
Parameter: movieFormat = Movies/{ny}/{ny}
Parameter: excludeList = .excludes Invalid usage: output folder must exist and must be a writable directory: /volume1/video
Invalid usage: no input
Abort (×_×)
------------------------------------------
[Process error]
Exit Code: 4
And also : FileBot License PX??????? (Valid-Until: 2069-07-16) has been activated successfully.
DSM 6.2.4 does not allow 3rd party applications to run as admin anymore, and therefore 3rd party application cannot access your files by default anymore. You will need to grant permissions explicitly.
Got the same problem.
Did the whole procedure:
-reinstall Java, FB & FB Node
- Set Permissions for FileBot
Still getting the java.nio.file.AccessDeniedException after giving the Read/Write permissions to FileBot.
Any idea?
KarstenH wrote: ↑22 Jun 2021, 19:08
Got the same problem.
Did the whole procedure:
-reinstall Java, FB & FB Node
- Set Permissions for FileBot
Still getting the java.nio.file.AccessDeniedException after giving the Read/Write permissions to FileBot.
Any idea?
Creating a new Shared Folder with correct permissions solved the problem.
It seems that the permissions under the hood are not the same for a new folder as it was for an old folder: Old:
Name | No Access | Read/Write | Read Only New:
Name | No Access | Read/Write | Read Only | Custom
So it seems that it might be a good idea to remake all my shared folders to prepare for the future.
Thanks a lot