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
{{ message }}
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Users are getting a 400 error when retrieving student assessments:
'NoneType' object has no attribute 'user'Investigate why we are getting this error and coordinate with project owner and team leads (ie instructors) on best solutions.
to recreate the error import these curl statements into your API client (postman, yaak, bruno, etc):
First get the auth token to use in subsequent requests with:
Then try to create a student assessment:
This should recreate the error. Investigate in views/student_assessment.py