RunestoneInteractive / RunestoneComponents

Packaging of the Runestone tools for publishing educational materials using github pages
http://runestoneinteractive.org
Other
101 stars 226 forks source link

bad link #542

Closed irunestone closed 6 years ago

irunestone commented 6 years ago

Error reported in course UNCcs301 on page /runestone/assignments/doAssignment?assignment_id=1516 by user ritc9446 ritc9446@bears.unco.edu Please describe what you were doing that led up to this error:

---------------- Traceback -------------- Traceback (most recent call last): File "/home/bmiller/Runestone/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "/home/bmiller/Runestone/web2py/applications/runestone/controllers/assignments.py", line 1346, in File "/home/bmiller/Runestone/web2py/gluon/globals.py", line 409, in self._caller = lambda f: f() File "/home/bmiller/Runestone/web2py/applications/runestone/controllers/assignments.py", line 1257, in doAssignment logger.debug("user_id = %s labels[chapters] = %s labels[sub_chapters] = %s",auth.user.id,labels['chapters'].chapter_label,labels['sub_chapters'].sub_chapter_label) TypeError: 'NoneType' object has no attribute 'getitem'

bnmnetp commented 6 years ago

Duplicate of RunestoneInteractive/rs#191