node-geocoder icon indicating copy to clipboard operation
node-geocoder copied to clipboard

The error 'HttpError: read ECONNRESET' when 'provider' is 'google'.

Open hulinNeil opened this issue 5 years ago • 2 comments

If I use the 'Request' to request the url (https://maps.googleapis.com/maps/api/geocode/json?xxx) will be a success, but using 'geocoder' will be a fail. image

hulinNeil avatar Feb 20 '20 03:02 hulinNeil

Can you give more information on how you get this bug? some code snippet?

nchaulet avatar Mar 16 '20 20:03 nchaulet

I'm also getting this error.

It seems that I'm making lots of requests at the same time, but, google doesn't complains with a TOO MANY REQUESTS error, instead we get the ECONNRESET from node

alacret avatar Aug 23 '22 13:08 alacret