Wikipedia
Wikipedia copied to clipboard
Unknown Error
I have a python code that gets random article titles, which are received from wikipedia.random()
. When I retrieve these articles from Wikipedia by title, very rarely (happens less than 1/1000th of the time), I get an unknown error when I call wikipedia.page(title=random_article)
:
raise WikipediaException(raw_results['error']['info'])
wikipedia.exceptions.WikipediaException: An unknown error occured: "We could not complete your search due to a temporary problem. Please try again later.". Please report it on GitHub!