Backend fetch to nominatim.openstretemap.org failed #3505
Unanswered
philippstakenborg
asked this question in
Q&A
Replies: 1 comment
-
The nominatim.openstreetmap.org servers block IP addresses when too many requests come in. Your backend, maybe the Varnish server, then issues the HTTP 503 error. Likely the Wordpress plugin sends the requests too fast. Is it a popular plugin, does the author offer support? Point them to https://operations.osmfoundation.org/policies/nominatim/ Also possible that in your setup all requests are routed through the Varnish cache server. In that case the nominatim.openstreetmap.org servers might see Varnish requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I am not sure where to ask this question, and hope this is the right place.
I have a plugin that uses the nominatim API to check for adresses.
I use this plugin on one of my wordpress sites to check around 600 adresses after importing them.
When using this plugin I constantly get a 503 error which looks like this:
I was trying to find out why this is happening and read more about the nominatim usage policy of 1 request per second.
Could it be, that the plugin I use does not respect the usage policy and makes too many requests, so that I get said 503 error?
What do you folks think?
Thanks for your help
Philipp
Beta Was this translation helpful? Give feedback.
All reactions