bernigaud / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Youtube error #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ ./google youtube post -u credentiality /cf/DCIM/100EOS5D/MVI_1715.MOV
Please specify category: Education
Traceback (most recent call last):
  File "./google", line 345, in <module>
    main()
  File "./google", line 339, in main
    run_once(options, args)
  File "./google", line 246, in run_once
    task.run(client, options, args)
  File "src/googlecl/trunk/src/googlecl/youtube/service.py", line 212, in _run_post
    tags=options.tags, category=options.category)
  File "src/googlecl/trunk/src/googlecl/youtube/service.py", line 118, in post_videos
    category=self.build_category(category))
AttributeError: 'YouTubeServiceCL' object has no attribute 'build_category'

Original issue reported on code.google.com by credenti...@gmail.com on 14 Jun 2010 at 8:04

GoogleCodeExporter commented 9 years ago
BTW that's on hardy and lucid

Original comment by credenti...@gmail.com on 14 Jun 2010 at 8:11

GoogleCodeExporter commented 9 years ago
r175 fixes the typo (should not be a "self." in front of "build_category")

Original comment by tom.h.mi...@gmail.com on 14 Jun 2010 at 12:06