File not found

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
boschie73
Posts: 4
Joined: 08 Oct 2015, 13:58

File not found

Post by boschie73 »

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 (°_°)
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File not found

Post by rednoah »

You're telling it to process a file path that doesn't exist.
:idea: Please read the FAQ and How to Request Help.
boschie73
Posts: 4
Joined: 08 Oct 2015, 13:58

Re: File not found

Post by boschie73 »

Strange the path exist 100% sure, I checked it many times. Gonna try another path later today.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File not found

Post by rednoah »

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.
:idea: Please read the FAQ and How to Request Help.
User avatar
N3FARIOUS
Posts: 2
Joined: 30 Sep 2016, 14:40

Re: File not found

Post by N3FARIOUS »

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:

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]
And my permissions:

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

Re: File not found

Post by rednoah »

Permissions can be tricky. Create a new share via DSM and try with that.
:idea: Please read the FAQ and How to Request Help.
User avatar
N3FARIOUS
Posts: 2
Joined: 30 Sep 2016, 14:40

Re: File not found

Post by N3FARIOUS »

rednoah wrote:Permissions can be tricky. Create a new share via DSM and try with that.
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.

Thanks for the assist!
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: File not found

Post by rednoah »

It's probably got something to do with app armor profiles and users & user groups:
https://en.wikipedia.org/wiki/AppArmor
:idea: Please read the FAQ and How to Request Help.
Post Reply