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

Starting with mount_drive=True hangs startup #86

Closed
gbraad opened this issue Aug 11, 2021 · 2 comments
Closed

Starting with mount_drive=True hangs startup #86

gbraad opened this issue Aug 11, 2021 · 2 comments

Comments

@gbraad
Copy link

gbraad commented Aug 11, 2021

When the option to mount the drive is specified;

ColabCode(port=10000, password="pass", authtoken="[ngroktoken]", mount_drive=True)

... it will only start as:

Code Server can be accessed on: NgrokTunnel: "https://[tunnelid[.ngrok.io" -> "http://localhost:10000"

... and just hang. Any idea?

@gbraad
Copy link
Author

gbraad commented Aug 12, 2021

Actually;

ColabCode(port=10000, password="pass", authtoken="[ngroktoken]", mount_drive=False, lab=True)

does the same. It does start JupyterLab, but prevents Code from starting as the Lab process needs to be active and long-running.

@abhishekkrthakur
Copy link
Owner

I just tested it and it seems to be working fine. when mounting drive, you need to click on the link that is presented to you then authorize the colab to access drive and wait till its done mounting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants