abhishekkrthakur / colabcode

Run VSCode (codeserver) on Google Colab or Kaggle Notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngrok Tunneling site not working

ashishdevo28 opened this issue · comments

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!

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

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]