"Found built image, launching..." but the session is not launching
See original GitHub issueBug description
This morning I shared my Jupyter Book project on social media – all of the notebooks included in the book have Binder instances – but Binder is not launching for the notebooks. The build log says “Found built image, launching…” but the instance never launches. Maybe this is happening because more people than usual are trying to launch Binder instances? Any suggestions for fixing this issue would be much appreciated.
How to reproduce
- Go to https://melaniewalsh.github.io/Intro-Cultural-Analytics/Data-Analysis/Pandas-Basics-Part1.html
- Click on the Binder instance in the top right corner https://mybinder.org/v2/gh/melaniewalsh/Intro-Cultural-Analytics/master?urlpath=lab/tree/book/Data-Analysis/Pandas-Basics-Part1.ipynb
- See “Found built image, launching…”
Your personal set up
- OS: MacOS 10
-
Logs
"Found built image, launching..."
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Session 'app': Error Launching activity - android - Stack Overflow
Show activity on this post. After the Android Studio 2.0 update while the gradle build finishes I get this : Session 'app': Error...
Read more >Image found but not launching? - Binder
I'm having trouble launching. Build seemed to go ok, but shows launching server for a long time, then Launch Attempt 1 failed …...
Read more >Running RenkuLab Interactive Sessions on Your Own Machine ...
First, make sure that your project has been pushed and that the image build is complete. If you are not sure, the easiest...
Read more >“a specified logon session does not exist. it may already have ...
I was able to solve this issue by simply starting my windows desktop with my 'administrator' account. I had done all the suggestions...
Read more >Failed to launch session with the error code “Your session ...
When launching an application or desktop session using Citrix Workspace App, the session fails to launch with the error code “Your session 'AppName'...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks so much! These are great tips for optimizing the Binder launch time, and it’s good to know about the upgrade. I will take any further questions or discussion to the Discussion Forum! Cheers.
I think you might have been a victim of an upgrade of a dependency we use to talk to the Kubernetes API. At least I can’t find anything else that looks out of the ordinary.
To make launches faster there are two things you can investigate:
master
/main
but a tag. This way not every typo fix triggers a rebuild. Instead you can periodically move the tag (say once a week or so)(2) speeds up launches a bit but means you are going the manual route, so some of the “magic” of binder (actually repo2docker) is lost. However with the increased control you can shrink the image a lot. Maybe something to investigate once things are becoming stable and development of the book slows down a bit?
(If you are happy please close the issue to help keep things a bit tidy 😄 We should continue optimisation talk in the forum on https://discourse.jupyter.org as that is more discoverable and has more readers who have ideas)