Closed GoogleCodeExporter closed 8 years ago
Could you apply the patch in Issue 86 and then try again? You should get an
actual error message instead of throwing the error.
Or, run the code from the svn repository, which has that patch applied.
Original comment by tom.h.mi...@gmail.com
on 30 Jun 2010 at 3:59
Tried a few times with same photos and it worked all the time, does the picasa
service.py have some sort of autoretry depending on the error thrown?
If thats the case it explains why it works now with corrent error handleing
Original comment by jonas.fa...@gmail.com
on 30 Jun 2010 at 10:24
Hm. It should still fail on the same file, but print an error message and keep
going with the rest of the files. Did you see any messages about a failure?
You may want to try
$ google picasa [your command] > picasa_upload_output.txt
to re-direct the output to a file, and then search the file for "Failed to
upload" just to be sure they all got there.
Original comment by tom.h.mi...@gmail.com
on 30 Jun 2010 at 2:44
Original comment by tom.h.mi...@gmail.com
on 16 Jul 2010 at 2:45
After i fixed the googlecl so it printed the error messages i just got HTTP 500
sometimes... Maybe there is need to build in some retry handling?
However i wrapped up my own php cli script to handle things and retry on any
errors.
I believe this ticket can be closed since the error handling in googlecl for
picasa is working. (but i do think it should retry a few times...)
Original comment by jonas.fa...@gmail.com
on 16 Jul 2010 at 2:49
The AttributeError was cleared up by Issue 86
Automatic retries have been implemented in the trunk. (Issue 167 and Issue 228)
Original comment by tom.h.mi...@gmail.com
on 30 Oct 2010 at 12:21
Original issue reported on code.google.com by
jonas.fa...@gmail.com
on 30 Jun 2010 at 2:45