Closed kristofwillen closed 10 years ago
thx for that info, that solved it for me as well.
Regards Ronald
Fixed in 0.7.3.
I've instaled 0.7.3 on ubuntu 14. When I lanch webilde_downloader, I see
url = http://api.flickr.com/services/rest/?per_page=20&extras=original_format&method=flickr.interestingness.getList&api_key=045379bc5368502f749af23d95a17c83
Traceback (most recent call last):
File "/usr/local/bin/webilder_downloader", line 9, in
Webilder fails to download new images since a few days :
$ /usr/bin/python /usr/bin/webilder_desktop url = http://api.flickr.com/services/rest/?sort=interestingness-desc&extras=original_format&tag_mode=all&tags=nature&per_page=20&api_key=045379bc5368502f749af23d95a17c83&method=flickr.photos.search Thread done Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.7/webilder/progress_dialog.py", line 48, in newfunc func(self, _args, *_kwargs) File "/usr/lib/pymodules/python2.7/webilder/DownloadDialog.py", line 51, in run raise exc HTTPError: HTTP Error 403: Forbidden
This can be solved by changing /usr/share/pyshared/webilder/flickr/flickrapi.py and replace the http entry to https.