pkolarov / folders2flickr

Automatically exported from code.google.com/p/folders2flickr
7 stars 2 forks source link

Exceptions when running tags2set #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I uploaded quite large collection (approx. 24000 images)
2. As the uploading finished, the tags2set was executed automatically
3. Error messages appeared

What is the expected output? What do you see instead?
Probably sets should have been created from the tags (not sure).
Instead, following error message appeared:
Error log:
tags2set: Cannot create set
<type 'exceptions.IndexError'>
tags2set: Cannot edit set
<type 'exceptions.AttributeError'>

Debug log:
2013-09-06 19:10:46,161 DEBUG tags2set: Started tags2set
2013-09-06 19:10:46,815 DEBUG 100984126@N07
2013-09-06 19:10:48,559 ERROR tags2set: Cannot create set
2013-09-06 19:10:48,560 ERROR <type 'exceptions.IndexError'>
2013-09-06 19:10:48,560 ERROR tags2set: Cannot edit set
2013-09-06 19:10:48,561 ERROR <type 'exceptions.AttributeError'>
2013-09-06 19:10:48,561 DEBUG tags2set: ...added 0 photos

I can't see where to start looking for more information about the error message.

What version of the product are you using? On what operating system?
flickr.py reports Rev: 42
xmltramp.py reports version 2.16

Please provide any additional information below.
No additional info except the collection is quite large with many 
folders/subfolders.

Original issue reported on code.google.com by rkla...@gmail.com on 6 Sep 2013 at 5:53