boardzilla / boardzilla-core

Boardzilla core library
GNU Affero General Public License v3.0
179 stars 3 forks source link

unhandled promise rejection on every action #32

Open rizen opened 6 months ago

rizen commented 6 months ago

Given this codebase: https://github.com/rizen/hangman

The game all seems to work fine, but on every letter selection I get an unhandled promise rejection

Screenshot 2024-03-05 at 2 32 47 PM

It is possible that I've done something in my code wrong. However, I get the same error on every take action in the basic game when you do a bz new. So I think it's fundamental to the core.

rizen commented 6 months ago

This is in Safari 17.3.1 in case it matters.

And this is what that exception looks like when expanded.

Screenshot 2024-03-05 at 2 38 35 PM