Nominatim中的错误 - GeocoderInsufficientPrivileges:HTTP错误403:禁止

时间:2015-09-22 07:06:21

标签: python nominatim

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

到昨天工作正常,现在无法启动。

有没有人看过这个?

1 个答案:

答案 0 :(得分:1)

更新至最新版提名。检查此git hub链接是否存在问题。

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