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
Lowercasing, etc. doesn't help, but adding the "(religion)" qualifier does, unless you're not looking for the religion page.
Installing with conda or pip gives the same behavior.
The text was updated successfully, but these errors were encountered:
ifauto_suggest:
results, suggestion=search(title, results=1, suggestion=True)
try:
title=suggestionorresults[0]
exceptIndexError:
# if there is no suggestion or search results, the page doesn't existraisePageError(title)
python 3.7.9
Some pages can't be found, even if you use the exact title currently on Wikipedia for a popular page or use the
.suggest
ed article title:Lowercasing, etc. doesn't help, but adding the "(religion)" qualifier does, unless you're not looking for the religion page.
Installing with conda or pip gives the same behavior.
The text was updated successfully, but these errors were encountered: