-
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 url returns 503 error #722
Comments
I just troubleshot this. Can you share your relevant service config from the Also, up until a few hours ago, formgrader was broken for reverse-proxied jupyterhubs. You may want to update JupyterHub to master. |
Yes, sharing your config would be helpful! Additionally, if you can run the nbgrader service with |
The cwd setting was incorrect. I've updated it to the course directory:
It's working now, thank you! We're using SystemUserSpawner so I'll create the system user for the instructor, and change the cwd setting to their nbgrader/course directory . |
Closing this as the issue seems to be resolved, but feel free to open another issue if you have any further questions! |
I'm getting a 503 error when I go to my formgrader url (https:///services/formgrader-beng100). I've upgraded to nbgrader 0.4 and am using the config settings in the nbgrader docs. Here's the relevant log output when I launch jupyterhub from the command line:
Not sure why I'm getting the "No nbgrader_config.py file found" warning, the file is in the same directory I launch jupyterhub from (and in /etc/jupyterhub). If I run 'nbgrader formgrade' from the same location it does find it.
Here's the jupyterhub log info when I go to the formgrader url:
I'm using apache2 for SSL termination, reverse proxying and shibboleth authentication. Thanks!
The text was updated successfully, but these errors were encountered: