-
Notifications
You must be signed in to change notification settings - Fork 75
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
"Launch attempt failed" with no further details #2764
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I am experiencing this same issue. Builds proceed normally, but then repeatedly stalls at the point of launching (across Chrome, Chrome Incognito, Firefox, Safari -- proceeding from the pre-built image). E.g. output pasted below.
I haven't sat through more than 3 failed attempts (over ~ 30 minutes) before giving up and killing the tab. Some that I have left sitting in the background have eventually launched the lab interface after more than 45 minutes. I have never experienced such terribly slow loading before on binder. Edit: this died a few minutes later with the additonal two lines:
And reverted to the message "Failed. Try refreshing this page in a few seconds." in the loading bar. However, when I'm lucky enough to be directed to a "gesis" hub instead of jupyter, the notebook launches within a minute. E.g. output here:
To reproduce: launch https://mybinder.org/v2/gh/TomWinder/QuakeMigrate/prac_v1?labpath=examples%2FVolcanotectonic_Iceland_prac%2FQM_prac.ipynb , and wait. |
First link contains a workaround (pasted below) that worked for me. But not straightforward to share (if you e.g. previously used binder to host software demo or teaching resources.....)
EDIT: GESIS FAQ provides support for shareable links - see bottom of this page: https://notebooks.gesis.org/faq.html
|
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Same here in my hosted BinderHub. I found a workaround by adding the following to dependencies:
- traitlets<5.10.0 This problem may be related to jupyter/notebook#7048 ; notebook < 6.5.6 does not work with traitlets >= 5.10 but conda provides notebook v6.3.0. |
Bug description
Binder instance files to load.
How to reproduce
When trying to launch a binder instance of the rebound repository, it fails with the following log:
There is no real error message besides "launch attempt failed" so I'm not sure how to further debug it.
The text was updated successfully, but these errors were encountered: