goldsmith / Wikipedia

A Pythonic wrapper for the Wikipedia API
https://wikipedia.readthedocs.org/
MIT License
2.88k stars 519 forks source link

WikipediaException: Search currently too busy #220

Open aced125 opened 4 years ago

aced125 commented 4 years ago

To recreate, try this snippet of code:

import wikipedia

res = wikipedia.search('enzyme', results=2)
#WikipediaException: An unknown error occured: "Search is currently too busy. Please try again later.". Please report it on GitHub!
richanamballa commented 4 years ago

I am also facing this issue! It's been going on since yesterday. Sometimes I am able to query results but then the next second, I receive this error.

mmikelin commented 4 years ago

I'm facing the same problem..

wikipedia.exceptions.WikipediaException: An unknown error occured: "Search is currently too busy. Please try again later.". Please report it on GitHub!