2016-01-01, 04:31
..
(2015-12-30, 20:55)newsilentsilver Wrote:(2015-12-30, 18:27)sagrath Wrote: Tested with the Newest Version... Working Ok, Now list appear. Everything is Ok, Will tested controls after came back from work.
All is working fine on OpenElec now, too.
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
(2016-01-29, 19:40)gregbert Wrote: kodi 15.2-3, running on Archlinux on Intel® Core i5-2540M CPU @ 2.60GHzI will suggest deleting the master in plugin.video.netflixbmc. Because kodi is trying to access plugin://plugin.video.netflixbmc/..... not plugin.video.netflixbmc-master
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
(2015-12-30, 23:08)sirhcjw Wrote: All working like a charm for me now thanks for all the hard work.
Anyone on kodibuntu to get this working in full screen just install blackbox window manager and official chrome browser
Then make these changes to the launchBrowser.sh script on my instalation the path is
.kodi/addons/plugin.video.netflix/resources/launchBrowser.sh
Code:#!/bin/bash
# copy from https://github.com/andrewleech/plugin.video.netflixbmc/blob/master/browser.sh
# Managed to resolve the issues with, but will leave this here anyway, as its a good fallback
CHROME_STARTED=`ps -ef | grep google-chrome | grep -v "grep" | wc -l`
if [ $CHROME_STARTED -gt 0 ]; then
exit 1;
fi
# lets find out if xdotool actually exist before we try to call it
command -v xdotool >/dev/null 2>&1
XDOTOOL=$?
url=$1
# start window manager to make fullscreen work
/usr/bin/blackbox &
# move mouse pointer to bottom right of screen
if [ $XDOTOOL -eq 0 ]; then
# no point sleeping if xdotool is not installed.
#sleep 5
xdotool mousemove 9999 9999 click 1
else
echo "xdotool is not installed, can't remove cursor"
fi
# notice no ampersand to keep google chrome in front so remote works
/usr/bin/google-chrome --start-maximized --disable-translate --disable-new-tab-first-run --no-default-browser-check --no-first-run --kiosk "$url"
# kill window manager so we exit back to kodi
killall blackbox >/dev/null 2>&1
(2016-02-13, 13:13)Spacedementia87 Wrote: I have just installed netflixbmc on the latest Kodi release on ubuntu, installed chome and chrome launcher.
I launch the add-on and go to movies>latest.
It thinks for a while and then comes up with "Netflixbmc error: check log for details"
That happens with any option.
What could be the issue? Where do I find the log?