[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
found the problem i had with access netflix.

in the "def login()" function, the line
content = load("https://signup.netflix.com/Login", postdata)
would cause a InsecureRequestWarning error.

changing that line to
content = load(urlMain+"/Login", postdata)
stopped that error and I can now login.

so it didnt like the subdomain signup and only worked with www.

not sure if this is only due to unotelly (netflix comes to NZ officially next week). would this fix be allowed in the source? or would it cause other users issues?
Reply


Messages In This Thread
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by reven - 2015-03-22, 04:47
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217