Release Artist Slideshow addon (with skin and addon integration)
(2015-08-09, 20:17)FLuX0r Wrote: Hi. It doesn't seem possible to download images from fanart.tv with Artist Slideshow atm.
In result, you get a black background in music visualisation, when using the artist slideshow addon with default settings. (and there are no previously cashed images)

Full debug-log at: http://pastebin.com/KZMM9m2b

Seems to be an issue with the ssl-certificate of fanart.tv, but maybe someone with more experience can have a look at it.
Manual download of images on the website is still possible.

Otherwise great addon, keep up the good work !

Nice catch. I have no idea when fanart.tv switched to a self signed certificate, but that is definitely the problem. I have updated AS to not verify SSL certs and will push the update as soon as I can. I don't like doing that, but it's the only viable option (other than going with completely unencrypted communications, which would be worse). If you want to patch your version of AS immediately, go to the addons directory then script.artistslideshow/resources/common/url.py. In that line look for lines 35, 37, and 39. At the end of each line you'll see:
Code:
timeout=self.timeout )
replace it with:
Code:
timeout=self.timeout, verify=False )
Reply


Messages In This Thread
New Test Version Available - by pkscout - 2012-03-08, 16:26
[No subject] - by mardup - 2012-03-10, 12:26
[No subject] - by pkscout - 2012-03-11, 01:35
RE: - by mardup - 2012-03-12, 17:50
RE: - by pkscout - 2012-03-13, 03:22
New Beta Version for Testing - by pkscout - 2012-07-13, 17:54
New Beta Version for Testing - by pkscout - 2012-07-14, 22:50
Pull Request for v1.4 Submitted - by pkscout - 2012-07-20, 23:01
New Beta Version for Testing - by pkscout - 2012-08-10, 03:18
New Frodo BETA Support Files - by pkscout - 2012-11-21, 06:20
RE: [RELEASE] Artist Slideshow 1.3.0 addon (with skin and addon integration) - by pkscout - 2015-08-11, 04:19
New 2.0.0 Beta Coming Soon - by pkscout - 2016-05-12, 02:54
Writing tips - by Parkerbup - 2017-02-03, 14:56
Add-on Artist Slideshow - by jo26 - 2014-08-08, 22:58
Logout Mark Read Team Forum Stats Members Help
Artist Slideshow addon (with skin and addon integration)5