Pokemon-GO-node-api icon indicating copy to clipboard operation
Pokemon-GO-node-api copied to clipboard

Sometimes reverseGeocode throws ECONNREFUSED

Open predator747 opened this issue 9 years ago • 1 comments

Hi,

sometimes reverseGeocode throws an Error ECONNREFUSED, after that I have to restart the node application otherwise I would get the same Error after any HTTP/HTTPS Request.

Any Idea why this could happen?

Thanks


SetLocation Error:Error: connect ECONNREFUSED 216.58.214.74:80 [i] Logging with user: ****** { [Error: connect ECONNREFUSED 216.58.208.46:443] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '216.58.208.46', port: 443 } { [Error: socket hang up] code: 'ECONNRESET' }

predator747 avatar Jul 28 '16 06:07 predator747

If you haven't change the api key it might have reached the rate limit. See https://github.com/Armax/Pokemon-GO-node-api/issues/159

beuted avatar Aug 14 '16 13:08 beuted