wintermute123 / youtube-upload

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

Upload error #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Versions

youtube-upload: 0.7.1
python: 2.7.3
python-gdata: 2.0.14

= Describe the steps (including the command you run) that will reproduce
the problem?

Traceback (most recent call last):
  File "/usr/local/bin/youtube-upload", line 448, in <module>
    sys.exit(catch_exceptions(EXIT_CODES, main_upload, sys.argv[1:]))
  File "/usr/local/bin/youtube-upload", line 104, in catch_exceptions
    fun(*args, **kwargs)
  File "/usr/local/bin/youtube-upload", line 380, in main_upload
    captcha_response=options.captcha_response)
  File "/usr/local/bin/youtube-upload", line 181, in login
    self.service.ProgrammaticLogin(captcha_token, captcha_response)
  File "/usr/lib/pymodules/python2.7/gdata/service.py", line 796, in ProgrammaticLogin
    raise Error, 'Server responded with a 403 code'
gdata.service.Error: Server responded with a 403 code

Original issue reported on code.google.com by vancouve...@gmail.com on 31 May 2012 at 4:51

GoogleCodeExporter commented 8 years ago
Check the comments here: 
http://code.google.com/p/youtube-upload/issues/detail?id=57.

Original comment by tokland on 31 May 2012 at 8:00

GoogleCodeExporter commented 8 years ago
Thank you for the prompt response, I'm uploading my first video (remotely) 
thanks to you!
I should also note that with --email you can also use username, so you might 
want to change:
Authentication user email
to 
Authentication user email or Youtube username

Thanks again!

Original comment by vancouve...@gmail.com on 31 May 2012 at 1:47

GoogleCodeExporter commented 8 years ago
thanks, r165 add this info to the option. Added also a caveat in the README. 
Closing.

Original comment by tokland on 31 May 2012 at 6:34

GoogleCodeExporter commented 8 years ago

Original comment by tokland on 13 May 2014 at 2:55