Posts: 2
Joined: Dec 2014
Reputation:
0
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 <module>
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
Any ideas?
Posts: 28
Joined: Jan 2015
Reputation:
0
I am also getting the script failed message, but unlike the above poster I get the message ONLY when trying to go to the Viewing Activity sections under either TV Shows or Movies. Other playback works fine. On 1.3.8 and Netflix Canada.
Posts: 1
Joined: Jan 2015
Reputation:
0
2015-01-04, 13:59
(This post was last modified: 2015-01-04, 14:01 by terpstra.)
Thanks for keeping this addon up to date!
It works for me on debian/jessie with kodi 14.0.
I am using kodi without a desktop environment, just openbox; my .xinitrc:
/usr/bin/openbox &
AE_SINK=ALSA exec /usr/bin/xbmc
I initially had problems with no sound, but that turned out to be because chrome needs pulseaudio and kodi had exclusive and persistent access to the underlying alsa device. I set kodi to not keep the device open and then netflixbmc had sound. Of course, then pulseaudio was started by netflix and kodi started using pulseaudio instead of alsa, breaking passthrough to my 7.1 receiver. The "AE_SINK=ALSA" got that fixed too!
My only complaint is that I get only stereo (sometimes mixed as dolby prologic). I have set up a 7.1 HDMI pulseaudio profile and confirmed that it works. I can point pavucontrol at the pulse server started via chrome, using "PULSE_SERVER=/tmp/pulse-PKdhtXMmr18n/native pavucontrol". This shows that "Chromium" only has Front Left/Right channels. If I run "speaker-test -c 8" at the same as netflix is playing, it correctly outputs sound out each speaker in turn, while netflixbmc sound continues to play. I also see all 8 output channels in pavucontrol. Thus, I conclude that netflix/chrome is the problem.
Has anyone figured out how to coax netflix into outputting 5.1 or 7.1 audio? Thanks.
EDIT: Also, if I do not press buttons on my remote control for 10 minutes or so, netflixbmc breaks. I assume this is because the screen saver kicks in. After pressing a button when the screen turns off, kodi reappears, but chrome continues running in the background. I hear audio, but the video is hidden and can not be stopped. Presumably the screen saver needs to be disabled by the netflixbmc plugin?
Posts: 37
Joined: Mar 2014
Reputation:
0
2015-01-04, 23:09
(This post was last modified: 2015-01-04, 23:43 by kirkvanslyke.)
Hello,
I just installed your latest today on my Kodi 14.0 running on Windows 8.1. I am also using the Aeon Nox skin. After copying over the Chrome settings as you described in this thread, the addon launches Netflix flawlessly and plays content (great!). My only problem is that I am unable to find any way to exit the browser window in order to get back to the Kodi UI. Do I need to map some special command to my remote? Change a setting for the addon? Or am I just missing it?
Thanks for all the great work on this, it works very well!
UPDATE: LOL... OK I can answer my own question (love it when that happens). I discovered the "close" button on my WinMCE remote which cleanly closes the browser window and returns me back to the NetfliXBMC plugin in Kodi.
Cheers!