-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I'm unable to reproduce this problem. It appears only on a limited number of systems but causes netflixbmc to be unusable. It seams to be associated with windows 7 platforms.
After update or fresh install of v1.3.19 the user is unable to start netflixbmc. After a start attempt kodi returns the video menu. No exceptions are recorded in the log. The problem occurs during login after https://www.netflix.com/Login load.
Commenting out of "import resources.lib.pyOpenSSL" in default.py allows netflixbmc to work again.
(with the insecureplatformwarning the log again)
One possible solution would be to add a enable control in netflixbmc configuration that would switch off pyOpenSSL by users that have problems. Also suppressing log spamming from insecureplatformwarning when ssl not enables. Ultimately kodi will have ssl support and we may remove this code.
Andrew, I don't have time available to hunt this problem down, if you do, great, but for me this solution is the best compromise.