Colabtools: Automatic document saving not working

Created on 19 Nov 2018  路  4Comments  路  Source: googlecolab/colabtools

A pop up box shows at the bottom of the page saying:

Automatic document saving has been pending for 14 minutes. Reloading may fix the problem. __Save and reload the page.__

Clicking on __Save and reload the page.__ produces the following error message:

CustomError
CustomError
at RI.Nw [as constructor] (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:1270:363)
at new RI (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:1646:783)
at xa.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:1650:127)
at za (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:525:336)
at xa.throw_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:524:402)
at Ba.throw (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:526:248)
at c (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20181115-085300-RC01_221651410:535:79)

Most helpful comment

Had the same issue while using altair for graphs. The issue here is because the output is heavy and colab is not able to save it is not able to make a handshake because internet speed is poor. So just switch your internet source and see it working.

All 4 comments

Thanks for the report, the fix should be rolling out in a few days. In the meantime, invoking File->Save will have similar behavior.

Having problem saving with automatic and file> save as.
image

I see in the console a stack of errors
image

chrome Version 73.0.3683.86 (Official Build) (64-bit)

I WAS able to save to github:
https://github.com/pleabargain/ipynb_notebooks/blob/master/Copy_of_Seattle_Hotels_Recommender%20from%20Susan%20Li.ipynb

@pleabargain - the errors in the console originate from 'screenshot.min.js'- I do not believe this is a file Colab uses. Can you try incognito mode? There may be an installed Chrome extension which is getting in the way.

Had the same issue while using altair for graphs. The issue here is because the output is heavy and colab is not able to save it is not able to make a handshake because internet speed is poor. So just switch your internet source and see it working.

Was this page helpful?
0 / 5 - 0 ratings