-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
This is related to yuvipanda/jupyterhub-nginx-chp#9. I'll investigate. |
cool - want me to close this issue since you're already discussing elsewhere? |
No, please leave this open. |
The default size is 256 MB. Can you locate an .ipynb file which causes this? Then run:
This will report the file size in bytes. |
I just tried it and this was the output after breaking (I just called
imshow a bazillion times until it stopped autosaving): 987639
--
…On Wed, Feb 1, 2017 at 10:42 AM Ryan Lovett ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABwSHX8Iqk-c_JIaGrZ_j-xFvVHkIZNBks5rYNImgaJpZM4LzQ-_>
.
|
Okay, thanks. The version of nchp we've got on the proxy is not new enough which is why you're seeing this problem. |
This is also causes a problem when one tries to use Upload to send a large file. |
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) |
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
The text was updated successfully, but these errors were encountered: