-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
r.get_random_words() sometimes returns an empty list #67
Comments
I have the same issue, looks like |
yes it does, return an empty word even on r.get_random_word()..! |
I think it's a problem with the API used to generate words. Do they've any limits or something? |
passing the following params into RandomWords solved the problem, works fine in production. I think including
|
Describe the bug
r.get_random_words() sometimes returns an empty list.
Is that a problem with API used to generate words?
To Reproduce
The text was updated successfully, but these errors were encountered: