Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow all cookies needed for https://colab.research.google.com/ #7733
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
https://colab.research.google.com/ is needing to allow
all cookiesto work correctly.Steps to Reproduce
https://colab.research.google.com/from google.colab import filesuploaded = files.upload()Actual result:
Error message paste:
Upload widget is only available when the cell has been executed in the current browser session. Please rerun this cell to enable.MessageError Traceback (most recent call last)<ipython-input-1-21dc3c638f66> in <module>()1 from google.colab import files----> 2 uploaded = files.upload()2 frames/usr/local/lib/python3.6/dist-packages/google/colab/_message.py inread_reply_from_input(message_id, timeout_sec)104 reply.get('colab_msg_id') == message_id):105 if 'error' in reply:--> 106 raise MessageError(reply['error'])107 return reply.get('data', None)108MessageError: TypeError: Cannot read property '_uploadFiles' of undefinedExpected result:
Allow all cookies, will get around this error.
Reproduces how often:
Easily, with Cross-site cookies blocked.
Brave version (brave://version info)
Version 1.2.42 Chromium: 79.0.3945.117 (Official Build) (64-bit)Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
Changing the referrers didn't help. The cookies blocked are coming from
googleusercontent.com