[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-03-01, 03:27)AddonScriptorDE Wrote: Hey,
first - sorry for the late reply. I'm just too busy last weeks.
Netflix changed some small thing on login, so the addon wasn't working for new users.
To fix this, change line 473 of default.py to:
Code:
content = opener.open("http://movies.netflix.com/Login").read()

I'll try to answer/solve the other questions/problems (and release an update) next week...

Greetings,
asde


Hope this helps others as it was a pain to finally resolve the "You are not signed in" issue.

As mentioned above, edit the default.py file found at the following locations

linux ~/.xbmc/userdata/addon_data/plugin.video.netflixbmc
or
windows %appdata%\XBMC\userdata\addon_data\plugin.video.netflixbmc

BUT! it only worked for me after using a lowercase l when adding the word login to the "def login" section mentioned above. (c&p of the code above did not work so use the following with lowercase l.
Code:
content = opener.open("http://movies.netflix.com/login").read()
Reply


Messages In This Thread
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - by wittzter - 2014-03-16, 08:50
Problems with this addon - by builderjer - 2014-11-30, 19:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)7