jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
163 stars 24 forks source link

Progress bars not updating when uploading to Flickr #6

Closed jim-easterbrook closed 9 years ago

jim-easterbrook commented 11 years ago

There is a bug in the Flickr Python API that means there is no progress callbacks when pictures are being uploaded to Flickr (on some systems, maybe not all). The cure is to edit one of the flickrapi files. See https://bitbucket.org/sybren/flickrapi/issue/21/upload-callback-function-not-being-called

jim-easterbrook commented 10 years ago

Alternatively, update flickrapi to V2 and Photini to any version since commit a692e71 (version 14.03.dev40).

jim-easterbrook commented 9 years ago

Flickrapi v2 is now the default.