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
If a contest has a window-duration and automatic start enabled, the backend crashes when a user tries to log in before the start of the contest. Terry tries to start the user's window upon login (instead of waiting for the contest to start before doing so), inserts a negative contest_start_delay for the user and fails with sqlite3.IntegrityError: CHECK constraint failed: contest_start_delay IS NULL OR contest_start_delay >= 0.
The text was updated successfully, but these errors were encountered:
If a contest has a window-duration and automatic start enabled, the backend crashes when a user tries to log in before the start of the contest. Terry tries to start the user's window upon login (instead of waiting for the contest to start before doing so), inserts a negative contest_start_delay for the user and fails with
sqlite3.IntegrityError: CHECK constraint failed: contest_start_delay IS NULL OR contest_start_delay >= 0
.The text was updated successfully, but these errors were encountered: