abhishekkrthakur / colabcode

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

Tunnel dbe97d507087.ngrok.io not found #60

Closed giangdip2410 closed 3 years ago

giangdip2410 commented 3 years ago

I just found this issue when connect codeserver using google colab. Anybody have solution for this ? thank you

andandandand commented 3 years ago

I am getting the same error on Colab. The server runs on Kaggle notebooks

h1pstah commented 3 years ago

Same error on Colab...

GJvignesh commented 3 years ago

Same error Tunnel .ngrok.io not found

Tyler713 commented 3 years ago

I got this output <Code Server can be accessed on: NgrokTunnel: "http://a3fc17cf4831.ngrok.io" -> "http://localhost:10000"> and i clicked the first link "http://a3fc17cf4831.ngrok.io" the chrome told me Tunnel a3fc17cf4831.ngrok.io not found

abhishekkrthakur commented 3 years ago

It seems like google colab has been blocking tunnels like ngrok. If I am able to find a workaround, ill implement it. Currently, we wait :(

fajarslvn commented 3 years ago

@abhishekkrthakur I don't know if this work or not, but this localhost tunnel is made with python and it have similarity with ngrok which is subdomain https://github.com/azimjohn/jprq Maybe it can replace ngrok.

abhishekkrthakur commented 3 years ago

Apparently, the issue was on ngrok side and they seem to have resolved it now. I just checked and everything works!

image

Tyler713 commented 3 years ago

yes,it works fine on colab now. thanks a lot

h1pstah commented 3 years ago

thanks a lot man!


From: abhishek thakur notifications@github.com Sent: Tuesday, February 2, 2021 8:37:10 AM To: abhishekkrthakur/colabcode colabcode@noreply.github.com Cc: Andrej Ilić ailic@seas.upenn.edu; Comment comment@noreply.github.com Subject: Re: [abhishekkrthakur/colabcode] Tunnel dbe97d507087.ngrok.io not found (#60)

Apparently, the issue was on ngrok side and they seem to have resolved it now. I just checked and everything works!

[image]https://user-images.githubusercontent.com/1183441/106567238-cc47ea00-6531-11eb-8ef1-2fe35811fdef.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/abhishekkrthakur/colabcode/issues/60#issuecomment-771433955, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFNE4HHO3MJW6TDHN52YCCTS46TSNANCNFSM4W2FUQAQ.

fajarslvn commented 3 years ago

Thanks Man!

andandandand commented 3 years ago

Thanks for checking this!


Antonio Rueda-ToicenData Scientist digital-spaceti.me

On Tue, Feb 2, 2021 at 4:18 PM fajarslvn notifications@github.com wrote:

Thanks Man!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhishekkrthakur/colabcode/issues/60#issuecomment-771708021, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHZIX55MGETN3OKFP6HPWLS5AJT3ANCNFSM4W2FUQAQ .

giangdip2410 commented 3 years ago

thank you so much @abhishekkrthakur

abhishekkrthakur commented 3 years ago

I just tested it and it seems to be working fine.