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
I have the same issues, started happening about a month ago.
For https://nominatim.openstreetmap.org HTTPError: 403 Client Error: Forbidden I had to start rotating a fake user agent in, using fake_useragent module. No issues seen since then.
I am working with your API locally.
When I first ran
data = get_property_list_by_city("Toronto, Ontario")
, it returned an error,I reviewed the url by openstreetmap, it did provide me with the correct information each time I ran it, although it had returned a client error.
I manually copied the json results from the website to get the
boundingbox
values and saved it ascoords
, I ranget_property_list( coords[0], coords[1], coords[2], coords[3], current_page=1)
and as well as
When i ran get_property_list for the first time, I got a
Is this an active API that can be used by anyone?
The text was updated successfully, but these errors were encountered: