JoeBussard / polywordleapi

the api for playing polywordle
0 stars 0 forks source link

API does not verify game exists before processing guess #4

Closed JoeBussard closed 2 years ago

JoeBussard commented 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.

JoeBussard commented 2 years ago

This appears to be fixed as of PR #20. Please reopen if it is still an issue