[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-11-25, 13:06)marcelveldt Wrote: Hi Andrew,

I'm using your modded version of the addon. First of all; the speed is indeed improved a lot by using requests in the code.
The thing I've noticed is that after a few days the plugin would stop working giving me this error:
PHP Code:
AttributeError'Session' object has no attribute 'redirect_cache' 

I can fix this error by manually deleting the session/cache file in the addon's userdata folder.

Looking at the code, there might be a try-catch around this function ?

PHP Code:
def load(urlpost None):
    
#return opener.open(url).read()
    
""
    
if post:
        
session.post(urldata=post).text
    
else:
        try:
            
session.get(url).text
        except
:
            
""
    
return 

Anyone else experiencing this issue or is it just me ?

Hi,
Yeah I did get the same issue myself, and have been testing a fix for a few days to check it works. It appears to be fine so it's pushed to my same repo:
https://gitlab.alelec.net/corona/plugin....netflixbmc
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
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 corona - 2014-11-29, 00:38
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