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

404 on Formgrader when course directory on a separate file system then nbgrader #859

Closed
rdpratti opened this issue Aug 9, 2017 · 2 comments
Milestone

Comments

@rdpratti
Copy link

rdpratti commented Aug 9, 2017

Installation : Windows standalone install (no JupyterHub).
Anaconda install on C:\Aanaconda3

Jupyter Config Notebook Directory: c.NotebookApp.notebook_dir = 'F:\Jupyter\Notebooks'
nbgrader Config Course Directory : c.CourseDirectory.root = 'F:\Jupyter\Notebooks\courses\CSC343'

jupyter brings up notebook directory without issue.
clicking on formgrader produces a 404 (attached)
formgrader-404

There is an error message on the server screen that I have attached.

When I changed both config files to C:, the problem goes away and formgrader comes up fine.

I apologize if this is a config problem on my part, but I can't find anything in the doc that jumps out at me (base_url?).
nbgrader_server_emsg.txt

rd

@jhamrick
Copy link
Member

I think this will likely be fixed by #866 but I will double check.

@jhamrick jhamrick added this to the 0.5.3 milestone Aug 12, 2017
@jhamrick
Copy link
Member

Yep, #866 seems to fix it! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants