Page 1 of 1

FileBot Node not working

Posted: 12 May 2020, 16:34
by mrgreeneyes
I get an error message when I try to load file bot on my synology NAS.

https://imgur.com/gallery/izfOnfk

Re: FileBot Node not working

Posted: 13 May 2020, 08:05
by rednoah
1.
rednoah wrote: 25 Aug 2019, 04:58 Q: Why is FileBot Node is not working?

What does the log say? The log will tell you why FileBot Node is crashing on startup and thus can't serve requests. You'll need to login via SSH and use the find and cat commands to find and display the log file.


Q: Where is the log file?

Please login via SSH and use the find command to find the log file:

Code: Select all

find / -name filebot-node.log

e.g. Synology NAS:

Code: Select all

sudo cat /var/log/upstart/filebot-node.log
So... What does the log say?



2.
rednoah wrote: 10 Jul 2014, 06:56 FileBot Node requires node. You will need to install the latest Node.js package.
Did you install the latest Node.js package?