drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
710 stars 90 forks source link

Update or add link to /api/status #445

Open boothym opened 6 years ago

boothym commented 6 years ago

I received the following error:

Error: runtime error: […] Please check /api/status for the quota of your IP address.

So I added /api/status to the url - https://overpass-turbo.eu/api/status - but it returns a 404. However this url works instead: http://www.overpass-api.de/api/status

Can I suggest you link to the /api/status page in the error message text, and also update it so that it works on non-https and non-www.?

mmd-osm commented 6 years ago

For a clickable link to /api/status in the overpass turbo error popup, you need to file an issue in the https://github.com/tyrasd/overpass-turbo repository.

Also see discussion in similar issues: https://github.com/tyrasd/overpass-turbo/issues/340 and #351