kbingham / folders2flickr-google-import

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

Sets Not Created #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Followed instructions for config file setup (see below)
2.
3.

What is the expected output? What do you see instead? That all pics are 
assigned to a set named as the folder they were uploaded from

What version of the product are you using? On what operating system? Windows 7, 
Win Exe v1

Please provide any additional information below.

#
# Location to scan for new images (no trailing \)
#
imagedir=d:
#
#   File we keep the history of uploaded images in.
#
history_file=history

#visible 1, invisible 0
public= 0
friend = 0
family = 1

#set this to true if name of the auto generated flickr sets should be only name 
of the last sub folder e.g. Crete when folder is 
d:\testpictures\holidays\Crete\123img.jpg
only_sub_sets  = true

#Start from scratch! If you want to delete first everything you have in your 
Flickr account then set this to true
#This is handy if you messed up your uploads before or just want to start from 
the begining. 
#Once everything is deleted turn this feature off so you wont keep deleting 
your pics in your cron job!
#WARNING!!! IF SET TO true THIS WILL DELETE EVERYTHING (pictures and videos) 
FROM YOUR FLICKR ACCOUNT
#SO BE 100% SURE YOU WANT TO DO THIS!!!!!!!!!!!!!!!!!!
#NOTE: The tool will not start uploading pictures unless this is set to false 
in order to prevent delete-upload-delete-upload loops

remove_all_pics_first = false

Regardless, thanks for taking the time to write and distribute this program!  
Every other 3rd party uploader i've tried has crashed at some point.  Yours has 
uploaded over 3k pics in 12 hours today.

Original issue reported on code.google.com by raymonde...@gmail.com on 25 Feb 2013 at 11:27

Attachments:

GoogleCodeExporter commented 9 years ago
I have the same on ubuntu, but error stack is shorter.

krzyh@T60:~/apps/folders2flickr$ cat error.log 
flickr2history: Flickr error while searching ....retrying
<class 'xml.parsers.expat.ExpatError'>
flickr2history: Flickr error while searching ....retrying
<type 'exceptions.KeyboardInterrupt'>
flickr2history: Flickr error while searching ....retrying
<type 'exceptions.KeyboardInterrupt'>
flickr2history: Flickr error while searching ....retrying
<type 'exceptions.KeyboardInterrupt'>
flickr2history: Flickr error while searching ....retrying
<type 'exceptions.KeyboardInterrupt'>
flickr2history: Flickr error while searching ....retrying
<type 'exceptions.KeyboardInterrupt'>
tags2set: Cannot create set 
<class 'flickr.FlickrError'>
tags2set: Cannot edit set 
<type 'exceptions.AttributeError'>

Original comment by kmajc...@gmail.com on 22 May 2013 at 5:36