Bug#770591: Creepy: Flickr plugin not working
Petter Reinholdtsen
pere at hungry.com
Mon Jan 4 23:51:48 UTC 2016
I had a closer look at the flickr failure, and the flickr plugin need
python-flickrapi version 2, while version 1.2 is in Debian at the moment.
This code in flickr.py fail:
flickr = flickrapi.FlickrAPI(self.options_string['hidden_api_key'],
self.options_string['hidden_api_secret'],
cache=False, store_token=False)
flickr.get_request_token(oauth_callback='oob')
The get_request_token() method do not exist in version 1.2
--
Happy hacking
Petter Reinholdtsen
More information about the Pkg-grass-devel
mailing list