[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Hey guys! I was having trouble adding some shows from Netflix to my library. I'm sharing my addons_data folder via a samba share, and whenever I tried to add a show to the library, it gave an error message. The logs showed the following error:
Code:
21:39:17 T:139937886238464   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.OSError'>
                                            Error Contents: (2, 'No such file or directory', '/home/<username>/.xbmc/userdata/addon_data/plugin.video.netflixbmc/library/TV/<show>/Season 1')
                                            Traceback (most recent call last):
                                              File "/home/<username>/.xbmc/addons/plugin.video.netflixbmc/default.py", line 898, in <module>
                                                addSeriesToLibrary(seriesID, name, url)
                                              File "/home/<username>/.xbmc/addons/plugin.video.netflixbmc/default.py", line 611, in addSeriesToLibrary
                                                os.mkdir(seasonDir)
                                            OSError: (2, 'No such file or directory', '/home/<username>/.xbmc/userdata/addon_data/plugin.video.netflixbmc/library/TV/<show>/Season 1')
                                            -->End of Python script error report<--

I changed line 611 in default.py from:
Code:
os.mkdir(seasonDir)
to
Code:
xbmcvfs.mkdir(seasonDir)
and it fixed the problem.

Hope this helps anyone else with this problem!
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 iampegram - 2014-07-15, 04:08
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