-
Notifications
You must be signed in to change notification settings - Fork 317
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 error when trying to manually grade a specific submission: "Sorry, the formgrader encountered an error. Please contact the administrator of the formgrader for further assistance. " #1373
Comments
Having the same weird issue in a docker container installation |
Found another similar error when trying to generate feedback
|
I had the same problem on the latest version of The problem seems to be caused by the way
Once I fixed those templating issues, I was able to render the webpage. |
Hi, I had the same problem with nbconvert 6.0.6 (perhaps version 6.0.x all have this problem). For me, downgrading nbconvert to 5.6.1 solves this problem. Hope this is helpful for you. |
The master branch has pinned If you were to create a branch that fixed nbgrader for Else downgrade nbconvert, or install from |
Thank you for your replies. I tried to tingle with @gzagatti 's suggestion of modifying the variable names as well as the extension files, but I did not manage to make it work that way. Solution that worksAs suggested by @perllaghu and @ZXia221 , downgrading On jupyterhub, one can simply open a terminal and type sudo -E pip uninstall nbconvert
sudo -E pip install --upgrade nbconvert==5.6.1 |
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
- From jupyter#1373, thanks @gzagatti - I can't quickly find the latest version of jinja2 that requires this
- Solution from jupyter#1373, thanks to @gzagatti - I don't know how or why this works
Hello, can you please be more specific, as I followed your mentioned steps and the main formgrader webpage does not render now. I applied the next script and restarted the server, and now formgrader does not render:
What am I missing? nbconvert version is 6.0.7 Thank you. |
Hello again, I also have another question: On what nbgrader version is based this BertR/nbgrader? I ask because I am using ngshare, and for that to work it is needed nbgrader 0.7.0. Thanks a lot to everyone for all your contributions and help ! |
I seem to have solved this problem for myself (with nbgrader 0.6.1) by reverting to nbconvert 5.6. Nearly simultaneously, I also reverted to sqlalchemy=1.3 (from 1.4.x) and jinja2=2.11 (from 3.x) which may have also played a role. The sqlalchemy reversion seemed necessary to solve another issue I was having. I'm not sure if the jinja2 reversion was really needed for anything, but I did it before reverting nbconvert. I note that there is ongoing work to upgrade to nbconvert 6 #1421 but I am using nbgrader 0.6.1 and didn't want to change it. |
Same as a few others, I too was able to resolve the formgrader error message by downgrading nbconvert from v.6.1.0 to v.5.6.0. |
pinning nbconvert with a particular version that has the templates jupyter/nbgrader#1373 requires also pin jupyter-client to an earlier version jupyter/jupyter_client#637
I am running nbconvert 5.6.1 and still encountering this error. wondering if i should reinstall or downgrade to 5.6.0 |
Operating system
Ubuntu 20.04.1 LTS
nbgrader --version
0.6.1
jupyterhub --version
(if used with JupyterHub)1.0.0
(I'm getting a weird error when typing this:
jupyter notebook --version
6.0.3
Expected behavior
Be able to manually grade the submissions when clicking on the submission id in the formgrader/gradebook tab.
Actual behavior
Page is displaying the error "Sorry, the formgrader encountered an error. Please contact the administrator of the formgrader for further assistance."
Steps to reproduce the behavior
It's the first time since I installed it this year that I tried to manually grade assignments and it diplays this error. I autograded the assignments from the command line, then clicked on the Formgrader tab, then Manual Grading tab, then on the Assignment ID, Notebook ID, and when I try to access any specific submission, I get the previous error.
Here is a part of my journalctl log that contains the error:
Thanks for any help regarding this issue.
The text was updated successfully, but these errors were encountered: