Page 1 of 1

Synology DS415+ - Filebot Node error

Posted: 07 Oct 2015, 19:30
by masterzxz
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.

Re: Synology DS415+ - Filebot Node error

Posted: 08 Oct 2015, 07:46
by rednoah
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.

Re: Synology DS415+ - Filebot Node error

Posted: 08 Oct 2015, 08:21
by masterzxz
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.
Hi Rednoah,

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

Posted: 08 Oct 2015, 08:32
by rednoah
You can generally check if filebot-node-service is accessible by just using curl and throwing a request at it.

e.g. HTTP

Code: Select all

curl -v http://<IP>:5452/auth
e.g. HTTPS

Code: Select all

curl -v https://<HOST>:5453/auth