简体   繁体   中英

Error in Nominatim - GeocoderInsufficientPrivileges: HTTP Error 403: Forbidden

Traceback (most recent call last):
File "geo2.py", line 8, in <module> location = geolocator.geocode(lokacija, timeout=5)
File "/usr/local/lib/python2.7/dist-packages/geopy/geocoders/osm.py", line
192, in geocode self._call_geocoder(url, timeout=timeout), exactly_one
File "/usr/local/lib/python2.7/dist-packages/geopy/geocoders/base.py", line
147, in _call_geocoder
raise ERROR_CODE_MAP[code](message) geopy.exc.GeocoderInsufficientPrivileges: HTTP Error 403: Forbidden

Worked fine till yesterday, now cannot start it.

Did anyone saw this?

Update to the latest version of Nomination. Check this git hub link for the issue.

https://github.com/geopy/geopy/issues/112

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM