[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Thanks for looking into this!

EDIT: Unfortunately still not working - have copied a snippet of the log from below showing a similar error message.

Code:
14:54:26 T:5412   DEBUG: Keyboard: scancode: 48, sym: 0111, unicode: 0000, modifier: 0
14:54:26 T:5412   DEBUG: CApplication::OnKey: up (f080) pressed, action is Up
14:54:26 T:9104    INFO: Scriptresult: Success
14:54:26 T:9104    INFO: Python script stopped
14:54:26 T:9104   DEBUG: Thread XBPyThread 9104 terminating
14:54:26 T:5412   DEBUG: waiting for python thread 50 (C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\download.py) to stop
14:54:26 T:5412   DEBUG: python thread 50 (C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\download.py) destructed
14:54:26 T:5412   DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
14:54:26 T:5412   DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
14:54:26 T:5412   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=playVideo&name=22%2f08%2f13%20-%20Hemlock%20Grove%3a%20Season%201%3a%20%22Birth%22&thumb=http%3a%2f%2fcdn6.nflximg.net%2fimages%2f2946%2f2222946.jpg&url=70259393)
14:54:26 T:5412   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/?mode=listViewingActivity&thumb&url]
14:54:26 T:4504   DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','10','?mode=playVideo&name=22%2f08%2f13%20-%20Hemlock%20Grove%3a%20Season%201%3a%20%22Birth%22&thumb=http%3a%2f%2fcdn6.nflximg.net%2fimages%2f2946%2f2222946.jpg&url=70259393')
14:54:26 T:4504    INFO: initializing python engine.
14:54:26 T:4504   DEBUG: new python thread created. id=61
14:54:26 T:4504   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=61) plugin...
14:54:26 T:1032  NOTICE: Thread XBPyThread start, auto delete: false
14:54:26 T:1032   DEBUG: Python thread: start processing
14:54:26 T:1032  NOTICE: -->Python Interpreter Initialized<--
14:54:26 T:1032   DEBUG: XBPyThread::Process - The source file to load is C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py
14:54:26 T:1032   DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.t0mm0.common\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.myconnpy\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.simple.downloader\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.urlresolver\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.parsedom\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.elementtree\lib;C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib;C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\script.module.metahandler\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;
14:54:26 T:1032   DEBUG: XBPyThread::Process - Entering source directory C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc
14:54:26 T:1032   DEBUG: Instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
14:54:26 T:5412   DEBUG: ------ Window Init (DialogBusy.xml) ------
14:54:26 T:1032   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.WindowsError'>
                                            Error Contents: [Error 193] %1 is not a valid Win32 application
                                            Traceback (most recent call last):
                                              File "C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 680, in <module>
                                                playVideo(url)
                                              File "C:\Users\Michael Smith\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 390, in playVideo
                                                subprocess.Popen(utilityPath, shell=False)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\subprocess.py", line 623, in __init__
                                                errread, errwrite)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\subprocess.py", line 833, in _execute_child
                                                startupinfo)
                                            WindowsError: [Error 193] %1 is not a valid Win32 application
                                            -->End of Python script error report<--
14:54:26 T:5412   DEBUG: XFILE::CPluginDirectory::RunScriptWithParams - calling plugin Chrome Launcher('plugin://plugin.program.chrome.launcher/','-1','?url=http%3A%2F%2Fmovies.netflix.com%2FWiPlayer%3Fmovieid%3D70259393&mode=showSite&kiosk=yes')
14:54:26 T:5412    INFO: initializing python engine.
14:54:26 T:5412   DEBUG: new python thread created. id=62
14:54:26 T:5412   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
14:54:26 T:100  NOTICE: Thread XBPyThread start, auto delete: false
Reply


Messages In This Thread
RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - by mcs347 - 2013-12-12, 16:39
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
Problems with this addon - by builderjer - 2014-11-30, 19:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)7