query-overpass icon indicating copy to clipboard operation
query-overpass copied to clipboard

{"code":"ECONNRESET"}

Open stuartrapop opened this issue 4 years ago • 0 comments

Hello,

I am randomly getting an ECONNRESET message response when using the query-overpass and it does not seem to be treated as a full fledged error.

Sorry for the lack of clarity in this issue, unfortunately I don't fully understand what is going on.

When I get a 429 response, I receive a clear error.

{
                        message: 'Request failed: HTTP ' + response.statusCode,
                        statusCode: response.statusCode
}

when I get a ECONNRESET, I see this message {"code":"ECONNRESET"} and I seem to get a data response as well.

Thanks,

Stuart

stuartrapop avatar Sep 06 '21 15:09 stuartrapop