You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, and thanks for this great add-on !
I'm facing a somewhat different issue here when trying to search a show/movie.
The logs state:
ROR: 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 "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 991, in
search(type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 622, in search
listSearchVideos("http://api-global.netflix.com/desktop/search/instantsearch?esn=www&term="+search_string+"&locale="+language+"&country="+country+"&authURL="+auth+"&_retry=0&routing=redirect", type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 245, in listSearchVideos
listVideo(str(item["id"]), "", "", False, False, type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 258, in listVideo
title = match[0].strip()
IndexError: list index out of range
-->End of Python script error report<--
16:06:10 T:7736 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=search&thumb&type=movie&url
16:06:10 T:7736 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=search&thumb&type=movie&url) failed
I'm running a Intel NUC (Celeron) with Windows 8.1 Pro x64.
Kodi (14.0) and Netflixbmc 1.3.4
Hi all, and thanks for this great add-on !
I'm facing a somewhat different issue here when trying to search a show/movie.
The logs state:
ROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 991, in
search(type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 622, in search
listSearchVideos("http://api-global.netflix.com/desktop/search/instantsearch?esn=www&term="+search_string+"&locale="+language+"&country="+country+"&authURL="+auth+"&_retry=0&routing=redirect", type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 245, in listSearchVideos
listVideo(str(item["id"]), "", "", False, False, type)
File "C:\Users\Laurent\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 258, in listVideo
title = match[0].strip()
IndexError: list index out of range
-->End of Python script error report<--
16:06:10 T:7736 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=search&thumb&type=movie&url
16:06:10 T:7736 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=search&thumb&type=movie&url) failed
I'm running a Intel NUC (Celeron) with Windows 8.1 Pro x64.
Kodi (14.0) and Netflixbmc 1.3.4
http://forum.kodi.tv/showthread.php?tid=211574&pid=1876063#pid1876063
The text was updated successfully, but these errors were encountered: