Page 1 of 1

FileBot Node UI problem

Posted: 03 Sep 2015, 09:48
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?

Re: FileBot Node UI problem

Posted: 03 Sep 2015, 20:29
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.

Re: FileBot Node UI problem

Posted: 04 Sep 2015, 08:10
by skudr
Does it also mean that Java is OK and Node.js is OK?

Re: FileBot Node UI problem

Posted: 04 Sep 2015, 08:16
by rednoah
Yes. That's not the issue. Have you tried connecting via HTTP or from the local network via IP?

Re: FileBot Node UI problem

Posted: 04 Sep 2015, 19:54
by skudr
Thank you! It works.

Is there any reason why it works only by http?

Re: FileBot Node UI problem

Posted: 04 Sep 2015, 19:58
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.