Closed adrianobarroso closed 6 years ago
I also get this error. Is there a bug fix for that
This is due to service change. Geolocator was using nekudo as the Geo IP source, now the service is changed. See this notice.
The reason for using nekudo is that it was the only provider that supported HTTPS for free. Now it's changed to a service named ipapi. It still has a free plan but for HTTPS you need a paid plan. (I have no affiliation with them.)
If you know of a free service that supports HTTPS, we can make that default for geolocator.
For now, a workaround is to use the .setGeoIPSource()
method to use another service. See examples here.
Thanks @onury
I changed my call to only .locate()
and now is working
Was getting the error using the method .locateByIP()
Hello everyone, I'm having this error which started a couple of days ago.
Have anyone gone through this error too?
fetch.js:229
GET https://geoip.nekudo.com/shutdown net::ERR_ABORTED 404
geolocator.js:957