abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
MIT License
2.06k stars 275 forks source link

Ngrok Tunneling site not working #102

Open ashishdevo28 opened 2 years ago

ashishdevo28 commented 2 years ago

Running ColabCode() funtion has some issue, its showing :

Welcome to ngrok!
Before you can serve HTML content, you must [sign up](https://dashboard.ngrok.com/signup) for an ngrok account and install your authtoken.

Sign up for an ngrok account
I already have an account, why am I seeing this page?
Make sure that you [Install Your Authtoken](https://dashboard.ngrok.com/get-started/your-authtoken) and then restart the ngrok agent.

Please if anyone has the solution for this, just tell. And if there is an issue @abhishekkrthakur, can you please look into it!

HuangChiEn commented 2 years ago

I just saw this github repo today, and I also encountered the same issue actually.

randywreed commented 2 years ago

I was able to get past this doing the following:

First set up an Ngrok account as instructed by the message and get an authtoken. you may want to double check the URL, it may change.

!curl -O https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.tgz  
!tar zxvf /content/ngrok-stable-linux-amd64.tgz   
!./ngrok authtoken [authtoken from ngrok site]