calopter / googlecl

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

Error 409 Conflict when tagging some photos #489

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. googlecl picasa tag --user my@user.name --query "P1110123" --tag test

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

It should tag the photo, but "409 Conflict" error is given instead:

Traceback (most recent call last):
  File "google", line 849, in <module>
  File "google", line 835, in main
  File "google", line 627, in run_once
  File "googlecl\picasa\__init__.pyo", line 282, in _run_tag
  File "googlecl\picasa\service.pyo", line 369, in tag_photos
  File "gdata\photos\service.pyo", line 506, in UpdatePhotoMetadata
gdata.photos.service.GooglePhotosException: (409, 'Conflict', "<?xml 
version='1.0' encoding='UTF-8'?><entry xmlns='http://www.w3.org/2005/Atom' 
xmlns:exif='http://schemas.google.com/photos/exif/2007' 
xmlns:gphoto='http://schemas.google.com/photos/2007' 
xmlns:media='http://search.yahoo.com/mrss/'><id>http://picasaweb.google.com/data
/entry/api/user/11

[Snip.] The XML continues and contains all the details of the photo in question.

It's happening to about 10% of files uploaded to PicasaWeb in the last 2 weeks. 
I didn't try older files and all was OK about 3 months ago, on the same Google 
account.
When a photo exhibits this error, it does so even when googlecl is run from 
another computer, another location/network (same photo and same user account of 
course).

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

googlecl 0.9.13 on Windows
python-gdata supplied with googlecl

TIA.

Original issue reported on code.google.com by karel.fa...@gmail.com on 3 Aug 2012 at 1:11