We're receiving timeout errors this morning. Is the nominatim service down? _call_geocoder raise GeocoderTimedOut('Service timed out') GeocoderTimedOut: Service timed out asked 08 May '17, 16:24 gadgroup |
The server is again having trouble with users over-using the service. Remember that we are running on volunteer-run machines with limited resources. So when you are seeing Given that Python scripts are a significant contributor to the server issues, I'd like to remind everybody at this point that we have a usage policy. Among other things, you should be
It would be greatly appreciated if you could take a minute and check that your script fulfills these requirements. answered 24 May '17, 22:53 lonvia |
There seem to be sporadic problems at http://nominatim.openstreetmap.org. Sometimes it is working, sometimes I'm receiving a 503 Service Unavailable.
I'm calling the service from a python program using the following...
Then sending a location.....
My log file is reporting the following...
_call_geocoder raise GeocoderTimedOut('Service timed out') GeocoderTimedOut: Service timed out