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

error: Request Entity Too Large #47

Open
choldgraf opened this issue Jan 31, 2017 · 8 comments
Open

error: Request Entity Too Large #47

choldgraf opened this issue Jan 31, 2017 · 8 comments

Comments

@choldgraf
Copy link
Collaborator

Some of our students were getting this error when their notebook was trying to auto-save:

error: Request Entity Too Large

Is this because the notebooks themselves are too large? There doesn't seem to be anything gigantic in terms of plots etc. Any ideas?

@ryanlovett

@ryanlovett
Copy link
Contributor

This is related to yuvipanda/jupyterhub-nginx-chp#9. I'll investigate.

@choldgraf
Copy link
Collaborator Author

cool - want me to close this issue since you're already discussing elsewhere?

@ryanlovett
Copy link
Contributor

No, please leave this open.

@ryanlovett
Copy link
Contributor

The default size is 256 MB. Can you locate an .ipynb file which causes this? Then run:

import os
os.stat('path/to/the/notebook.ipynb').st_size

This will report the file size in bytes.

@choldgraf
Copy link
Collaborator Author

choldgraf commented Feb 1, 2017 via email

@ryanlovett
Copy link
Contributor

Okay, thanks. The version of nchp we've got on the proxy is not new enough which is why you're seeing this problem.

@ryanlovett
Copy link
Contributor

This is also causes a problem when one tries to use Upload to send a large file.

@choldgraf
Copy link
Collaborator Author

Ah I see - let me know when that's updated (or if it can't be updated, let me know so that I can add a note to the instructor guide)

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