Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formgrader says There was an error generating feedback of 'some-assignment'. with no details #1845

Open
lahwaacz opened this issue Nov 15, 2023 · 2 comments
Labels

Comments

@lahwaacz
Copy link
Contributor

Operating system

Arch Linux

nbgrader --version

Python version 3.11.5 (main, Sep  2 2023, 14:16:33) [GCC 13.2.1 20230801]
nbgrader version 0.9.1

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:

screenshot-2023-11-15@22:39:09

Steps to reproduce the behavior

Unknown, I have no idea what went wrong...

@brichet
Copy link
Contributor

brichet commented Nov 16, 2023

These empty error seems to occur when there is an exception on server side

.fail(_.bind(this.generate_feedback_failure, this));

Can you look at the log on the server ?

@lahwaacz
Copy link
Contributor Author

There is no error logged on the server side around the time when this happened.

@brichet brichet added the bug label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants