Explo icon indicating copy to clipboard operation
Explo copied to clipboard

search request failed for 'The Door': failed to make request: Get "http://192.168.4.XX:32400/library/search?query=The+Door": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Open Eric-sson opened this issue 3 months ago • 2 comments

When explo runs I am receiving quite often the below error:

search request failed for 'The Door': failed to make request: Get "http://192.168.4.XX:32400/library/search?query=The+Door": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Any idea what is causing this? I believe this prevents explo to match the tracks.

I also noticed that explo is not able to find lots of tracks which are in my library but are then being downloaded. I do have Prefer Local Metadata ticked in plex.

Eric-sson avatar Oct 04 '25 13:10 Eric-sson

This might be cause the server isn't responding within the specified timeout interval (which is 10 seconds). I will add a config variable to dynamically set the timeout interval in the next release.

LumePart avatar Oct 06 '25 15:10 LumePart

CLIENT_HTTP_TIMEOUT variable was added in v0.11.1, can you set it to 20 and see if you still get the timeout errors?

LumePart avatar Oct 26 '25 14:10 LumePart