TIMEOUT when mounting Google Drive
See original GitHub issue- Describe the current behavior:
I can’t mount my drive using the usual drive.mount('/content/drive')
. The following error appears:
TIMEOUT Traceback (most recent call last)
<ipython-input-2-d5df0069828e> in <module>()
1 from google.colab import drive
----> 2 drive.mount('/content/drive')
4 frames
/usr/local/lib/python3.6/dist-packages/pexpect/expect.py in timeout(self, err)
142 exc = TIMEOUT(msg)
143 exc.__cause__ = None # in Python 3.x we can use "raise exc from None"
--> 144 raise exc
145
146 def errored(self):
TIMEOUT: <pexpect.popen_spawn.PopenSpawn object at 0x7f39c621acf8>
searcher: searcher_re:
0: re.compile('google.colab.drive MOUNTED')
1: re.compile('root@352e6fca76e0-72631056df6b4467a181cdbbe437cfeb: ')
2: re.compile('(Go to this URL in a browser: https://.*)$')
3: re.compile('Drive File Stream encountered a problem and has stopped')
4: re.compile('drive EXITED')
<pexpect.popen_spawn.PopenSpawn object at 0x7f39c621acf8>
searcher: searcher_re:
0: re.compile('google.colab.drive MOUNTED')
1: re.compile('root@352e6fca76e0-72631056df6b4467a181cdbbe437cfeb: ')
2: re.compile('(Go to this URL in a browser: https://.*)$')
3: re.compile('Drive File Stream encountered a problem and has stopped')
4: re.compile('drive EXITED')
- Describe the expected behavior:
I expected it to mount correctly as always. I’ve tried with my business account (G Suite) and my personal account, both have the same issue since today. I’m aware of the drive timeout issues which can happen if there are too many files/folders in the Drive, but it doesn’t seem to be the case as I tried to mount in 2 different Google Colab notebooks with 2 different accounts that don’t share any drives/folders. The same issue also appears for all our collaborators in our business.
- The web browser you are using (Chrome, Firefox, Safari, etc.):
Google Chrome
The research in our business is based on Google Colab, and we are now stuck because of this issue. It would be great to have some response to this.
Thanks in advance for your help!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:19
I was able to mount it with a direct string copy. The copy button doesn’t seem to be working right.
@ArtemKarablinov I doubt that the issue is coming from a big number of files as mentioned in #382 , as this problem just started to happen today for multiple people. Also, I don’t have a lot of files in the root of the My Drive of my personal account (less than 10).