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

RandomWords stopped working #14

Closed bryand23 closed 5 years ago

bryand23 commented 5 years ago

I had some functioning code that used RandomWords, and it started throwing the error below out of the blue.

I tried copying the sample code directly from the documentation, and I got the same error.

from random_word import RandomWords r = RandomWords()


  File "<input>", line 2, in <module>
  File "/Users/bryandelerson/PycharmProjects/meraki/venv/lib/python3.7/site-packages/random_word/random_word.py", line 24, in __init__
    self.issue_url)
TypeError: exceptions must derive from BaseException
bryand23 commented 5 years ago

Oh, it looks like this is the same error as the apikey issue that's already reported - disregard.