Dene33 / video_to_bvh

Convert human motion from video to .bvh
369 stars 112 forks source link

FileNotFoundError Due to [Choose Files] Button the Upload Widget is not Available Even the Session is Rerun #31

Closed markchang2006 closed 4 years ago

markchang2006 commented 4 years ago

2 error messages are shown below for your information:

1> MessageError Traceback (most recent call last)

in () 1 #upload video ----> 2 exec(open('upload_videos.py').read()) in () 2> /usr/local/lib/python3.6/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 property '_uploadFiles' of undefined Another Error Message is shown after the {Upload Video] cell is rerun as below: --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in () 1 #upload video ----> 2 exec(open('upload_videos.py').read()) FileNotFoundError: [Errno 2] No such file or directory: 'upload_videos.py' It happens even though I've rerun the Upload Video, the cell has been re-executed in the current browser session, agin and again. Please help. Thanks!
ag2s20150909 commented 4 years ago

It sounds like third-party cookies may be disabled in your browser, see https://github.com/googlecolab/colabtools/issues/17.

The setting is under chrome://settings/content/cookies.

markchang2006 commented 4 years ago

Thanks for your prompt and kind support! The problem is solved. Thanks a lot!