FileBot Node UI problem

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
skudr
Posts: 3
Joined: 03 Sep 2015, 09:44

FileBot Node UI problem

Post by skudr »

Hi!

I installed Java using you instructions, installed manually recommended Node.js and latest FileBot.

FileBot CLI works. Gives me Java version.

But FileBot Node doesn't work. It gives me error:
{"request":{"id":1,"headers":{},"options":{"method":"GET","url":"https://domain.myds.me:5453/auth","useD ... lse},"requ
FileBot log has following:
filebot-node listening at http://0.0.0.0:5452
filebot-node listening at https://0.0.0.0:5453
I believe that my IP should be there instead of 0.0.0.0.

Can you help?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Node UI problem

Post by rednoah »

0.0.0.0 just means it'll accept incoming connections on all network interfaces. That's not the issue... That's all I can tell you though.
:idea: Please read the FAQ and How to Request Help.
skudr
Posts: 3
Joined: 03 Sep 2015, 09:44

Re: FileBot Node UI problem

Post by skudr »

Does it also mean that Java is OK and Node.js is OK?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Node UI problem

Post by rednoah »

Yes. That's not the issue. Have you tried connecting via HTTP or from the local network via IP?
:idea: Please read the FAQ and How to Request Help.
skudr
Posts: 3
Joined: 03 Sep 2015, 09:44

Re: FileBot Node UI problem

Post by skudr »

Thank you! It works.

Is there any reason why it works only by http?
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot Node UI problem

Post by rednoah »

No idea. You could try with different browsers and see if that makes a difference. Right now I wouldn't know what to change to fix that issue.

Maybe your firewall is blocking port range 5452-5453 which is used by the filebot-node service. You can load the webapp, but then the webapp can't connect to the filebot-node service running on the diskstation.
:idea: Please read the FAQ and How to Request Help.
Post Reply