FileBot Node not working
Posted: 12 May 2020, 16:34
I get an error message when I try to load file bot on my synology NAS.
https://imgur.com/gallery/izfOnfk
https://imgur.com/gallery/izfOnfk
So... What does the log say?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
Did you install the latest Node.js package?