WassimBenzarti/colab-ssh

URL for Cloudfared binary broken

humcasma opened this issue · 3 comments

Describe the bug
The url for the cloudfared binary is no longer working. The new url is https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-386.tgz

ky1ee commented

may I ask how do I make the changes?

I got this error when I tried to run launch_ssh_cloudflared(password="")

Capture001

Hello @humcasma,
Thank you for opening this issue. When I ran colab-ssh with cloudflared everything works fine. Could you please specify which link are you talking about ?

@ky1ee
It looks like cloudflared didn't download, it looks like the website equinox.io (where cloudflare is hosting the cloudflared package) went down.

Apparently everything is back to normal. I will keep this issue open in case I am missing something here.
Thank you!

I was referring to this url: https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.tgz

equinox.io was actually working this morning, but the amd64 binary was not available. I can confirm that binary is available again and the url is working. So you may close this ticket.

Otherwise, note that when the url was not working this morning, launch_ssh_cloudflared() crashed with an exception of type "./cloudfared file not found'. It would be nice to get a message saying the binary could not be fetched.