vishnukraj / youtube-upload

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

script fails to upload, gives exception #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= Versions

youtube-upload:  0.7.2
python:  2.7
python-gdata:  python-gdata-2.0.14-3.1.2.noarch

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

Uploading to Youtube has worked fine until now.  I get this error when I 
attempt to upload:

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/python2.7/site-packages/gdata/service.py", line 804, in ProgrammaticLogin
    raise BadAuthenticationServiceURL, 'Server responded with a 302 code.'
gdata.service.BadAuthenticationServiceURL: Server responded with a 302 code.

Original issue reported on code.google.com by weather...@azza.com on 18 Apr 2013 at 1:17

GoogleCodeExporter commented 9 years ago
Didn't see that this was entered already.  Close.

Original comment by weather...@azza.com on 18 Apr 2013 at 1:19

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 18 Apr 2013 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32