Getting random "Remote end closed connection without response"

Hello all,

I am randomly getting a “Remote end closed connection without response” when trying to connect to Orthanc using python requests. This is happening with version 1.9.4. When I check the server logs, there is nothing and the server is still running. Any ideas?

Thanks
Jay

Hello,

This looks like a timeout error. You might try and set the configuration option “HttpRequestTimeout” to a higher value (by default, it is set to 30 seconds):
https://book.orthanc-server.com/users/configuration.html

Regards,

Sébastien-