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)
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.
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.
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?