-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geocoder.osm error cod 403 #471
Comments
Same here (only on Windows computer). On macOS everything's working as usual. |
Add the following function in the class OsmQuery(MultipleResultsQuery) in osm.py |
Definitely helps. Nominatim API policies must have changed since the package was last updated. |
This is a missing user agent in the request. |
When using geocoder.osm('Berlin'), python returns an error.
Status code 403 from https://nominatim.openstreetmap.org/search: ERROR - 403 Client Error: Forbidden for url: https://nominatim.openstreetmap.org/search?q=Berlin&format=jsonv2&addressdetails=1&limit=1
The text was updated successfully, but these errors were encountered: