Page 1 of 1
Network Connection Error: java.net.ConnectException at WebRequest::doRequest
Posted: 02 Jan 2025, 19:23
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
Re: Filebot Node on Synology java error
Posted: 03 Jan 2025, 03:15
by rednoah

What does the log say FileBot is doing before this network error?
Re: Filebot Node on Synology java error
Posted: 03 Jan 2025, 13:58
by Phileas50
Code: Select all
[REFRESH] Refresh File Services (/volume1/trans)
Re: Filebot Node on Synology java error
Posted: 03 Jan 2025, 14:03
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.
Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest
Posted: 03 Jan 2025, 16:16
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?
Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest
Posted: 03 Jan 2025, 16:26
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

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.
Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest
Posted: 03 Jan 2025, 17:32
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?
Re: Network Connection Error: java.net.ConnectException at WebRequest::doRequest
Posted: 03 Jan 2025, 17:38
by Phileas50
...and voila... If I leave that entry empty ....no error message !!!