I’m using mybinder.org to serve interactive tutorials for students in a class at my workplace. Here’s the mybinder link: Binder
For the past month, I’ve had various steps fail on almost all of my sessions, and maybe 10% of student sessions. A common error log in many of these cases looks like this:
2022-05-17T23:50:01Z [Warning] Failed to pull image "3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-tc-init:2020.12.4-n655.hfe65496": rpc error: code = NotFound desc = failed to pull and unpack image "3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-tc-init:2020.12.4-n655.hfe65496": failed to resolve reference "3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-tc-init:2020.12.4-n655.hfe65496": 3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-tc-init:2020.12.4-n655.hfe65496: not found
2022-05-17T23:50:02Z [Warning] Error: ImagePullBackOff
2022-05-17T23:50:02Z [Normal] Back-off pulling image "3i2li627.gra7.container-registry.ovh.net/binder/ovhbhub-tc-init:2020.12.4-n655.hfe65496"
This error presents in multiple browsers (Chrome, Edge), but it’s intermittent. Often the Binder session starts right up.
I’d like to know if there’s a way I can configure my browser, internet connection, or the source repo to make the user experience more consistent. Let me know if I can provide more details.
Thank you!