nana88 / youtube-api-samples

Automatically exported from code.google.com/p/youtube-api-samples
0 stars 0 forks source link

Upload a video to youtube - python api error #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

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 npediase...@gmail.com on 28 Feb 2013 at 9:49

Attachments: