-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes included in 1.3.19 causes netflixbmc not to start on some systems. #39
Comments
Yeah adding a setting to explicitly disable it is a good suggestion. Kodi won't be able to add support internally unless they either: As a teaser.... I've gone a very different route for my hulu plugin, not using requests at all. |
I'll make the changes. The Hulu plugin sounds sweet. Good to know you're bringing it back to Netflixbmc. |
Changes made. Should make a few people happy(er) |
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.
The text was updated successfully, but these errors were encountered: