Open lahwaacz opened 1 year ago
These empty error seems to occur when there is an exception on server side https://github.com/jupyter/nbgrader/blob/2ef4451572306b7a84605c18c4a459c24fe4eb31/nbgrader/server_extensions/formgrader/static/js/manage_assignments.js#L418
Can you look at the log on the server ?
There is no error logged on the server side around the time when this happened.
Operating system
Arch Linux
nbgrader --version
jupyterhub --version
(if used with JupyterHub)4.0.2
jupyter notebook --version
7.0.6
Expected behavior
When some operation results in an error, the error message should be shown to provide the user details necessary to deal with it.
Actual behavior
Formgrader says
There was an error generating feedback of 'some-assignment'.
with no details:Steps to reproduce the behavior
Unknown, I have no idea what went wrong...