Not Found error on Synology DSM

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
ralfr
Posts: 3
Joined: 26 Apr 2018, 16:56

Not Found error on Synology DSM

Post by ralfr »

I installed a FileBot and FileBot Node update through Package Center which came out today. I'm on DSM 6.2.4-25556.

While FileBot seems to run fine (FileBot 4.9.3 (r8338) / OpenJDK Runtime Environment 16.0.1 / Linux 4.4.59+ (amd64)), when I try to launch FileBot Node from the DSM desktop, the application window opens just showing Not found. See screenshot. Any hints how to troubleshoot would be greatly appreciated. Also if there are steps to "clean install" FileBot Node, that would perhaps help, too.

Image
ralfr
Posts: 3
Joined: 26 Apr 2018, 16:56

Re: Not Found error on Synology DSM

Post by ralfr »

On further research, I noticed there is no /usr/local/etc/nginx/conf.d/dsm.filebot-node.conf file anymore. Can this be the root cause?
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Found error on Synology DSM

Post by rednoah »

Please try this:
1. Uninstall FileBot and FileBot Node
2. Restart your NAS
3. Install FileBot and FileBot Node
:idea: Please read the FAQ and How to Request Help.
NeoReloaded
Posts: 18
Joined: 02 Jan 2016, 11:59

Re: Not Found error on Synology DSM

Post by NeoReloaded »

rednoah wrote: 15 Jun 2021, 15:41 Please try this:
1. Uninstall FileBot and FileBot Node
2. Restart your NAS
3. Install FileBot and FileBot Node
I did this and the console is now running OK. But... the Shedule doesn't work anymore. I don't understand the message

Code: Select all

Prepared Task 1 can be called via Filebot-node-task 1 or Link or cURL
What does it mean ?
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Found error on Synology DSM

Post by rednoah »

You'll have to create a new Task in Synology Task Scheduler, with the following command, to make Synology Task Scheduler call this command on a schedule:

Code: Select all

filebot-node-task 1
:arrow: https://knasmueller.net/configuring-cro ... nology-nas


Alternatively, you can also execute this command manually as needed by opening the given link in your browser.
:idea: Please read the FAQ and How to Request Help.
NeoReloaded
Posts: 18
Joined: 02 Jan 2016, 11:59

Re: Not Found error on Synology DSM

Post by NeoReloaded »

Filebot doesn't work anymore !
I've updated 3 files : Java Installer (and done the uninstalled with putty as mentioned), Filebot Node and Filebot.
A simple Dry Run tells me there's 3 errors :
filebot -script 'fn:amc' '/volume1/downloads/en cours' --output /volume1/video --action TEST -non-strict --order Airdate --conflict auto --lang en --def 'artwork=y' 'subtitles=fra' 'skipExtract=y' 'minLengthMS=0' 'seriesFormat=TV Shows/{n}/{'\''Saison '\''+s}/{n} - {sxe} - {t}' 'movieFormat=Movies/{ny}/{ny}' 'excludeList=.excludes' --apply refresh --log all --log-file '/var/packages/filebot-node/target/data/filebot.log'

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

OpenJDK 64-Bit Server VM warning: Option --illegal-access is deprecated and will be removed in a future release.
java.nio.file.AccessDeniedException: /volume1/downloads/en cours: /volume1/downloads/en cours
Run script [fn:amc] at [Wed Jun 16 17:45:09 CEST 2021]
Parameter: artwork = y
Parameter: subtitles = fra
Parameter: skipExtract = y
Parameter: minLengthMS = 0
Parameter: seriesFormat = TV Shows/{n}/{'Saison '+s}/{n} - {sxe} - {t}
Parameter: movieFormat = Movies/{ny}/{ny}
Parameter: excludeList = .excludes
Invalid usage: output folder must exist and must be a writable directory: /volume1/video
Invalid usage: no input

Abort (×_×)

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

[Process error]

🔺 Exit Code: 4
And also : FileBot License PX??????? (Valid-Until: 2069-07-16) has been activated successfully.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Found error on Synology DSM

Post by rednoah »

DSM 6.2.4 does not allow 3rd party applications to run as admin anymore, and therefore 3rd party application cannot access your files by default anymore. You will need to grant permissions explicitly.

Image
:idea: Please read the FAQ and How to Request Help.
NeoReloaded
Posts: 18
Joined: 02 Jan 2016, 11:59

Re: Not Found error on Synology DSM

Post by NeoReloaded »

OK ! :roll:
Now it's working as usual ! Nice ! Thanx for the advice !
KarstenH
Posts: 2
Joined: 25 Feb 2021, 20:44

Re: Not Found error on Synology DSM

Post by KarstenH »

Got the same problem.
Did the whole procedure:
-reinstall Java, FB & FB Node
- Set Permissions for FileBot
Still getting the java.nio.file.AccessDeniedException after giving the Read/Write permissions to FileBot.
Any idea?
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Not Found error on Synology DSM

Post by rednoah »

KarstenH wrote: 22 Jun 2021, 19:08 Got the same problem.
Did the whole procedure:
-reinstall Java, FB & FB Node
- Set Permissions for FileBot
Still getting the java.nio.file.AccessDeniedException after giving the Read/Write permissions to FileBot.
Any idea?
:arrow: viewtopic.php?p=54951#p54951
:idea: Please read the FAQ and How to Request Help.
KarstenH
Posts: 2
Joined: 25 Feb 2021, 20:44

Re: Not Found error on Synology DSM

Post by KarstenH »

Creating a new Shared Folder with correct permissions solved the problem.
It seems that the permissions under the hood are not the same for a new folder as it was for an old folder:
Old:
Name | No Access | Read/Write | Read Only
New:
Name | No Access | Read/Write | Read Only | Custom

So it seems that it might be a good idea to remake all my shared folders to prepare for the future.
Thanks a lot
Post Reply