-
Notifications
You must be signed in to change notification settings - Fork 720
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
Notebook loading error #446
Comments
Does the above issue occur for all Drive notebook loads, or just that file? The error when reading data from Drive- how are you reading the data? |
the notebook problem doesn't happen any more. it looks like my driver was stuck for a while or something like however it still can't read files. I'm trying to read a tar file using tarfile.open. |
surprisingly, everything is working well now. I just waited for a while and the problem no longer exists. |
I am having a similar problem, unable to open new python notebook in colab, unable to open any files from gdrive (I have mounted and gdrive visible). I have tried disabling popups, adblocker, using incognito and nothing will work. I can, however, access the colab welcoming documents and notebooks in github. This has left colab unusable for me so any advice would be very welcome. Using chrome browser. The following error message Notebook loading error https://drive.google.com/drive/?action=locate&id=1cofhWOS7AEea5sdrO9w0Zhsz-OIA3jgV&authuser=0 |
@easybeinggreen - Are there additional details in the error dialog? Do you happen to know if there are additional errors in the Chrome developer console? |
Hi when I try to open a new notebook or a pre-existing I get the following error, no more details. Clicking on the link takes me to the Colab Notebooks file in Google drive - where it should be: Sorry, no detailed knowledge of Chrome developer console but when I open developer tools panel, no obvious errors Notebook loading error https://drive.google.com/drive/?action=locate&id=1qlNjp6FXK7xC0CxVHb17PrAyYTG_I0jx&authuser=0 Is it possilbe that there might be some issue with my ISP, I have run out of ideas since I can open it in some locations and not others? Many thanks |
From Chrome devtools, if you open the 'Network' tab then reload the page I would expect to see some items appear in red indicating that they failed. For the items that failed, I'd be curious about the name being requested and the status. From what you're describing and the error message this seems like the error is either originating from your browser or your network. Possibly try a different browser such as Firefox? |
Are you able to download the file from the file browser at https://drive.google.com? I'm a little surprised that API is failing so reliably. |
So yes, when I choose 'open a new python 3 notebook' in colab it does indeed create an untitled document in the colab notebooks folder in Google Drive. I am able to download and open that as a regular Jupyter notebook. But cannot open that or any other document in colab (unless it is through github, or a google created doc) |
Do you happen to have another Google account to try with that? |
Apologies for the delayed reply, I have been investigating the problem further and my Internet Service Provider has advised there is a fault with my modem. They did not say what that was and in over 12 months I have had no other internet issues until this one. They have replaced modem and new and old notebooks now open fine. I remain baffled but hopefully this may help others if the problem arises again. Many thanks @blois for your assistance. |
I am baffled by that resolution as well, but thanks for letting us know! |
Wow, this actually worked. But I guess I'm a bit luckier? Restart the modem, and that's all it took to get everything working again. And some other symptoms if it is your modem's fault:
|
I tried to run (https://github.com/keithito/tacotron/blob/master/demo_server.py) but it shows following error : Why is it showing this error? |
Consider just downloading the file with permanent link and gdown preinstalled like here |
Hi there, Notebook loading error - try restarting your browser. I get this every now and then. I don't know what triggers it, but once it starts it gets stuck, and won't open any file at all. Closing the Colab tab doesn't change it, but restarting Firefox works. |
While trying to create or load any notebook from drive, the following error appears:
Notebook loading error
There was an error loading this notebook. Ensure that the file is accessible and try again.
Could not fetch resource at https://00e9e64bacc6587341ef2858bc5f18102b0fe76663f1f997a2-apidata.googleusercontent.com/download/drive/v2beta/files/1chPiBTZAK5unSYiUAXj33s7JPI70XU8x?qk=AD5uMEueg7kfKtDsyQe18BavqOV44ZOB0XApxqH-sqRrvpDboBHEWDIDvfVZUyEWPq4vdar1RkJ6OqfnS7kBwE_Yhq5ImkrrbR_03VI3L9IxWW5RTMspVD6Fa4QtTuyxzyYKfUTsvMNLJXBbIofV8xykKJeJbFpEyuYjdGDcgKkmGjVS8TvB8O7tqyMF03lrhkSlxWZpHxMbeS0WkBNMhrfDRB0AmcuEbpiqJK5IsaeiWEoy_2ovGRrzctj6R1O8kvDmzKy2BxIMomDKqTtNWobvxR18Xc7ykmIbWZG0E21ZBYeb8EklSvWYKuPodnUXDPdYaSF2SCs8_1e4I09lYop5kHzKK03JkCgVN0cgQUyjzOOVmDAIeBZXClgmrYTQ8SCxDQDEEaqVD-Hf_GRbYXGAcPzAAIPykVAGiOii7KAE1NjRXzTfPVNfpTacmvdnZXDh_EnXOqxqWVSOGvoNrB7FC6RqwY4B_27zptQNuATiAvBN18NzpkfwzCJdNRE9GGZpPo3snURh6hL3YJ4QWtknZIqSzHxPIwPEPzc2ST8ptureoRS3P0_oYjcvsrRPSV0smrDscZ2OaLggtgDu9UHphzm-KMAGXW2CO1Y6YWcelNPU7vgrfSnyMVrsbBp3OdHISqoARgeFWK8dPYZ9mCI5VRrrPSNikrnK0F2myd3WzdOix4GqxIBQ6dfIt6z1Af20yBylp4hQ3UTU-Ov4D5zWGkCNlcOqMIv8JqOq35Yqik5FrTvWKy3AOWWIOIgdDlwY3NyfeA4yTn5v5h0DUvfJBylBTrfLYw: 403 The download quota for this file has been exceeded.
I tried to access my drive with google colab from another account. It creates notebooks but another error happens when i try to read data from my drive:
Input/output error
i think the problem is with my drive but i can't solve.
any help?
The text was updated successfully, but these errors were encountered: