ClumsyXBMC / EEVBlog-Xbmc-Plugin

Plugin for the wonderful Kodi Media Center and David's eevblog.com
http://www.kodi.tv
GNU General Public License v2.0
5 stars 3 forks source link

'Fixing' #13 #14

Closed mintsoft closed 8 years ago

mintsoft commented 8 years ago

Heya,

This works around https://github.com/ClumsyXBMC/EEVBlog-Xbmc-Plugin/issues/13 by forcing the urls used to access EEVBlog.com to use http; there appears to be an issue with SNI support in the version of Python/urllib2 used in xbmc and this was the only way around that I could come up with.

I've also made the errors bubble up so the exceptions appear in the kodi.log rather than being swallowed

Thanks,