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

Upload a video to youtube - python api error #1

Open
GoogleCodeExporter opened this issue Jan 28, 2016 · 0 comments
Open

Upload a video to youtube - python api error #1

GoogleCodeExporter opened this issue Jan 28, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link


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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant