View Single Post
Posts: 85 | Thanked: 79 times | Joined on Nov 2007 @ Erfurt, Germany
#10
Originally Posted by twofish View Post
Here's the output that I could see from trying the flickr part. I truncated it for posting to just flickr. If you need to see more, just lemme know.

Code:
1230666067.7014 DEBUG threaded_func:83:_run() threaded func ThreadedFunction(finished_cb=<function refresh_finished at 0x41987370>, func=<function refresh at 0x419872b0>, args=(), kargs={}) raised an exception ValueError('time data did not match format: data=2008-05-00 20:24:27  fmt=%Y-%m-%d %H:%M:%S',)
Traceback (most recent call last):
  File "python-terra/core/threaded_func.py", line 80, in _run
  File "canola-flickr/flickr/model.py", line 269, in refresh
  File "canola-flickr/flickr/flickr.py", line 39, in new_def
  File "canola-flickr/flickr/flickr.py", line 574, in get_favorites
  File "canola-flickr/flickr/flickr.py", line 104, in _parse_photolist
  File "/usr/lib/python2.5/_strptime.py", line 330, in strptime
ValueError: time data did not match format:  data=2008-05-00 20:24:27  fmt=%Y-%m-%d %H:%M:%S
1230666070.8770 DEBUG model:229:_do_unload() unloading MainModelFolder(name='Flickr', parent=True, children=False) ...
Hmm, looks like one of your favorites in Flickr has a weird "taken" date, "2008-05-00 20:24:27", which can not be parsed, it would be really nice if you could look on the flickr-page which photo it is and in case the photo is public, send me the URL of the photo-page.