You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timer freezes or skips after I submit my year guess. I have to press skip to continue.
Answer
This bug was fixed in v2.2.0-beta.2.
What happened:
When analytics or stats recording threw an exception during end_round(), the timer was cancelled but the phase transition to REVEAL never completed — leaving the game stuck.
Fix:
Both operations are now wrapped in try/catch to ensure the round always transitions to REVEAL.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
The timer freezes or skips after I submit my year guess. I have to press skip to continue.
Answer
This bug was fixed in v2.2.0-beta.2.
What happened:
When analytics or stats recording threw an exception during
end_round(), the timer was cancelled but the phase transition to REVEAL never completed — leaving the game stuck.Fix:
Both operations are now wrapped in try/catch to ensure the round always transitions to REVEAL.
Solution:
Update to v2.2.0 or later.
Fixed in #53
Beta Was this translation helpful? Give feedback.
All reactions