Synology DS415+ - Filebot Node error

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
masterzxz
Posts: 2
Joined: 07 Oct 2015, 19:17

Synology DS415+ - Filebot Node error

Post 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.
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Synology DS415+ - Filebot Node error

Post 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.
:idea: Please read the FAQ and How to Request Help.
masterzxz
Posts: 2
Joined: 07 Oct 2015, 19:17

Re: Synology DS415+ - Filebot Node error

Post 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.
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Synology DS415+ - Filebot Node error

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