campsych / concerto-platform

Concerto Platform - Open-Source Online Adaptive Testing Platform
https://concertoplatform.com/
Apache License 2.0
153 stars 88 forks source link

"Error in user$id: $ operator is invalid for atomic vectors" when enabled [Resumable] in startSession Module. #366

Open koalawangyang opened 1 year ago

koalawangyang commented 1 year ago

Concerto Platform version

v5.0.26

Expected behavior

The Test should be normal and could be resumable after enabled [Resumable].

image

Actual behavior

The Test would display "Test problem encountered. Execution halted."

image

And the error message could be found in system logs.

image

Steps to reproduce the issue

  1. In startSession Module, check the [Resumable?] box and save the test.
  2. Click [Run Test] to test it.
  3. Error occurred.