vj57 / googlecl

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

cannot upload 3gp video to picasa #336

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. capture video with android phone, 3gp format
2. copy video to desktop
3. google picasa post "Some Album Title" VID_20101206_101347.3gp

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

Unexpected error -- 'NoneType' object has no attribute 'rfind'
1 photos failed to upload

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

google 0.9.11
python-gdata 1.2.4-0ubuntu2

Please provide any additional information below.
Installed googlecl from deb.

Original issue reported on code.google.com by marius.s...@gmail.com on 10 Dec 2010 at 5:51

GoogleCodeExporter commented 9 years ago
If you update to the latest gdata, this error should go away. The FAQ has 
instructions on how to do this for Ubuntu.  Let us know if you have any 
problems with the update.

Original comment by tom.h.mi...@gmail.com on 17 Dec 2010 at 1:31

GoogleCodeExporter commented 9 years ago
Installing latest gdata helped, but:
- I also had to uninstall the googlecl deb and install manually
- setup.py cannot be run as an executable (for gdata it can)
- I had to use --force-auth, will this happen every time gdata is updated? very 
confusing
- now the video upload starts but it fails after a while, apparently it is too 
big:
"(413: Request Entity Too Large)"

Is this an API limitation? Picasa seems to allow up to 1G, my video is 200M.

Original comment by marius.s...@gmail.com on 17 Dec 2010 at 2:08