query-overpass
query-overpass copied to clipboard
{"code":"ECONNRESET"}
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