FileBot Node not working

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
mrgreeneyes
Posts: 8
Joined: 16 Apr 2020, 12:53

FileBot Node not working

Post by mrgreeneyes »

I get an error message when I try to load file bot on my synology NAS.

https://imgur.com/gallery/izfOnfk
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Node not working

Post 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?
:idea: Please read the FAQ and How to Request Help.
Post Reply