wintermute123 / youtube-upload

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

Upload failed #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Versions

youtube-upload:0.7.2
python:2.7.3
python-gdata:2.0.17

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

youtube-upload --email=*******@gmail.com --password=******** --title=H7N9 
--category=Music H7N9.mp4
Login to Youtube API: email='*******@gmail.com', password='***********'
Traceback (most recent call last):
  File "/usr/local/bin/youtube-upload", line 512, in <module>
    sys.exit(catch_exceptions(EXIT_CODES, main, sys.argv[1:]))
  File "/usr/local/bin/youtube-upload", line 111, in catch_exceptions
    fun(*args, **kwargs)
  File "/usr/local/bin/youtube-upload", line 509, in main
    run_main(parser, options, args)
  File "/usr/local/bin/youtube-upload", line 444, in run_main
    url = upload_video(youtube, options, video_path, len(args), index)
  File "/usr/local/bin/youtube-upload", line 337, in upload_video
    description = to_utf8(options.description).decode("string-escape")
AttributeError: 'NoneType' object has no attribute 'decode'

Original issue reported on code.google.com by chocolat...@gmail.com on 6 Apr 2013 at 4:40

GoogleCodeExporter commented 8 years ago
Thanks, fixed: r185. For now set some description (even if it's an empty 
string).

Original comment by tokland on 6 Apr 2013 at 12:41

GoogleCodeExporter commented 8 years ago
Issue 102 has been merged into this issue.

Original comment by tokland on 13 Apr 2013 at 7:49

GoogleCodeExporter commented 8 years ago
What version has this been fixed in?
It is present in the latest version to download 0.7.2.

Original comment by Marcus.W...@gmail.com on 14 Apr 2013 at 7:34

GoogleCodeExporter commented 8 years ago
r186, commited after 0.7.2

Original comment by tokland on 14 Apr 2013 at 7:42

GoogleCodeExporter commented 8 years ago
I mean r185

Original comment by tokland on 14 Apr 2013 at 7:42

GoogleCodeExporter commented 8 years ago
I have same issue

Original comment by sharifo...@gmail.com on 18 Apr 2013 at 4:48

GoogleCodeExporter commented 8 years ago
@sharifuad: did you test the subversion code? solved in r185

Original comment by tokland on 18 Apr 2013 at 4:50

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "/usr/local/bin/youtube-upload", line 512, in <module>
    sys.exit(catch_exceptions(EXIT_CODES, main, sys.argv[1:]))
  File "/usr/local/bin/youtube-upload", line 111, in catch_exceptions
    fun(*args, **kwargs)
  File "/usr/local/bin/youtube-upload", line 509, in main
    run_main(parser, options, args)
  File "/usr/local/bin/youtube-upload", line 407, in run_main
    captcha_response=options.captcha_response)
  File "/usr/local/bin/youtube-upload", line 188, in login
    self.service.ProgrammaticLogin(captcha_token, captcha_response)
  File "/usr/lib/pymodules/python2.7/gdata/service.py", line 803, in ProgrammaticLogin
    raise BadAuthenticationServiceURL, 'Server responded with a 302 code.'
gdata.service.BadAuthenticationServiceURL: Server responded with a 302 code.

Original comment by sharifo...@gmail.com on 19 Apr 2013 at 12:11

GoogleCodeExporter commented 8 years ago
That's what Happen when i try to upload mp4 video to youtube

Original comment by sharifo...@gmail.com on 19 Apr 2013 at 12:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I never able to pass this error

Original comment by sharifo...@gmail.com on 19 Apr 2013 at 12:13

GoogleCodeExporter commented 8 years ago
> gdata.service.BadAuthenticationServiceURL

see issue103

Original comment by tokland on 19 Apr 2013 at 7:11

GoogleCodeExporter commented 8 years ago
Issue 115 has been merged into this issue.

Original comment by tokland on 7 Aug 2013 at 6:16

GoogleCodeExporter commented 8 years ago

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