Hi there,
I have followed every guide on this forum to the letter and I am unable to get Filebot Node working correctly.
Device: Synology DS415+ with INTEL Atom C2538
I am currently running the following software versions:
Java: 1.8.0_60-b27
Filebot: 4.6
Filebot Node: 0.1.7
Node.js: 0.10.36-0007 (also tried with latest version; no succes)
Mediainfo: 0.7.73-2
DSM: 5.2-5592 Update 4
Related screenshots (logs, errors, etc.):
https://www.dropbox.com/s/o528bzse46lae ... .15.54.png
https://www.dropbox.com/s/84afb5x1vljv1 ... .19.51.png
https://www.dropbox.com/s/tpku880yydl82 ... .19.52.png
https://www.dropbox.com/s/s4096unnmoxyx ... .21.31.png
Please help me out.
Thanks.
Synology DS415+ - Filebot Node error
Re: Synology DS415+ - Filebot Node error
Are you accessing the NAS from the internet? Does your firewall allow TCP traffic on ports 5452 and 5453 or is it blocked? (EDIT: i checked, it's blocked)
You could try from the local network and using local IP, and then HTTP instead of HTTPS, and see if any of that works.
You could try from the local network and using local IP, and then HTTP instead of HTTPS, and see if any of that works.
Re: Synology DS415+ - Filebot Node error
Hi Rednoah,rednoah wrote:Are you accessing the NAS from the internet? Does your firewall allow TCP traffic on ports 5452 and 5453 or is it blocked? (EDIT: i checked, it's blocked)
You could try from the local network and using local IP, and then HTTP instead of HTTPS, and see if any of that works.
Just tried it with opening the ports; it didn't work. HTTPS over LAN doesn't work either. I did however get it to work on a plain HTTP connection over LAN (VPN works fine to). Thank you for your assistance.
Re: Synology DS415+ - Filebot Node error
You can generally check if filebot-node-service is accessible by just using curl and throwing a request at it.
e.g. HTTP
e.g. HTTPS
e.g. HTTP
Code: Select all
curl -v http://<IP>:5452/auth
Code: Select all
curl -v https://<HOST>:5453/auth