-
Notifications
You must be signed in to change notification settings - Fork 318
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 doesn't work, command line do #1899
Comments
I should add that, when doing manual grading the comments and grades are not saved and have no effect. |
@bpfrd did you update nbgrader or jupyterlab/notebook recently ? |
Thanks. I didn't update and I don't think teachers did too. How can I debug? |
For reference CERIT-SC/nbgrader-k8s#11 |
Manual grading from the command-line would need an alternative UI to allow comments & grade-changes - which seems a lot of work when there's already a UI available |
Just an update about this issue. (formgrader GUI not working). Here is the console log when I click on any key in GUI (such as generate assignment, etc.) It seems it's not authorized. console:
network tab:
request headers:
response headers:
network preview:
The formgrader CLI works. Do you need more information? Do you have any clues about how the problem is caused? best |
and here seems to be the hub logs on kubernetes for the same request:
where my username is redacted. best |
another update:
if I comment this line, formgarder GUI works well. but the xsrf token is no longer secure and httponly. The question is: what is happening exactly? How can I maintain these security flags while ensuring the formgrader GUI continues to function correctly? if I understand correctly this is caused because the nbgrader frontend extension tries to get the xsrf token in js which is in conflict with httponly flag. is that right? is there any fix? best |
Hi
I deployed jupyterhub & nbgrader in kubernetes. I'm using this version of nbgrader https://github.com/CERIT-SC/nbgrader-k8s
please find the issue and details below:
Operating system
Centos
nbgrader --version
nbgrader version 0.9.2
jupyterhub --version
(if used with JupyterHub)jupyterhub version 3.0.3
jupyter notebook --version
jupyterhub notebook version 7.1.2
Actual behavior
Formgrader stopped working recently and none of its functionalities, e.g., autograde, release feedback, manual grading, etc work! It doesn't give any specific errors. it shows something like "there is an error in autograding...." However, the command line works. but manual grading is not possible with the command line.
best regards
The text was updated successfully, but these errors were encountered: