kbingham / folders2flickr-google-import

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

Sets not being created (Windows exe) #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Delete all existing photos and sets from Flickr account
2. Run uploadr Win Exe v1 against a NAS (mapped as p:\) containing several 
thousand jpegs, arranged in folders named \yyyy-mm xxxxxx
3.

What is the expected output? What do you see instead?
Sets created for each folder

What version of the product are you using? On what operating system?
Windows exe v1, on Windows 7 Ultimate

Please provide any additional information below.
Output from the end of the Debug log, which is presumably when it starts to 
create sets:

2014-03-21 15:48:46,701 DEBUG successful.
2014-03-21 15:48:46,709 DEBUG tags2set: Started tags2set
2014-03-21 15:48:47,559 DEBUG 26454827@N03
2014-03-21 15:48:48,390 DEBUG tags2set: Adding image \Dogs Behind Bars 
20140214.jpg
2014-03-21 15:48:49,038 ERROR tags2set: Cannot create set 
2014-03-21 15:48:49,038 ERROR <class 'flickr.FlickrError'>
2014-03-21 15:48:49,039 ERROR tags2set: Cannot edit set 
2014-03-21 15:48:49,039 ERROR <type 'exceptions.AttributeError'>
2014-03-21 15:48:49,039 DEBUG tags2set: ...added 1 photos

Last few lines from error.log:
tags2set: Cannot create set 
<class 'flickr.FlickrError'>
tags2set: Cannot edit set 
<type 'exceptions.AttributeError'>

Original issue reported on code.google.com by itmann...@gmail.com on 23 Mar 2014 at 3:31