Page 1 of 1
Error on Filebot GUI synology
Posted: 28 Jun 2015, 17:23
by fildy
Hello guys,
I have this problem while using filebot GUI.
Do you have any idea about this error?

Re: Error on Filebot GUI synology
Posted: 28 Jun 2015, 17:32
by rednoah
FileBot Node (Service) is not running. See logs (Package Center -> FileBot Node -> View Log) for details.
Re: Error on Filebot GUI synology
Posted: 28 Jun 2015, 17:54
by fildy
I only can found this message :
file-bot node listening at
http://192.168.10.100:5452/filebot/
file-bot node listening at
http://192.168.10.100:5453/filebot/
in the filebot log, I found nothing.
I'm using DS412+, the x86 version. Does this giving any impact?
Re: Error on Filebot GUI synology
Posted: 28 Jun 2015, 18:29
by rednoah
Then it should be working. Try restarting the service. Any difference if you click Tools -> System Info.
Try /auth to see if the service is at least responding:
Code: Select all
{"success":true,"data":{"auth":"SYNO","user":null}}
Re: Error on Filebot GUI synology
Posted: 29 Jun 2015, 05:27
by fildy
it's still not working with the /auth
http://192.168.10.100:5452/auth
nothing happen,
for tools>system info, I only got this message
Code: Select all
{"request":{"id":34,"headers":{},"options":{"method":"GET","url":"http://192.168.10.100:5452/execute","params":{"fn":"sysinfo"},"useDefaultXhrHeader":false,"cors":true,"noCache":true},"async":true,"binary
Any idea?
Re: Error on Filebot GUI synology
Posted: 29 Jun 2015, 10:08
by rednoah
If you can't even open /auth in the browser, then the service is either not running, or the connection is blocked.

If you're using some kind of
firewall make sure
port 5452 is allowed and not blocked.

You can check if the node process is running with the
top command.
Re: Error on Filebot GUI synology
Posted: 30 Jun 2015, 03:01
by fildy
It's working now. thanks
but after I have problem to run the scheduler. it shows this message
Code: Select all
{ "errinfo" : { "key" : "error_error_system", "line" : 1406, "sec" : "error" }, "success" : false }
any idea?
Re: Error on Filebot GUI synology
Posted: 30 Jun 2015, 04:35
by rednoah
Re: Error on Filebot GUI synology
Posted: 30 Jun 2015, 05:27
by fildy
perfect! it's working.
thanks
