You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to encounter several HTTP errors when using the Overpass API, relating to the status of a user's queries. For experienced users, helpful information is available regarding these errors from /api/status. The ability to catch and access the information from /api/status would be beneficial to users trying to make a significant number of queries while respecting the rules of the Overpass servers.
Issue type
OverPy version
OS
Python version
Summary
It is possible to encounter several HTTP errors when using the Overpass API, relating to the status of a user's queries. For experienced users, helpful information is available regarding these errors from /api/status. The ability to catch and access the information from
/api/status
would be beneficial to users trying to make a significant number of queries while respecting the rules of the Overpass servers.Expected results
Something like the following would be expected:
Which gives some output:
As found on the
/api/status
site.This would allow users to see information like rate limit and available slots, and adjust the code to respect the status of the server.
The text was updated successfully, but these errors were encountered: