Error on file not found.
Log-file says:
Locking /volume1/@appstore/filebot-node/data/filebot.log
Run script [fn:amc] at [Thu Jun 09 13:16:11 CEST 2016]
Parameter: music = y
Parameter: unsorted = y
Parameter: artwork = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: excludeList = .excludes
Argument: /volume1/SABdownloads/complete/TV Show
File not found: /volume1/SABdownloads/complete/TV Show
Failure (°_°)
File not found
Re: File not found
You're telling it to process a file path that doesn't exist.
Re: File not found
Strange the path exist 100% sure, I checked it many times. Gonna try another path later today.
Re: File not found
Well, then you'll probably just have to fix the permissions.
FileBot is running as admin user, so if the files are owned and only accessible by root then the admin user may not be able to see them.

FileBot is running as admin user, so if the files are owned and only accessible by root then the admin user may not be able to see them.
Re: File not found
I too am having this issue. Initially I was having the 'network issues' despite having the allow rules in place for the appropriate tcp ports. That was solved by uninstalling and reinstalling FileBot Node for some reason.
For the "fine not found", here are my logs and info:
And my permissions:
If you think I too am having a permissions issue, I would be happy to fix it, but the owners are admin:users with 777, so I'm not quite sure what to try next.
Thanks for any assistance you can lend.
For the "fine not found", here are my logs and info:
Code: Select all
filebot -script 'fn:amc' /volume1/downloads/dst --output /volume1/downloads/processed --action test --conflict auto --lang en --def 'music=y' 'unsorted=y' 'clean=y' 'deleteAfterExtract=y' 'seriesFormat=TV/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}{'\''.'\''+lang}' 'movieFormat=Movies/{n} ({y}/{n} ({y})' 'unsortedFormat=Unsorted/{fn}/{fn}' 'excludeList=.excludes' --log all
------------------------------------------
Run script [fn:amc] at [Fri Sep 30 09:33:36 CDT 2016]
Parameter: music = y
Parameter: unsorted = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: seriesFormat = TV/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}{'.'+lang}
Parameter: movieFormat = Movies/{n} ({y}/{n} ({y})
Parameter: unsortedFormat = Unsorted/{fn}/{fn}
Parameter: excludeList = .excludes
Argument: /volume1/downloads/dst
File not found: /volume1/downloads/dst
Failure (°_°)
------------------------------------------
[Process error]
Code: Select all
admin@DiskStation:/volume1/downloads/dst$ ls -la
total 10319320
drwxrwxrwx+ 4 admin users 4096 Sep 30 09:35 .
drwxrwxrwx+ 9 admin users 4096 Sep 30 09:33 ..
-rwxrwxrwx+ 1 admin users 10566945468 Sep 29 19:24 ----filename redacted----.mkv
drwxrwxrwx+ 2 admin users 4096 Sep 29 19:07 ----filename redacted----
drwxrwxrwx+ 2 admin users 4096 Sep 29 18:56 ----filename redacted----
admin@DiskStation:/volume1/downloads/dst$
Thanks for any assistance you can lend.
Re: File not found
Permissions can be tricky. Create a new share via DSM and try with that.
Re: File not found
Well, that doesn't make any sense as to why.. but your suggestion worked. I created a new share named "download" (minus the 's') and created two sub folders of dst and processed, while logged into dsm as user admin. FileBot Node successfully processed the file and subfolders. I wish I understood why, since the chmod, chown, etc. for the folders appear identical. But at this point.. *shrug* .. it's working.rednoah wrote:Permissions can be tricky. Create a new share via DSM and try with that.
Thanks for the assist!
Re: File not found
It's probably got something to do with app armor profiles and users & user groups:
https://en.wikipedia.org/wiki/AppArmor
https://en.wikipedia.org/wiki/AppArmor