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
Whenever I run the line wikipedia.page("New York City")
The api returns an error indicating there is no page for 'new york sity'. The error occurs on line 270 of wikipedia.py results, suggestion = search(title, results=1, suggestion=True)
where title='new york city' resolves to 'new york sity' for whatever reason
The text was updated successfully, but these errors were encountered:
I had this error as well. Seems to be an error in the API, when I ran this, it returned that "new york sity" is the actual title for the page. Which is ridiculous, here is my code though:
Whenever I run the line
wikipedia.page("New York City")
The api returns an error indicating there is no page for 'new york sity'. The error occurs on line 270 of wikipedia.py
results, suggestion = search(title, results=1, suggestion=True)
where title='new york city' resolves to 'new york sity' for whatever reason
The text was updated successfully, but these errors were encountered: