You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using node-geocoder for one of my project. It is working fine but in some cases it is throwing following error randomly :
Error: Status is ZERO_RESULTS.
at /gps/node_modules/node-geocoder/lib/geocoder/googlegeocoder.js:292:25
at IncomingMessage.<anonymous> (/gps/node_modules/node-geocoder/lib/httpadapter/httpadapter.js:62:9)
at emitNone (events.js:91:20)
at IncomingMessage.emit (events.js:185:7)
at endReadableNT (_stream_readable.js:974:12)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)
Initially I thought it is the problem of coordinates which I am passing but unfortunately it is not. If I am passing same coordinates again, it is giving me correct results.
The text was updated successfully, but these errors were encountered:
ligogeorge
changed the title
Status is ZERO_RESULTS - Google Map Reverse Geocoder - Node.js Node-Geocoder
Status is ZERO_RESULTS - Google Map Reverse Geocoder
Oct 17, 2017
I am using node-geocoder for one of my project. It is working fine but in some cases it is throwing following error randomly :
Initially I thought it is the problem of coordinates which I am passing but unfortunately it is not. If I am passing same coordinates again, it is giving me correct results.
The text was updated successfully, but these errors were encountered: