Here's a list of things you can try:
** View Log **

Code: Select all
sudo cat /var/log/upstart/filebot-node.log
Are you having trouble installing Java? Please use the Unofficial Java Installer package from the FileBot Package Source.
Does your firewall allow TCP traffic on ports 5452 and 5453? FileBot Node will use HTTP on port 5452, and HTTPS on port 5453.
Does it work if you connect via IP and HTTP? What about HOST and HTTPS? Make sure you and the NAS are in the same local network.
Open the FileBot Node UI in a separate tab if it doesn't work from within DSM:
Code: Select all
http://<IP>:5000/webman/3rdparty/filebot-node/index.html
Code: Select all
$ ls -l /usr/syno/synoman/webman/3rdparty/
lrwxrwxrwx 1 root root 40 May 31 02:31 filebot-node -> /var/packages/filebot-node/target/client
e.g. HTTP
Code: Select all
curl -v http://<IP>:5452/auth
Code: Select all
curl -v https://<HOST>:5453/auth
filebot-node service is running and waiting for requests:
Code: Select all
filebot-node listening at http://0.0.0.0:5452
filebot-node listening at https://0.0.0.0:5453
Code: Select all
AUTH_CACHE: {"id=XXXXXXXXXX":"admin"}