demotomohiro / remocolab

remocolab is a Python module to allow remote access to Google Colaboratory using SSH or TurboVNC.
MIT License
316 stars 229 forks source link

Runtime Disconnected while running the cell, #93

Closed AyaanZaveri closed 3 years ago

AyaanZaveri commented 3 years ago

Why is the runtime disconnecting before it finishes installing the "remocolab.setupVNC()". Does it not work?

demotomohiro commented 3 years ago

It seems same issue to https://github.com/demotomohiro/remocolab/issues/88.

I ran following code in google colab's cell right now but got disconnected in a minute.

import time

begin = time.time()
for i in range(30 * 6):
  time.sleep(10)
  print(time.time() - begin)

I don't know why that happen. I used google colab too long time? Are there too many people using google colab? Some trouble in the server? That happened before and it was fixed later.

AyaanZaveri commented 3 years ago

I feel like it's something in their server and it's still happening. It's also happening in my other Colabs. I hope it gets fixed!