pkolarov / folders2flickr

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

Trouble Getting to work #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed on Mac and also Linux as instructed
2. Ran uploadr.py to get auth
3. Ran uploadr.py to upload and failed

When I run the script it displays 'history' then stops after a second. I've run 
through the auth process and tried this on both mac and linux. Below is the 
setup and outputs.

Thanks

I'm using the latest 0.9 release

I've tested first on mac with Python 2.6 then on Linux (ubuntu) with 2.5

My ini file:

[DEFAULT]

#
# Location to scan for new images
#
imagedir="/Users/Jme/Desktop/Photos/"

#
#   File we keep the history of uploaded images in.
#
history_file=history

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

My debug.log

2011-03-10 12:22:12,359 DEBUG Started
2011-03-10 12:22:13,338 DEBUG Started flickr2history
2011-03-10 12:22:14,314 DEBUG 79875668@N00
2011-03-10 12:22:14,317 DEBUG Started tags2set
2011-03-10 12:22:15,307 DEBUG 79875668@N00
2011-03-10 12:22:16,324 ERROR Cannot create set 
2011-03-10 12:22:16,324 ERROR <type 'exceptions.IndexError'>
2011-03-10 12:22:16,324 ERROR Cannot edit set 
2011-03-10 12:22:16,324 ERROR <type 'exceptions.AttributeError'>
2011-03-10 12:22:16,324 DEBUG ...added 0 photos

My error.log

Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>
Cannot create set 
<type 'exceptions.IndexError'>
Cannot edit set 
<type 'exceptions.AttributeError'>

Original issue reported on code.google.com by jme.reyn...@googlemail.com on 10 Mar 2011 at 12:46

GoogleCodeExporter commented 9 years ago
Try changing you ini file imagedir property to:
imagedir=/Users/Jme/Desktop/Photos

Original comment by pkola...@gmail.com on 21 Mar 2011 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by pkola...@gmail.com on 29 May 2011 at 11:47