Lesson 100: Submission Error - Attempt Expired #8

Closed
opened 2026-04-26 15:16:00 +00:00 by enjin2310 · 1 comment

Issue found at lesson 100 while connected and attempting to submit answer. The system displayed: 'Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.' This prevented submission of the answer. Please investigate the session timeout or submission handling for this lesson.

Issue found at lesson 100 while connected and attempting to submit answer. The system displayed: 'Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.' This prevented submission of the answer. Please investigate the session timeout or submission handling for this lesson.
Owner

Resolved -- Root cause: after a successful lesson submission consumed the attempt token on the backend (Redis removes it), re-submitting used the stale token causing "expired". Added requestNewAttempt() call after successful lesson completion in the auto-mark effect, so a fresh token is always ready.

**Resolved** -- Root cause: after a successful lesson submission consumed the attempt token on the backend (Redis removes it), re-submitting used the stale token causing "expired". Added `requestNewAttempt()` call after successful lesson completion in the auto-mark effect, so a fresh token is always ready.
Sign in to join this conversation.