RunestoneInteractive / RunestoneComponents

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

yay #1092

Closed irunestone closed 4 years ago

irunestone commented 4 years ago

Error reported in course C120-2020-3-thinkcspy on page /runestone/assignments/chooseAssignment by user npa41 npa41@sfu.ca 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 1188, in File "/home/bmiller/Runestone/web2py/gluon/globals.py", line 421, in self._caller = lambda f: f() File "/home/bmiller/Runestone/web2py/gluon/tools.py", line 3869, in f return action(*a, b) File "/home/bmiller/Runestone/web2py/applications/runestone/controllers/assignments.py", line 756, in chooseAssignment ).select(orderby=db.assignments.duedate) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/objects.py", line 2395, in select return adapter.select(self.query, fields, attributes) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/adapters/base.py", line 763, in select return self._select_aux(sql, fields, attributes, colnames) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/adapters/base.py", line 719, in _select_aux rows = self._select_aux_execute(sql) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/adapters/base.py", line 713, in _select_aux_execute self.execute(sql) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/adapters/init.py", line 67, in wrap return f(*args, *kwargs) File "/home/bmiller/Runestone/web2py/gluon/packages/dal/pydal/adapters/base.py", line 413, in execute rv = self.cursor.execute(command, args[1:], kwargs) psycopg2.errors.UndefinedColumn: column assignments.nopause does not exist LINE 1: ...ments"."from_source", "assignments"."nofeedback", "assignmen... ^