Open GoogleCodeExporter opened 9 years ago
I have the same problem with both Ubuntu 12.04 (python version) and Windows 7
(standalone binary version). Possibly related to
https://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/
?
Original comment by lchy...@gmail.com
on 7 Jul 2014 at 10:50
I experience the same issue with ubuntu 14.04 and python 2.7.6.
Original comment by jensmah...@gmail.com
on 7 Jul 2014 at 2:45
I also have the same problem on OS X 10.9.4 and python 2.7.8
Original comment by arnaud.f...@gmail.com
on 7 Jul 2014 at 5:14
Modifying uploadr.py to use ssl apis works fine:
line 80: "http://flickr.com/services/" -> "https://flickr.com/services/"
Original comment by arnaud.f...@gmail.com
on 7 Jul 2014 at 5:26
What about the flickr.py? There you can find also a flickr URL:
...
HOST = 'http://flickr.com'
API = '/services/rest'
...
Original comment by jensmah...@gmail.com
on 9 Jul 2014 at 7:13
Guys, please release a fixed version, bacause without it this app is useless.
Original comment by di2...@gmail.com
on 18 Sep 2014 at 4:46
Original issue reported on code.google.com by
soosg...@gmail.com
on 27 Jun 2014 at 10:53