FB Node stopped working due to Access Denied

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
stooovie
Posts: 15
Joined: 16 Sep 2013, 09:38

FB Node stopped working due to Access Denied

Post 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.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FB Node stopped working due to Access Denied

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply