Closed GoogleCodeExporter closed 9 years ago
I've committed a new version of flickr.py in r70 that should resolve this
problem. Test it out and let me know.
Thank you !
Original comment by jesse.l...@gmail.com
on 15 Feb 2009 at 2:41
Man, you are fast. It hung the first time, but worked the second time:
>>> f.syncAllPhotoSets("snirpyor")
>>> from syncr.flickr.models import PhotoSet
>>> PhotoSet.objects.all()
[<PhotoSet: test photo set by snirpyor>, <PhotoSet: afslag photo set by
snirpyor>]
Must have been the flickr server the first time. It works, but the admin end
crashed.
Might be something I screwed up though. Here is the error i get when accessing
the
PhotoSet table in admin, but will look into it myself:
http://dpaste.com/hold/120849/
Original comment by Prins...@gmail.com
on 15 Feb 2009 at 3:11
Dropped the tables related to photo and photoset and synchronized the model.
Synchronized with flickr to get a clean set of data. The above error in admin
remains.
Original comment by Prins...@gmail.com
on 15 Feb 2009 at 3:23
Comment #2 seems to be the same problem I'm having with PhotoSet table in admin
(see
Issue 40). Here's my traceback:
http://dpaste.com/hold/121680/
Original comment by alasdair...@gmail.com
on 17 Feb 2009 at 2:20
@ comment 4:
I agree this is the same issue. It seems unrelated to this original issue #41.
This
should be considered fixed and can be closed (thanks!). I'd recommend
continuing on
issue #40.
Original comment by Prins...@gmail.com
on 17 Feb 2009 at 5:02
Closing this issue, but continuing the discussion under issue #40
Original comment by jesse.l...@gmail.com
on 19 Feb 2009 at 3:56
Original issue reported on code.google.com by
Prins...@gmail.com
on 15 Feb 2009 at 9:57