Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: timeout disconnection few minutes after connecting #121

Open
2 tasks done
tgpsantos opened this issue Jun 3, 2022 · 2 comments
Open
2 tasks done

[Bug]: timeout disconnection few minutes after connecting #121

tgpsantos opened this issue Jun 3, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@tgpsantos
Copy link

Jupyter notebook

Google Colab

What happened?

Hi guys,

Every time I connect to Colab using VS Code the machine disconnects everything works great for 5-10 minutes until it disconnects, independently whether I'm running code or not.

I tried running an endless script in the web side to try to prevent it from disconnecting like this

import time
while True:
  print(f"random {random.random()}")
  time.sleep(30)

but got no luck..

Any idea why this happens?

Another question, after setting up the connection to VS Code I'm prompted to install the kernel from their marketplace. Is this an issue?

What did you expect?

I'd expect to be able to use SSH for longer periods of time.

Version

  • latest

Which version (if not the latest)?

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tgpsantos tgpsantos added the bug Something isn't working label Jun 3, 2022
@Glimmer0x
Copy link

I met the first problem too. Colad always disconnects.
Dose Google Colab ban colab_ssh?
In README.md, it says:
Google Colab | Recently prohibited by Google Colab
It may be the reason.

@anu43
Copy link

anu43 commented Aug 15, 2022

Google Colab | Recently prohibited by Google Colab

That warning disappears if you integrate Cloudflare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants