My Android app BikeNode was successfully using the overpass api for years. I was using this format: But since a while I face issues. Now often I get this error:
Before August-2016 I never received this error. Usage of my BikeNode app did not increase. If I check this /api/status page I see a message like this:
I tried to switch to the Rambler Overpass API Instance, using this format: But this regularly shows this error:
If I check its /api/status page, I see a message like this:
The general Overpass API/status page explains about an issue since 23-aug-2016. Does anybody know what's happening here? What is the current status of the servers? Is there a limit configured since some weeks? Are the servers overloaded since some weeks? Does anybody have tips/hints? PS1. Both servers (Main and Rambler) have the following Usage Policy:
PS2. Related question: https://help.openstreetmap.org/questions/52333 asked 06 Oct '16, 20:57 alexvanderli... |
The "xapi" endpoint has been severely limited to counteract a malicious or extremely thoughtless user/app developer making between 300,000 and 500,000 requests every hour since the 20th of August. If you were to switch to "Overpass QL" or XML queries instead of using the "xapi" endpoint you'd still get responses. answered 06 Oct '16, 21:29 Frederik Ramm ♦ 1
I'm switching to "Overpass QL" and that works. Thanks for the input! I'm using this format now:
(07 Oct '16, 21:18)
alexvanderli...
1
I skipped to conclusions to fast. The "Overpass QL" format shows the same availability issues. After testing some time, this seems to be the behavior for both end-points (.de/api/xapi and .de/api/interpreter):
(09 Oct '16, 20:36)
alexvanderli...
1
This related issue at the server has been registered at 7-oct-2016: https://github.com/drolbr/Overpass-API/issues/323
(10 Oct '16, 21:15)
alexvanderli...
1
This issue is fixed: https://github.com/drolbr/Overpass-API/issues/323 . As a result the server response is like it used to be. Thanks a lot for fixing this issue!
(12 Oct '16, 18:54)
alexvanderli...
|