Closed JoeBussard closed 2 years ago
The API throws KeyError exceptions when you guess a word for a new game
If a game is not created yet, and you guess a word, the API tries to process the guess without checking if that game even exists.
This appears to be fixed as of PR #20. Please reopen if it is still an issue
The API throws KeyError exceptions when you guess a word for a new game
If a game is not created yet, and you guess a word, the API tries to process the guess without checking if that game even exists.