• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 102
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
My first q. What's your screen resolution set to in kodi and in xbmcuntu?
Reply
Alright guys, I finally tested it out with the new audio settings and trying True fullscreen vs. window thats fullscreen. I am now getting audio from netflix while Kodi is still running. But I've notice when I press the button to exit out of netflix and return me back to kodi, chrome will close and then Kodi will crash without notice. Not sure why it does this. I'll try to recreate the problem tonight and upload a log file, but in the mean time has anyone else experienced anything like this

I'm running the latest version of the add-on and I have configured the netflix addon to use the webremote interface which works great with my Tivo remote and eventghost on Windows 7 x64.
Image
Reply
(2015-01-28, 05:28)corona Wrote:
(2015-01-26, 08:42)sideshowdad Wrote: Hi corona, i have read through several threads and I have seen my below error but not a resolution. You did ask if the the people where on a geo-blocking service but i never saw them reply etc.. I am on a geo-blocking (adfreetime) and hope that wont stop me from using netflixmbc.

As soon as i launch netflixbmc it fails to launch and reports a scirpt failure. Here it is...

01:24:32 T:1484 NOTICE: -->Python Interpreter Initialized<--
01:24:32 T:1484 NOTICE: URL: https://www.netflix.com/Login
01:24:33 T:1484 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
Traceback (most recent call last):
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1129, in <module>
index()
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 166, in index
if login():
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 733, in login
content = load(urlMain+"/Login")
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 109, in load
r = session.get(url, verify=False).text
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 469, in get
return self.request('GET', url, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 457, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 420, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
-->End of Python script error report<--

I am running kodi 14 and the latest chromebrowser/netflixbmc.

Hope you can help...

Yeah there's a known problem in that python requests library is defaulting to using sslv3 but a number of services like adfreetime are blocking sslv3 due to security flaws.

I'm planning on trying the suggestions on http://lukasa.co.uk/2013/01/Choosing_SSL..._Requests/ to not use sslv3 when I get a chance.

Thanks Corona, I look forward to it.
Reply
Hi,

Really nice Work on this addon. However I've been struggling with a problem appearing when I want to list my viewing activity. Each time I try to do this, I get a script error. I've tried to reset the app, and clean cache and cookies, no luck.

After a clean start, the specific behaviour is as follows:
Enter NetfliXBMC, C
hoose movies OK.
Choosing "Viewing Activity"
Window appears informing that NetfilXBMC is loading metadata.
When percentage reach approx 20%, the Scripterror appears and the loading metadata Windows is closed.

System details:
Kodi 14.0 running on Windows 8.1 Pro
Localization: Denmark, Danish

The interesting part of the logfile is below:

11:23:18 T:7204 DEBUG: ------ Window Init (DialogProgress.xml) ------
11:23:18 T:7204 INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
11:23:18 T:7204 NOTICE: URL: https://www.netflix.com/WiViewingActivity
11:23:18 T:1776 DEBUG: ------ Window Init (DialogBusy.xml) ------
11:23:18 T:7620 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=7) plugin...
11:23:18 T:7204 ERROR: C:\Users\vv7\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
InsecureRequestWarning)
11:23:19 T:7204 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1103, in <module>
listViewingActivity(type)
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 484, in listViewingActivity
added = listVideo(videoID, title, "", True, False, type)
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 371, in listVideo
title = htmlParser.unescape(title)
File "C:\Program Files (x86)\Kodi\system\python\Lib\HTMLParser.py", line 475, in unescape
return re.sub(r"&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));", replaceEntities, s)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
-->End of Python script error report<--
11:23:19 T:1776 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
11:23:19 T:7204 INFO: Python script stopped
11:23:19 T:7204 DEBUG: Thread LanguageInvoker 7204 terminating
11:23:19 T:7620 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
11:23:19 T:1776 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listViewingActivity&thumb&type=movie&url
11:23:19 T:1776 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listViewingActivity&thumb&type=movie&url) failed
11:23:19 T:1776 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url)

Seems like the first error is previously reported. I am not sure if this is the showstopper however, as the medata loading appears.

Do you have any clues on what might be the problem?

Many thanks and regards,
René
Reply
Netflixbmc script error

Can you debug?? Thanks.

http://xbmclogs.com/show.php?id=409716
Reply
I'm trying to run this on a Mac Mini running OS X Mavericks, and I cannot seem to get the add-on to log in to Netflix properly. I can log in to Netflix using Chrome from the same machine. The add-on settings mentions "Windows:Browser" if that makes any difference (this is a Mac). I have the "Single-User account" unchecked, and correct username and password entered for Netflix. I have tried deleting cache and cookies to no avail. Running version 1.3.4 of the add-on. Here is the part of the log file generated when the add-on is started:

Support/XBMC/addons/plugin.video.netflixbmc/default.py): entering source directory /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc
21:21:57 T:2953924608 DEBUG: CPythonInvoker(9, /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/default.py): instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
21:21:58 T:2696843688 DEBUG: ------ Window Init (DialogBusy.xml) ------
21:21:58 T:2696843688 DEBUG: ------ Window Deinit (Pointer.xml) ------
21:21:59 T:2953924608 DEBUG: LocalizeStrings: no strings.po file exist at /Users/paulcaber/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
21:21:59 T:2696843688 DEBUG: ------ Window Init (DialogSelect.xml) ------
21:21:59 T:2696843688 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
21:21:59 T:2696843688 ERROR: Control 3 in window 12000 has been asked to focus, but it can't
21:22:20 T:2958184448 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
21:22:26 T:2696843688 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86-osx.so)
21:22:26 T:2696843688 DEBUG: Unloading: ImageLib-x86-osx.so
21:22:27 T:2963582976 DEBUG: Thread JobWorker 2963582976 terminating (autodelete)
21:22:27 T:2966315008 DEBUG: Thread JobWorker 2966315008 terminating (autodelete)
21:22:27 T:2965712896 DEBUG: Thread JobWorker 2965712896 terminating (autodelete)

Any suggestions? I've tried deleting the user data folder and reinstalling the add-on, but nothing works. I get no entries on the "Who's watching" window (we have 3 profiles on the account) and generate script errors or no results when I try to display any selections on the menus.
Reply
(2015-01-30, 22:59)sideshowdad Wrote:
(2015-01-28, 05:28)corona Wrote:
(2015-01-26, 08:42)sideshowdad Wrote: Hi corona, i have read through several threads and I have seen my below error but not a resolution. You did ask if the the people where on a geo-blocking service but i never saw them reply etc.. I am on a geo-blocking (adfreetime) and hope that wont stop me from using netflixmbc.

As soon as i launch netflixbmc it fails to launch and reports a scirpt failure. Here it is...

File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 420, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
-->End of Python script error report<--

I am running kodi 14 and the latest chromebrowser/netflixbmc.

Hope you can help...

Yeah there's a known problem in that python requests library is defaulting to using sslv3 but a number of services like adfreetime are blocking sslv3 due to security flaws.

I'm planning on trying the suggestions on http://lukasa.co.uk/2013/01/Choosing_SSL..._Requests/ to not use sslv3 when I get a chance.

Thanks Corona, I look forward to it.

Just updated to 1.3.13 which includes a fix for the ssl issue. There's a new setting which defaults to TLSv1 for communication which should work for all users, but can be changed if needed.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
Would you mind telling me how you updated to v1.3.13? I have installed this addon, but it shows me the current version as 1.3.11. My system is not showing any updates, however I see there is an update on the repo.
Reply
My repository is stuck on 1.3.4. I forced refresh, etc. Is it still the "Testing" repo? If not, where is the current one?
Reply
Hello!
I've tried to install this addon on Kodi on Win8 and OSX, but i get the same error message "You are not logged in. Check your credentials and/or restart the addon." My credentials are correct, i restarted addon but i still get the same error message. It happens on Win 8 and OSX machines.
Chrome launcher works well when i open netflix from it.
Any ideas?
Thanks!
Reply
Now it won't let me configure it. Weird.
Reply
(2015-01-30, 16:04)Talguy Wrote: Alright guys, I finally tested it out with the new audio settings and trying True fullscreen vs. window thats fullscreen. I am now getting audio from netflix while Kodi is still running. But I've notice when I press the button to exit out of netflix and return me back to kodi, chrome will close and then Kodi will crash without notice. Not sure why it does this. I'll try to recreate the problem tonight and upload a log file, but in the mean time has anyone else experienced anything like this

I'm running the latest version of the add-on and I have configured the netflix addon to use the webremote interface which works great with my Tivo remote and eventghost on Windows 7 x64.

I'd suggest updating to helix 14.1, I was getting a lot of crashes on 14.0 on my osx machine.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-01-31, 12:47)renebk Wrote: Hi,

Really nice Work on this addon. However I've been struggling with a problem appearing when I want to list my viewing activity. Each time I try to do this, I get a script error. I've tried to reset the app, and clean cache and cookies, no luck.

After a clean start, the specific behaviour is as follows:
Enter NetfliXBMC, C
hoose movies OK.
Choosing "Viewing Activity"
Window appears informing that NetfilXBMC is loading metadata.
When percentage reach approx 20%, the Scripterror appears and the loading metadata Windows is closed.

System details:
Kodi 14.0 running on Windows 8.1 Pro
Localization: Denmark, Danish

The interesting part of the logfile is below:

11:23:18 T:7204 DEBUG: ------ Window Init (DialogProgress.xml) ------
11:23:18 T:7204 INFO: Loading skin file: DialogProgress.xml, load type: KEEP_IN_MEMORY
11:23:18 T:7204 NOTICE: URL: https://www.netflix.com/WiViewingActivity
11:23:18 T:1776 DEBUG: ------ Window Init (DialogBusy.xml) ------
11:23:18 T:7620 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=7) plugin...
11:23:18 T:7204 ERROR: C:\Users\vv7\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\packages\urllib3\connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
InsecureRequestWarning)
11:23:19 T:7204 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1103, in <module>
listViewingActivity(type)
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 484, in listViewingActivity
added = listVideo(videoID, title, "", True, False, type)
File "C:\Users\vv7\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 371, in listVideo
title = htmlParser.unescape(title)
File "C:\Program Files (x86)\Kodi\system\python\Lib\HTMLParser.py", line 475, in unescape
return re.sub(r"&(#?[xX]?(?:[0-9a-fA-F]+|\w{1,8}));", replaceEntities, s)
File "C:\Program Files (x86)\Kodi\system\python\Lib\re.py", line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)
-->End of Python script error report<--
11:23:19 T:1776 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
11:23:19 T:7204 INFO: Python script stopped
11:23:19 T:7204 DEBUG: Thread LanguageInvoker 7204 terminating
11:23:19 T:7620 DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
11:23:19 T:1776 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listViewingActivity&thumb&type=movie&url
11:23:19 T:1776 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listViewingActivity&thumb&type=movie&url) failed
11:23:19 T:1776 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url)

Seems like the first error is previously reported. I am not sure if this is the showstopper however, as the medata loading appears.

Do you have any clues on what might be the problem?

Many thanks and regards,
René

This does look like the unicode issue that was fixed recently, could you check what your netflixbmc version is?
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-02-01, 06:37)pcdude Wrote: I'm trying to run this on a Mac Mini running OS X Mavericks, and I cannot seem to get the add-on to log in to Netflix properly. I can log in to Netflix using Chrome from the same machine. The add-on settings mentions "Windows:Browser" if that makes any difference (this is a Mac). I have the "Single-User account" unchecked, and correct username and password entered for Netflix. I have tried deleting cache and cookies to no avail. Running version 1.3.4 of the add-on. Here is the part of the log file generated when the add-on is started:

Support/XBMC/addons/plugin.video.netflixbmc/default.py): entering source directory /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc
21:21:57 T:2953924608 DEBUG: CPythonInvoker(9, /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/default.py): instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
21:21:58 T:2696843688 DEBUG: ------ Window Init (DialogBusy.xml) ------
21:21:58 T:2696843688 DEBUG: ------ Window Deinit (Pointer.xml) ------
21:21:59 T:2953924608 DEBUG: LocalizeStrings: no strings.po file exist at /Users/paulcaber/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
21:21:59 T:2696843688 DEBUG: ------ Window Init (DialogSelect.xml) ------
21:21:59 T:2696843688 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
21:21:59 T:2696843688 ERROR: Control 3 in window 12000 has been asked to focus, but it can't
21:22:20 T:2958184448 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
21:22:26 T:2696843688 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86-osx.so)
21:22:26 T:2696843688 DEBUG: Unloading: ImageLib-x86-osx.so
21:22:27 T:2963582976 DEBUG: Thread JobWorker 2963582976 terminating (autodelete)
21:22:27 T:2966315008 DEBUG: Thread JobWorker 2966315008 terminating (autodelete)
21:22:27 T:2965712896 DEBUG: Thread JobWorker 2965712896 terminating (autodelete)

Any suggestions? I've tried deleting the user data folder and reinstalling the add-on, but nothing works. I get no entries on the "Who's watching" window (we have 3 profiles on the account) and generate script errors or no results when I try to display any selections on the menus.

The only error I can see here appears to be a skin problem, could you try switching to confluence and see if it works there?
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-02-01, 14:38)tspinelli Wrote: Would you mind telling me how you updated to v1.3.13? I have installed this addon, but it shows me the current version as 1.3.11. My system is not showing any updates, however I see there is an update on the repo.

(2015-02-01, 22:54)corona Wrote:
(2015-02-01, 06:37)pcdude Wrote: I'm trying to run this on a Mac Mini running OS X Mavericks, and I cannot seem to get the add-on to log in to Netflix properly. I can log in to Netflix using Chrome from the same machine. The add-on settings mentions "Windows:Browser" if that makes any difference (this is a Mac). I have the "Single-User account" unchecked, and correct username and password entered for Netflix. I have tried deleting cache and cookies to no avail. Running version 1.3.4 of the add-on. Here is the part of the log file generated when the add-on is started:

Support/XBMC/addons/plugin.video.netflixbmc/default.py): entering source directory /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc
21:21:57 T:2953924608 DEBUG: CPythonInvoker(9, /Users/paul/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/default.py): instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
21:21:58 T:2696843688 DEBUG: ------ Window Init (DialogBusy.xml) ------
21:21:58 T:2696843688 DEBUG: ------ Window Deinit (Pointer.xml) ------
21:21:59 T:2953924608 DEBUG: LocalizeStrings: no strings.po file exist at /Users/paulcaber/Library/Application Support/XBMC/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
21:21:59 T:2696843688 DEBUG: ------ Window Init (DialogSelect.xml) ------
21:21:59 T:2696843688 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
21:21:59 T:2696843688 ERROR: Control 3 in window 12000 has been asked to focus, but it can't
21:22:20 T:2958184448 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
21:22:26 T:2696843688 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86-osx.so)
21:22:26 T:2696843688 DEBUG: Unloading: ImageLib-x86-osx.so
21:22:27 T:2963582976 DEBUG: Thread JobWorker 2963582976 terminating (autodelete)
21:22:27 T:2966315008 DEBUG: Thread JobWorker 2966315008 terminating (autodelete)
21:22:27 T:2965712896 DEBUG: Thread JobWorker 2965712896 terminating (autodelete)

Any suggestions? I've tried deleting the user data folder and reinstalling the add-on, but nothing works. I get no entries on the "Who's watching" window (we have 3 profiles on the account) and generate script errors or no results when I try to display any selections on the menus.

The only error I can see here appears to be a skin problem, could you try switching to confluence and see if it works there?

I am running Confluence. I think it may be my version is stuck at 1.3.4. I am using the "testing" repo. How do I get the latest?
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 102

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217