Gmansolf / googlecl

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

Picasa portion cannot upload 3gp videos #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with a 3gp video (I took mine from an android phone)
2. Try to upload the file ( $ google picasa post --title=Video ./*.3gp )
3. Experience a stacktrace

What is the expected output? What do you see instead?

$ google picasa post --title=Video ./*.3gp
Loading file ./video-2010-06-19-18-52-48.3gp to album Video
Traceback (most recent call last):
  File "/usr/bin/google", line 463, in <module>
    main()
  File "/usr/bin/google", line 457, in main
    run_once(options, args)
  File "/usr/bin/google", line 356, in run_once
    task.run(client, options, args)
  File "/usr/lib/pymodules/python2.6/googlecl/picasa/service.py", line 344, in _run_post
    client.InsertPhotoList(album, args, tags=options.tags)
  File "/usr/lib/pymodules/python2.6/googlecl/picasa/service.py", line 220, in insert_photo_list
    err.args[0].reason,
AttributeError: 'int' object has no attribute 'reason'

What version of the product are you using? On what operating system?
Google: 0.9.7
OS: Ubuntu Linux 10.04

Please provide any additional information below.
The website, and all other native clients for linux have issues uploading 3gp 
video files. The only way I have found to do this is with a third party 
application. It would be nice if google supported it's own video format =D

Original issue reported on code.google.com by pho...@gmail.com on 22 Jun 2010 at 4:46

GoogleCodeExporter commented 8 years ago

Original comment by tom.h.mi...@gmail.com on 22 Jun 2010 at 4:51