openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
Flickr Filesystem
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
7 days
ago. based on code collected
7 days
ago.
Jun 18, 2024 — Jun 18, 2025
Showing page 4 of 4
Search / Filter on:
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.
bitdance
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).
bitdance
More...
over 19 years ago
Fixed SF bug 1352527: unhandled exception in thread during startup.
bitdance
More...
over 19 years ago
Initial revision
manishrjain
More...
over 19 years ago
*** empty log message ***
manishrjain
More...
over 19 years ago
----------------------------------------------------------------------
manishrjain
More...
over 19 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree