-
Notifications
You must be signed in to change notification settings - Fork 5
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
tornado.simple_httpclient.HTTPTimeoutError: Timeout during request #7
Comments
I'm not sure how to debug that. I see the same behavior. Maybe @philippjfr has an idea? |
Hi! |
@scottyhq , I just tried hitting the URL: https://aws-uswest2-binder.pangeo.io/v2/gh/scottyhq/measures-panel/panel-proxy?urlpath=panel/measures-panel The only thing that should have changed was the binder deployment itself, right? |
I think it's because the default request timeout for tornado web is 20s, while the browser typically have much longer request timeout. See here: jupyterhub/jupyter-server-proxy#182 I will try to make PR for this to the jupyter server proxy repo. |
Thanks @oeway! |
Hi @jsignell ! Thanks for putting this together, it nicely simplifies deployment via binder. I'm seeing an error currently related to a timeout and wondering if there is a setting to avoid this. After arriving at a 500: Internal Sever Error Page, simply reloading the page brings up the interface, so I think it is just a matter of my code taking to long to initialize?
The jupyterhub log shows:
Here is a link if you need to investigate:
https://binder.aws-useast1.pangeo.io/v2/gh/scottyhq/measures-panel/panel-proxy?urlpath=panel/measures-panel
And a list of package versions
packages in environment at /srv/conda/envs/notebook:
The text was updated successfully, but these errors were encountered: