[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
(2016-01-29, 19:40)gregbert Wrote: kodi 15.2-3, running on Archlinux on Intel® Core™ i5-2540M CPU @ 2.60GHz
netflixbmc 1.3.23
Appears to be failing to parse out the title from netflix on line 375 of default.py
Unfortunately I dont know python enough to fix it.

Code:
12:36:59 T:140437956286208  NOTICE: URL: https://www.netflix.com/WiHome
12:37:01 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:03 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:03 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:03 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:03 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:04 T:140437989857024  NOTICE: Thread BackgroundLoader start, auto delete: false
12:37:05 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:05 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:05 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:05 T:140437973071616  NOTICE: URL: https://www.netflix.com/WiGenre?agid=83
12:37:07 T:140437973071616  NOTICE: Previous line repeats 1 times.
12:37:07 T:140437973071616   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 1313, in <module>
                                                listVideos(url, type, runAsWidget)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 277, in listVideos
                                                listVideo(videoID, "", "", False, False, type)
                                              File "/home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/default.py", line 376, in listVideo
                                                title = match[0].strip()
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
12:37:07 T:140438742407296   ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83
12:37:07 T:140438742407296   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=https%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83) failed
12:37:07 T:140437973071616  NOTICE: Thread LanguageInvoker start, auto delete: false
12:37:07 T:140437973071616  NOTICE: -->Python Interpreter Initialized<--
12:37:08 T:140437973071616  NOTICE: OpenSSL distribution not available for your platform.
                                            Please add one if possible by following instructions in top of file: /home/gregbert/.kodi/addons/plugin.video.netflixbmc-master/resources/lib/pyOpenSSL/__init__.pyo
12:37:08 T:140437964678912  NOTICE: Thread BackgroundLoader start, auto delete: false
I will suggest deleting the master in plugin.video.netflixbmc. Because kodi is trying to access plugin://plugin.video.netflixbmc/..... not plugin.video.netflixbmc-master

I think that might be your problem. Please be gentle if I am wrong, still a newb to kodi just trying to help and learn where I can
Reply


Messages In This Thread
Who's Watching is empty? - by RiverBend - 2015-01-08, 18:55
Full-screen mode - by oakertood - 2015-03-29, 01:08
25% - by Mattlock - 2015-07-06, 03:56
Additional/Original Browser Option? - by durv - 2015-09-07, 05:07
[RELEASE] NetfliXBMC - EMPTY LISTS - by Nibar - 2015-12-08, 03:38
RE: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2 - by Rapboy - 2016-02-01, 16:27
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217