-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when getting a word's summary #279
Comments
Auto suggestion is turned on by default for
|
Thanks! |
@wlerin auto_suggest is not working in specific cases. It worked for your example by try the word "Sabrina" in case of Ubuntu, where it fails. |
@KairaNithin That looks like it's working as intended? That query is too vague so of course it throws a DisambiguationError, but at least it didn't get transformed into something completely different like with |
I believe the issue is in line 274: title = suggestion or results[0] |
`
import wikipedia
print(wikipedia.summary("Ubuntu"))
it used to work normally before but now i just randomly get this error for some reason.
The text was updated successfully, but these errors were encountered: