nchaulet/node-geocoder

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

hulinNeil opened this issue · 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

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

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