Kodi Community Forum
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) (/showthread.php?tid=178693)



RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - w1ll1am - 2014-01-16

I believe that a fix for the Black screen on linux with pipelight has been found. I think it is a driver issue using hardware acceleration.

I was able to perfome the below and get my Netflix working.

/usr/share/pipelight/configure-silverlight
Then type "disable" and "abort".

Here is the link for the launchpad discussion I found the fix at. Thanks to Sebastian Lackner (slackner) for the help.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - SkOrPn - 2014-01-17

Wow, I can't believe I just found this XBMC addon. Its like a dream come true, lol. Thank You!

However, I do have one question and surprisingly I cant seem to find the answer after reading every page. I am on Windows 8.1 and I use Netflix exclusively in IE11 because of its HTML5 playback. In fact, it is the ONLY reason I use IE so Netflix is set as the home page and I keep IE11 running in RAM so that it is instantaneous at everything. I do not have SilverLight installed and do not want to install it if I do not have to. Does this just call up the browser in full screen and does not care if the browser uses SilverLight or HTML5? Or does this add-on actually require SilverLight to be installed? SilverLight was obviously abandoned by Microsoft, so I would much prefer to use Internet Explorers built-in HTML5 player.

Any idea if this will work with HTML5? Thanks again, I love this Netflix in XBMC idea Big Grin


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - fillerguy - 2014-01-19

(2014-01-15, 00:57)mlahatte Wrote: Getting a script error when I try opening this add-on. Fresh XBMC install with fresh install of chrome launcher (tested working via youtube layback) and Netflixbmc.

Any help would be appreciated. Not quite sure what info in the debug log is necessary... but this is everything that stated error in regards to Netflixbmc.


Code:
17:44:29 T:5176  NOTICE: Thread Background Loader start, auto delete: false
17:44:31 T:1104  NOTICE: Thread XBPyThread start, auto delete: false
17:44:31 T:1104  NOTICE: -->Python Interpreter Initialized<--
17:44:34 T:1104   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            Traceback (most recent call last):
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 745, in <module>
                                                index()
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 100, in index
                                                if login():
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 461, in login
                                                content = opener.open("http://movies.netflix.com/").read()
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
                                                response = self._open(req, data)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
                                                '_open', req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1178, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            -->End of Python script error report<--
17:44:34 T:5484   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
17:44:34 T:5484   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
17:44:34 T:5088  NOTICE: Thread Background Loader start, auto delete: false
17:46:12 T:4452  NOTICE: Thread Jobworker start, auto delete: true
17:46:14 T:2664  NOTICE: Thread Background Loader start, auto delete: false
17:46:14 T:5228  NOTICE: Thread Jobworker start, auto delete: true
17:46:46 T:2696  NOTICE: Previous line repeats 2 times.
17:46:46 T:2696  NOTICE: Thread XBPyThread start, auto delete: false
17:46:46 T:2696  NOTICE: -->Python Interpreter Initialized<--
17:46:50 T:4212  NOTICE: Thread XBPyThread start, auto delete: false
17:46:50 T:4212  NOTICE: -->Python Interpreter Initialized<--
17:46:51 T:6036  NOTICE: Thread XBPyThread start, auto delete: false
17:46:51 T:6036  NOTICE: -->Python Interpreter Initialized<--
17:47:06 T:1184  NOTICE: Thread Jobworker start, auto delete: true
17:47:10 T:3364  NOTICE: Thread Background Loader start, auto delete: false
17:47:12 T:6108  NOTICE: Previous line repeats 1 times.
17:47:12 T:6108  NOTICE: Thread Jobworker start, auto delete: true
17:47:22 T:5952  NOTICE: Previous line repeats 2 times.
17:47:22 T:5952  NOTICE: Thread CFileCache start, auto delete: false
17:47:24 T:5580  NOTICE: Thread Background Loader start, auto delete: false
17:47:59 T:4212  NOTICE: Previous line repeats 3 times.
17:47:59 T:4212  NOTICE: Thread XBPyThread start, auto delete: false
17:47:59 T:4212  NOTICE: -->Python Interpreter Initialized<--
17:48:00 T:4212   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            Traceback (most recent call last):
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 745, in <module>
                                                index()
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 100, in index
                                                if login():
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 461, in login
                                                content = opener.open("http://movies.netflix.com/").read()
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
                                                response = self._open(req, data)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
                                                '_open', req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1178, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            -->End of Python script error report<--
17:48:00 T:5484   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
17:48:00 T:5484   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
17:48:00 T:5684  NOTICE: Thread Background Loader start, auto delete: false
17:48:13 T:5484  NOTICE: Log level changed to 2
17:48:13 T:5484  NOTICE: Enabled debug logging due to GUI setting. Level 2.
17:48:13 T:5484   DEBUG: ------ Window Init () ------
17:48:15 T:5484   DEBUG: Keyboard: scancode: 01, sym: 001b, unicode: 001b, modifier: 0
17:48:15 T:5484   DEBUG: CApplication::OnKey: escape (f01b) pressed, action is PreviousMenu
17:48:15 T:5484   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
17:48:15 T:5484   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
17:48:15 T:5484   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
17:48:15 T:5484   DEBUG: ------ Window Init (Settings.xml) ------
17:48:16 T:5484   DEBUG: Keyboard: scancode: 01, sym: 001b, unicode: 001b, modifier: 0
17:48:16 T:5484   DEBUG: CApplication::OnKey: escape (f01b) pressed, action is PreviousMenu
17:48:16 T:5484   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
17:48:16 T:5484   DEBUG: ------ Window Deinit (Settings.xml) ------
17:48:16 T:5484   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
17:48:16 T:5484   DEBUG: ------ Window Init (Home.xml) ------
17:48:16 T:5484   DEBUG: ------ Window Init (Pointer.xml) ------
17:48:17 T:5484    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://mirrors.xbmc.org (easy=00BFBEE8, multi=00317CC0)
17:48:17 T:5484   DEBUG: Keyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
17:48:17 T:5484   DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
17:48:17 T:5484   DEBUG: ------ Window Deinit (Pointer.xml) ------
17:48:17 T:5484    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://mirrors.xbmc.org (easy=00BA9040, multi=00317BB0)
17:48:17 T:5484   DEBUG: Keyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
17:48:17 T:5484   DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
17:48:17 T:5484   DEBUG: Keyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
17:48:17 T:5484   DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
17:48:18 T:5484   DEBUG: Keyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
17:48:18 T:5484   DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
17:48:18 T:5484   DEBUG: Keyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
17:48:18 T:5484   DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
17:48:18 T:5484   DEBUG: Keyboard: scancode: 4d, sym: 0113, unicode: 0000, modifier: 0
17:48:18 T:5484   DEBUG: CApplication::OnKey: right (f083) pressed, action is Right
17:48:19 T:5484   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
17:48:19 T:5484   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
17:48:19 T:5484   DEBUG: Keyboard: scancode: 4d, sym: 0113, unicode: 0000, modifier: 0
17:48:19 T:5484   DEBUG: CApplication::OnKey: right (f083) pressed, action is Right
17:48:20 T:5484   DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
17:48:20 T:5484   DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
17:48:20 T:5484   DEBUG: CApplication::ExecuteXBMCAction : Translating ActivateWindow(Videos,Addons,return)
17:48:20 T:5484   DEBUG: CApplication::ExecuteXBMCAction : To ActivateWindow(Videos,Addons,return)
17:48:20 T:5484   DEBUG: Activating window ID: 10025
17:48:20 T:5484   DEBUG: ------ Window Deinit (Home.xml) ------
17:48:20 T:5484   DEBUG: CApplication::ExecuteXBMCAction : Translating SetProperty(VideosDirectLink,True)
17:48:20 T:5484   DEBUG: CApplication::ExecuteXBMCAction : To SetProperty(VideosDirectLink,True)
17:48:20 T:5484   DEBUG: ------ Window Init (MyVideoNav.xml) ------
17:48:20 T:5484   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
17:48:20 T:5484   DEBUG:   ParentPath = [addons://sources/video/]
17:48:20 T:5716  NOTICE: Thread Background Loader start, auto delete: false
17:48:20 T:5716   DEBUG: Thread Background Loader 5716 terminating
17:48:22 T:5484   DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
17:48:22 T:5484   DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
17:48:22 T:5484   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/)
17:48:22 T:5484   DEBUG:   ParentPath = [addons://sources/video/]
17:48:22 T:1184   DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','6','')
17:48:22 T:1184    INFO: initializing python engine.
17:48:22 T:1184   DEBUG: new python thread created. id=9
17:48:22 T:1184   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=9) plugin...
17:48:22 T:1380  NOTICE: Thread XBPyThread start, auto delete: false
17:48:22 T:1380   DEBUG: Python thread: start processing
17:48:22 T:1380  NOTICE: -->Python Interpreter Initialized<--
17:48:22 T:1380   DEBUG: XBPyThread::Process - The source file to load is C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py
17:48:22 T:1380   DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\Hat\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python26.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages;
17:48:22 T:1380   DEBUG: XBPyThread::Process - Entering source directory C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc
17:48:22 T:1380   DEBUG: Instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
17:48:22 T:5484   DEBUG: ------ Window Init (DialogBusy.xml) ------
17:48:22 T:1380   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            Traceback (most recent call last):
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 745, in <module>
                                                index()
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 100, in index
                                                if login():
                                              File "C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 461, in login
                                                content = opener.open("http://movies.netflix.com/").read()
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 397, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 510, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 429, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 605, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 391, in open
                                                response = self._open(req, data)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 409, in _open
                                                '_open', req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 369, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1178, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1145, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol>
                                            -->End of Python script error report<--
17:48:22 T:5484   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
17:48:22 T:1380    INFO: Python script stopped
17:48:22 T:1380   DEBUG: Thread XBPyThread 1380 terminating
17:48:22 T:5484   DEBUG: waiting for python thread 9 (C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) to stop
17:48:22 T:5484   DEBUG: python thread 9 (C:\Users\Hat\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) destructed
17:48:22 T:1184   DEBUG:  XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
17:48:22 T:5484   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
17:48:22 T:5484   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
17:48:22 T:5484   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
17:48:22 T:5484   DEBUG:   ParentPath = []

Thanks again.

Has anybody solved this error? I see a few people here are having the same issue. Fresh OS install (Windows), install XBMC, install this plug-in and it won't work - log shows URLError: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol> errors

edit : if I copy everything from my working machine (C:\Users\AppData\Roaming\xbmc) overwriting everything on the machine that doesn't work, it fixes the problem. Seems this add-on requires something else to be installed in order to work.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - TerranQ - 2014-01-19

(2014-01-19, 00:31)fillerguy Wrote: Has anybody solved this error? I see a few people here are having the same issue. Fresh OS install (Windows), install XBMC, install this plug-in and it won't work - log shows URLError: <urlopen error [Errno 8] _ssl.c:490: EOF occurred in violation of protocol> errors

edit : if I copy everything from my working machine (C:\Users\AppData\Roaming\xbmc) overwriting everything on the machine that doesn't work, it fixes the problem. Seems this add-on requires something else to be installed in order to work.

Nope, I still haven't solved it. I've never been able to get this addon working


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - hstegeman - 2014-01-19

I am having problems adding the tv serie
Generation war (2013) or Unsere Mütter, unsere Väter (2013)
to my xbmc library.

http://www.imdb.com/title/tt1883092/

The result is that the tv serie Breaking bad has been added.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - Etnies - 2014-01-21

Is there anyway for this to work with the xbmc app instead of a remote? I have it working perfect with a remote but using an iPad for the bedroom setup but obviously need the alt f4 kill window command.. I could use logmein and do it that way but it's a bit messy

Thanks


By the way great Add on registered just for it


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - 404error - 2014-01-22

Is there a way to add all the content from Netflix to the XBMC-Library and keep it up to date? I've only seen the option for one movie at a time.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - layzzzz - 2014-01-22

(2014-01-16, 19:05)w1ll1am Wrote: I believe that a fix for the Black screen on linux with pipelight has been found. I think it is a driver issue using hardware acceleration.

I was able to perfome the below and get my Netflix working.

/usr/share/pipelight/configure-silverlight
Then type "disable" and "abort".

Here is the link for the launchpad discussion I found the fix at. Thanks to Sebastian Lackner (slackner) for the help.

Wow thanks, finally got a picture (Nvidia) now i need to get the hdmi-audio working in XMBCBuntu (in XBMC sound trough hdmi works).


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - w1ll1am - 2014-01-22

(2014-01-22, 14:46)layzzzz Wrote: Wow thanks, finally got a picture (Nvidia) now i need to get the hdmi-audio working in XMBCBuntu (in XBMC sound trough hdmi works).

The only way I was able to get consistant HDMI audio in Ubuntu was to remove pulseaudio and use base alsa. You have to change the settings in xbmc to use analog audio after that though. I believe that it isn't analog after that but xbmc thinks it is idk I read something somewhere about it.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - Mohrdain - 2014-01-23

Thank you for the plug-in; really like it.

The only thing that I have come across so far is that my system will go to sleep after 15 minutes when using this plug-in with Chrome. I do not experience this behavior with other plug-ins that I am using with XBMC. I am doing some work to see if this is a fault on my end from a settings point of view as I just installed Chrome on my system Monday of this week, however if this is a bug I wanted to provide the feedback.

I have a fresh installation from 2 days ago.

Windows 8 System
Frodo 12.0

Thanks.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - aevans0001 - 2014-01-23

Why can i not get the plugin, it looks like the repos is empty....

Has it been taken offline?

______________________________________
Edit = Nevermind I had to do a force refresh on the repo and then everything came clear. Sorry I forgot


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - eirki - 2014-01-23

(2014-01-23, 05:14)Mohrdain Wrote: Thank you for the plug-in; really like it.

The only thing that I have come across so far is that my system will go to sleep after 15 minutes when using this plug-in with Chrome. I do not experience this behavior with other plug-ins that I am using with XBMC. I am doing some work to see if this is a fault on my end from a settings point of view as I just installed Chrome on my system Monday of this week, however if this is a bug I wanted to provide the feedback.

I have a fresh installation from 2 days ago.

Windows 8 System
Frodo 12.0

Thanks.

This could possibly be due to system settings. I believe XBMC overrides the system (Windows) settings about when to go to sleep/turn the screen off/turn the computer off etc. However, when you are watching something using NetfliXBMC, XBMC is no longer the active window - Chrome is. Thus the system settings are back in effect. Could this be the reason the system goes to sleep?


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - Motopsychoz - 2014-01-23

I installed this plug in and I can't seem to get the search feature to work. No matter what search criteria I enter, it returns nothing. Am I doing something wrong? Thanks


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - locomot1f - 2014-01-23

I'm running into an issue with no sound

I have a basic install of Ubuntu - mini.iso running 13.10
running XBMC Gotham
here's my log file -- http://paste.ubuntu.com/6803896/

all of this happened when I last updated the pipelight / silverlight plugins.

hoping someone else out there has a similar setup that can point me in the right direction.


RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - locomot1f - 2014-01-23

also, the new pipelight has some improvements to GPU Acceleration:
Quote:--[AMD GPU Acceleration]--
The Silverlight plugin still has some problems on AMD graphics card and the GPU acceleration is therefore disabled by default if Pipelight detects neither a NVIDIA nor Intel graphic card. We were now able to track down the problem to the drawing call ordering which is different between Windows and Wine's D3D layer. Stefan Dösinger is working for Codeweavers on a patchset to implement the same behaviour as on Windows, which also solves this problem. Nevertheless, applying around 200 patches on Wine makes maintaining much more complicated and we are therefore going to wait till they landed which hopefully shouldn't take too long. In the meantime we added the value 2 to the PIPELIGHT_GPUACCELERATION environment variable which will enforce the same drawing ordering as on Windows by waiting till the drawing commands are finished. This costs some performance but should be still perform better on newer cards than no gpu acceleration at all. To test it, simply start your browser from a terminal in the following manner:

PIPELIGHT_GPUACCELERATION=2 firefox

is there a way to do this? or is this for the Chrome Launcher?