You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python 2.7.3/Ubuntu 12.04
I got the following error message
Uploading file...
No handlers could be found for logger "oauth2client.util"
Traceback (most recent call last):
File "upload_video.py", line 162, in <module>
initialize_upload(options)
File "upload_video.py", line 107, in initialize_upload
resumable_upload(insert_request)
File "upload_video.py", line 117, in resumable_upload
status, response = insert_request.next_chunk()
File "/home/npedialap2/SenthilMurugan/youtube-python/youtube-v3-python-cmd-line/oauth2client/util.py", line 121, in positional_wrapper
return wrapped(*args, **kwargs)
File "/home/npedialap2/SenthilMurugan/youtube-python/youtube-v3-python-cmd-line/apiclient/http.py", line 733, in next_chunk
raise ResumableUploadError("Failed to retrieve starting URI.")
apiclient.errors.ResumableUploadError: Failed to retrieve starting URI.
Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 9:49
Original issue reported on code.google.com by
[email protected]
on 28 Feb 2013 at 9:49Attachments:
The text was updated successfully, but these errors were encountered: