vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

No result found at word_of_the_day() #43

Closed tomlin7 closed 3 years ago

tomlin7 commented 3 years ago

Describe the bug

>>> r.word_of_the_day()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\random_word\random_word.py", line 148, in word_of_the_day
    raise Exception(
Exception: Error occured, No result found. If you think this was a mistake than raise issue at https://github.com/vaibhavsingh97/random-word/issues

To Reproduce Steps to reproduce the behavior:

  1. open python console
  2. from random_word import RandomWords
  3. r = RandomWords()
  4. r.word_of_the_day()

Expected behavior shows word of the day

Screenshots image

Environment (please complete the following information):

Additional context ...

0xckruger commented 3 years ago

Occurring on Linux as well. get_random_word() raising same Exception.

DragonDmoney commented 3 years ago

same with me

whistletoe commented 3 years ago

same issue

vaibhavsingh97 commented 3 years ago

I am working on this issue, closing this as a duplicate of https://github.com/vaibhavsingh97/random-word/issues/44