Err at C# 100 #12

Closed
opened 2026-04-27 14:52:34 +00:00 by enjin2310 · 1 comment

while connected trying to submit answer returns:

Error: Your lesson attempt has expired. Click 'New attempt' to start fresh.
Output:

Lesson:
Your lesson attempt has expired. Click 'New attempt' to start fresh.

while connected trying to submit answer returns: Error: Your lesson attempt has expired. Click 'New attempt' to start fresh. Output: Lesson: Your lesson attempt has expired. Click 'New attempt' to start fresh.
Owner

Resolved -- Two root causes fixed:

  1. canRun computed signal required SignalR even for local WASM execution (same fix as #1)
  2. CodeExecutionWorkerService.cs was counting Kind == "hint" rows as test failures. Fixed to filter out hint rows before checking All(t => t.Passed).
**Resolved** -- Two root causes fixed: 1. `canRun` computed signal required SignalR even for local WASM execution (same fix as #1) 2. `CodeExecutionWorkerService.cs` was counting `Kind == "hint"` rows as test failures. Fixed to filter out hint rows before checking `All(t => t.Passed)`.
Sign in to join this conversation.