[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-11-16, 22:52)jdoo Wrote: Changing language and country settings didn't seem to work, everything was working ok before so this is weird, but just doing the country="us" fixed it so I am happy. Thanks again for your help!

I'm having the same issue as well. I have very little experience with Netflixbmc but have really dug it when it works. For clarification, if I live in the US, do I change

Code:
if len(language.split("-"))>1:
    country = language.split("-")[1]
to
Code:
if len(language.split("-"))>1:
    country = us
or
Code:
country = us

Thanks!
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 - Unofficial Netflix Add-on (Win/OSX/Linux) - by Kamakaze22 - 2014-11-16, 23:52
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