0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Apply the unicode patch. I've chosen to use utf8 instead of the original poster's Latin-1 because it seems to be more universal (and is what the web uses). This is not an ideal fix, I think, but it should work. Basically we convert the unicode strings we get from flickr, that being the title, the id, and the metadata, into utf8 strings, which mix readily with regular python strings. unicode strings don't mix so readily, causing python to throw errors whenever a combination is tried and there are non ASCII characters present. More... over 19 years ago
Generalized fix for threads throwing exceptions. Created a 'background' function that calls the thread starter using a utility function that traps any exceptions the function throws and logs the formatted exception to the log as an error. Removed the try/except/pass from tags_thread. Now you can see that a unicode error is thrown if a tagset includes a photo with a title containing non-latin1 characters. (This is preperatory to applying the unicode fix). More... over 19 years ago
Fixed SF bug 1352527: unhandled exception in thread during startup. More... over 19 years ago
Initial revision More... over 19 years ago
*** empty log message *** More... over 19 years ago
---------------------------------------------------------------------- More... over 19 years ago