Error on Filebot GUI synology

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
fildy
Posts: 9
Joined: 28 Jun 2015, 17:16

Error on Filebot GUI synology

Post by fildy »

Hello guys,

I have this problem while using filebot GUI.
Do you have any idea about this error?
{"request":{"id":11,"headers":{},"options":{"method":"GET","url":"http://192.168.10.100:5452/execute","pa ... ovie/Newly Added","label":"movie","action":"test","output":"/volume1/video/movie/Collection","clean":"on
Image
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error on Filebot GUI synology

Post by rednoah »

FileBot Node (Service) is not running. See logs (Package Center -> FileBot Node -> View Log) for details.
:idea: Please read the FAQ and How to Request Help.
fildy
Posts: 9
Joined: 28 Jun 2015, 17:16

Re: Error on Filebot GUI synology

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

Re: Error on Filebot GUI synology

Post 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

http://192.168.10.100:5452/auth

Code: Select all

{"success":true,"data":{"auth":"SYNO","user":null}}
:idea: Please read the FAQ and How to Request Help.
fildy
Posts: 9
Joined: 28 Jun 2015, 17:16

Re: Error on Filebot GUI synology

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

Re: Error on Filebot GUI synology

Post by rednoah »

If you can't even open /auth in the browser, then the service is either not running, or the connection is blocked.

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

:idea: You can check if the node process is running with the top command.
:idea: Please read the FAQ and How to Request Help.
fildy
Posts: 9
Joined: 28 Jun 2015, 17:16

Re: Error on Filebot GUI synology

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

Re: Error on Filebot GUI synology

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
fildy
Posts: 9
Joined: 28 Jun 2015, 17:16

Re: Error on Filebot GUI synology

Post by fildy »

perfect! it's working.

thanks :)
Post Reply