Page 1 of 1

FB Node stopped working due to Access Denied

Posted: 31 Jul 2021, 09:34
by stooovie
Hi, I started getting this. I didn't change anything, DSM seems to have updated a minor version (now DSM 6.2.4-25556). FileBot 4.9.3 (r8340) / OpenJDK Runtime Environment 16.0.2 / Linux 3.10.105 (arm)

Code: Select all

filebot -script 'fn:amc' /volume1/Public/Downloads --output /volume1/Public/Video --action TEST -non-strict --order Airdate --conflict override --lang en --def 'unsorted=y' 'subtitles=Czech, English' 'clean=y' 'minLengthMS=300000' 'excludeList=.excludes' --apply refresh --log info --log-file '/var/packages/filebot-node/target/data/filebot.log'

------------------------------------------

OpenJDK Client VM warning: Option --illegal-access is deprecated and will be removed in a future release.
java.nio.file.AccessDeniedException: /volume1/Public/Downloads: /volume1/Public/Downloads
Invalid usage: output folder must exist and must be a writable directory: /volume1/Public/Video
Invalid usage: no input

------------------------------------------

[Process error]

🔺 Exit Code: 4

Tried to adjust access rights on the folders but that's not it. Please help.

Re: FB Node stopped working due to Access Denied

Posted: 31 Jul 2021, 12:31
by rednoah
The error messages strongly suggest that it's a permission issue. Both input folder and output folder are inaccessible according to the log above.

rednoah wrote: ↑10 Jul 2014, 06:56 Package Permissions:
DSM 6.2.4 and DSM 7 restrict file system access by default. FileBot Node may not be able to access your files unless you explicitly grant permission first.

Image