[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-09-25, 16:27)ICEx Wrote:
(2014-09-25, 00:23)AddonScriptorDE Wrote:
(2014-09-24, 22:23)ICEx Wrote: I used to have this working, but had to reinstall windows. Now, I only get a script error when trying to run. Fresh install of Windows 8.1, Gotham 13.2, NetfliXBMC, chrome launcher. Chrome launcher works fine with leanback.

log: http://pastebin.com/2d61HC0P

Any ideas about what could be causing this?

Thanks
Looks like you have problems with ssl. If you are using a proxy, make sure it supports https/ssl.

No proxy, but I'm using DNS servers from Ad-free time! and switching back to google's let NetfliXBMC launch. Now the only issue is that when I close the Netflix window (ctrl-w, alt-f4, numpad 0) XBMC crashes.

this is the full log from starting XBMC to the crash, looks like the last bit of NetfliXBMC is at line 620
http://pastebin.com/m60mcj1p

I had to change two things in order to get this to run with Ad-free time.

edit the default.py

change

content = opener.open(urlMain+"/Login").read()

to

content = opener.open(urlMain+"/").read()

and change

url = "http://api-global.netflix.com/desktop/odp/episodes?languages="+language+"&forceEpisodes=true&routing=redirect&video="+seriesID+"&country="+country

to

url = "http://api-global.netflix.com/desktop/odp/episodes?languages="+language+"&forceEpisodes=true&routing=redirect&video="+seriesID+"&country=US"
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 fillerguy - 2014-10-05, 17:33
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