jupyterhub / mybinder.org-user-guide

Turn a Git repo into a collection of interactive notebooks. This is Binder's user documentation repository.
https://mybinder.readthedocs.io
BSD 3-Clause "New" or "Revised" License
151 stars 103 forks source link

Binder-examples/getting-data does not launch #223

Open einarpersson opened 3 years ago

einarpersson commented 3 years ago

Bug description

binder-examples/getting-data does not launch.

Expected behaviour

I expect it to launch so that I can play around with it

Actual behaviour

Error loading binder-examples/getting-data/master! See logs below for details.

Step 47/50 : RUN ./postBuild
 ---> Running in 7fb35703bfec
Removing intermediate container 7fb35703bfec
The command '/bin/sh -c ./postBuild' returned a non-zero code: 8

How to reproduce

  1. Go to repo linked above
  2. Click on binder launch badge
  3. Scroll down
  4. See error

Your personal set up

Not relevant as far as I can see. (Chrome)

welcome[bot] commented 3 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

betatim commented 3 years ago

I think this is because the datafile we try to download is no longer available at the URL we use. It would be great if you could make a PR to fix this To fix it we need to find out the new URL from the source website or switch the example to use a different dataset.