Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
Phileas50
Posts: 18
Joined: 04 Nov 2019, 09:32

Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Post by Phileas50 »

I get the following error after filebot node was successfully executed:

Error: Select all

Network Connection Error: java.net.ConnectException at WebRequest::doRequest < WebRequest::httpRequestV2 < WebRequest::post < WebRequest::post < ScriptShellMethods::post
It does not affect the end result which is a successful run.


Best Regards
User avatar
rednoah
The Source
Posts: 23923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Node on Synology java error

Post by rednoah »

:?: What does the log say FileBot is doing before this network error?
:idea: Please read the FAQ and How to Request Help.
Phileas50
Posts: 18
Joined: 04 Nov 2019, 09:32

Re: Filebot Node on Synology java error

Post by Phileas50 »

Code: Select all

[REFRESH] Refresh File Services (/volume1/trans)
User avatar
rednoah
The Source
Posts: 23923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot Node on Synology java error

Post by rednoah »

--apply refresh does not perform any web requests so this log message is unrelated to the error message above. The error message above is most likely related to updating plex, kodi, discord, etc.
:idea: Please read the FAQ and How to Request Help.
Phileas50
Posts: 18
Joined: 04 Nov 2019, 09:32

Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Post by Phileas50 »

How about EMBY? I have an Emby server running in the same Synology machine and have added API Key in the relevant section.

Is that it?
User avatar
rednoah
The Source
Posts: 23923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Post by rednoah »

We would expect the console output to look like this:

Code: Select all

Notify Jellyfin [...]
Network Connection Error: java.net.ConnectException at ...
** --def emby and --def jellyfin are interchangeable and do the same thing



:idea: It is however possible for standard output and error output to not be synchronised exactly due to output buffering. You can check the correct sequence of events by checking the log file. You can click on the printer icon in the lower left to check the log file.
:idea: Please read the FAQ and How to Request Help.
Phileas50
Posts: 18
Joined: 04 Nov 2019, 09:32

Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Post by Phileas50 »

In Filebot Node for Synology there is a section named "POst-processing options". In that there is an entry called "Emby" . I filled that entry with the API key retrieved from the Emby Server. I will remoc=ve it and see if the problem is replicated or not. Is that the right thing?
Phileas50
Posts: 18
Joined: 04 Nov 2019, 09:32

Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest

Post by Phileas50 »

...and voila... If I leave that entry empty ....no error message !!!
Post Reply