Simple Set up Question for Node (Package Permissions)

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
betabetamax
Posts: 2
Joined: 27 May 2023, 19:08

Simple Set up Question for Node (Package Permissions)

Post by betabetamax »

I had all of this working brilliantly before the update 7.0 and now im just having an issue with directories returning an error. These are the same paths I had before but I cant seem to get them to work. I hope its something dumb on my part. Thanks!

Code: Select all

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

Run script [fn:amc] at [Sat May 27 14:03:09 COT 2023]

[PSA] Important Discussion of Proposed Changes:
https://www.filebot.net/forums/viewtopic.php?t=13406

Parameter: ut_label = Movie
Parameter: music = y
Parameter: unsorted = y
Parameter: skipExtract = y
Parameter: excludeList = .excludes
Argument[0]: File does not exist: /volume1/Plex/Library/inbox
Invalid usage: output folder must exist and must be a writable directory: /volume1/Plex/Library/movies
Use excludes: /volume1/Plex/Library/movies/.excludes
Failed to create excludes: /volume1/Plex/Library/movies/.excludes
Abort (×_×)

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

[Process error]

🔺 Exit Code: 4
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Simple Set up Question for Node

Post by rednoah »

:!: Can't read from the input folder:

Code: Select all

Argument[0]: File does not exist: /volume1/Plex/Library/inbox
:!: Can't write to the output folder:

Code: Select all

Invalid usage: output folder must exist and must be a writable directory: /volume1/Plex/Library/movies


:?: Did you already grant permissions to the FileBot package user?


rednoah wrote: 10 Jul 2014, 06:56 Package Permissions:
DSM 6.2.4 and DSM 7.0 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.
betabetamax
Posts: 2
Joined: 27 May 2023, 19:08

Re: Simple Set up Question for Node

Post by betabetamax »

My hero! Thank you tremendously!
Post Reply