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

Error after pressing "let's rock!" #26

Open
Blazeolmo opened this issue Feb 21, 2022 · 0 comments
Open

Error after pressing "let's rock!" #26

Blazeolmo opened this issue Feb 21, 2022 · 0 comments

Comments

@Blazeolmo
Copy link

When i press "Let's rock!" i get this error
MessageError Traceback (most recent call last)
in ()
46 get_ipython().system('rm -rf /content/pulse/input/face.png')
47 clear_output()
---> 48 uploaded = files.upload()
49 for fn in uploaded.keys():
50 print('User uploaded file "{name}" with length {length} bytes'.format(

2 frames
/usr/local/lib/python3.7/dist-packages/google/colab/_message.py in read_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)
108

MessageError: TypeError: Cannot read properties of undefined (reading '_uploadFiles')

I resetted the runtime and tried over and over again pressing the button. i always get this error. what should i do?

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

1 participant