[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Hi!

I also have the same problem as Grimreaper319 and the other posts above.
I am using latest addon version, 1.2.5, and latest stable XBMC release, Frodo, with Aeon Nox skin.

This is the content of the addon folder C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc:
resources (folder)
addon.xml
changelog.txt
default.py
download.py
icon.png
LICENSE.txt

Here is the debug log, from starting NefliXBMC to trying to open the "HD only" category, which return the "not logged in" message:
Code:
12:00:32 T:6460   DEBUG: CAESinkDirectSound::Deinitialize: Cleaning up
12:00:32 T:6460   DEBUG: Suspended the Sink
12:00:43 T:5268   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avutil-51.dll)
12:00:44 T:5268   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avcodec-53.dll)
12:00:44 T:5268   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/players/dvdplayer/avformat-53.dll)
12:00:45 T:5268    INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to http://feeds.xbmc.org (easy=11C5CDF8, multi=053D5040)
12:00:52 T:5268   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
12:01:50 T:5268   DEBUG: ------ Window Init (Pointer.xml) ------
12:01:53 T:5268   DEBUG: CJoystick::Initialize : No Joystick found
12:01:53 T:5268   DEBUG: CWinEventsWin32::WndProcWindow is active
12:01:55 T:5268   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
12:01:55 T:5268   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
12:01:55 T:6460   DEBUG: Resumed the Sink
12:01:55 T:6460   DEBUG: CSoftAE::Run - Sink restart flagged
12:01:55 T:6460    INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
12:01:55 T:5268   DEBUG: ------ Window Deinit (Pointer.xml) ------
12:01:55 T:6460   DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 1443164
12:01:55 T:6460   DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
12:01:55 T:6460   DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
12:01:55 T:6460   DEBUG:   Audio Device    : Speakers (High Definition Audio Device)
12:01:55 T:6460   DEBUG:   Sample Rate     : 44100
12:01:55 T:6460   DEBUG:   Sample Format   : AE_FMT_FLOAT
12:01:55 T:6460   DEBUG:   Bits Per Sample : 32
12:01:55 T:6460   DEBUG:   Valid Bits/Samp : 32
12:01:55 T:6460   DEBUG:   Channel Count   : 2
12:01:55 T:6460   DEBUG:   Block Align     : 8
12:01:55 T:6460   DEBUG:   Avg. Bytes Sec  : 352800
12:01:55 T:6460   DEBUG:   Samples/Block   : 32
12:01:55 T:6460   DEBUG:   Format cBSize   : 22
12:01:55 T:6460   DEBUG:   Channel Layout  : FL,FR
12:01:55 T:6460   DEBUG:   Channel Mask    : 3
12:01:55 T:6460   DEBUG:   Frames          : 441
12:01:55 T:6460   DEBUG:   Frame Samples   : 882
12:01:55 T:6460   DEBUG:   Frame Size      : 8
12:01:55 T:6460   DEBUG: CSoftAE::InternalOpenSink - DirectSound Initialized:
12:01:55 T:6460   DEBUG:   Output Device : Speakers - Speakers (High Definition Audio Device)
12:01:55 T:6460   DEBUG:   Sample Rate   : 44100
12:01:55 T:6460   DEBUG:   Sample Format : AE_FMT_FLOAT
12:01:55 T:6460   DEBUG:   Channel Count : 2
12:01:55 T:6460   DEBUG:   Channel Layout: FL,FR
12:01:55 T:6460   DEBUG:   Frames        : 441
12:01:55 T:6460   DEBUG:   Frame Samples : 882
12:01:55 T:6460   DEBUG:   Frame Size    : 8
12:01:55 T:6460   DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 4.1
12:01:55 T:6460   DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 3528
12:01:55 T:6460   DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
12:01:55 T:5268   DEBUG: Keyboard: scancode: 48, sym: 0111, unicode: 0000, modifier: 0
12:01:55 T:5268   DEBUG: CApplication::OnKey: up (f080) pressed, action is Up
12:01:56 T:5268   DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
12:01:56 T:5268   DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
12:01:56 T:5268   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/)
12:01:56 T:5268   DEBUG:   ParentPath = [addons://sources/video/]
12:01:56 T:6468   DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','1','')
12:01:56 T:6468    INFO: initializing python engine.
12:01:56 T:6468   DEBUG: new python thread created. id=12
12:01:56 T:6468   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=12) plugin...
12:01:56 T:6764  NOTICE: Thread XBPyThread start, auto delete: false
12:01:56 T:6764   DEBUG: Python thread: start processing
12:01:56 T:6764  NOTICE: -->Python Interpreter Initialized<--
12:01:56 T:6764   DEBUG: XBPyThread::Process - The source file to load is C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py
12:01:56 T:6764   DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.chardet\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.requests\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.mechanize\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.requests2\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.elementtree\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;
12:01:56 T:6764   DEBUG: XBPyThread::Process - Entering source directory C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc
12:01:56 T:6764   DEBUG: Instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
12:01:56 T:5268   DEBUG: ------ Window Init (DialogBusy.xml) ------
12:02:02 T:6764   DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\resources\language\English, fallback to strings.xml
12:02:02 T:6468   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned successfully
12:02:02 T:6764    INFO: Scriptresult: Success
12:02:02 T:5268   DEBUG: Saving fileitems [plugin://plugin.video.netflixbmc/]
12:02:02 T:5268   DEBUG:   -- items: 9, sort method: 0, ascending: false
12:02:02 T:2244  NOTICE: Thread Background Loader start, auto delete: false
12:02:02 T:6764    INFO: Python script stopped
12:02:02 T:6764   DEBUG: Thread XBPyThread 6764 terminating
12:02:02 T:5268   DEBUG: waiting for python thread 12 (C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) to stop
12:02:02 T:5268   DEBUG: python thread 12 (C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) destructed
12:02:02 T:2244   DEBUG: Thread Background Loader 2244 terminating
12:02:02 T:5268   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
12:02:03 T:5268   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
12:02:03 T:5268   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
12:02:03 T:5268   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
12:02:03 T:5268   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
12:02:04 T:5268   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
12:02:04 T:5268   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
12:02:04 T:5268   DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
12:02:04 T:5268   DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
12:02:06 T:5268   DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0
12:02:06 T:5268   DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select
12:02:06 T:5268   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiHD%3fdev%3dPC%26pn%3d1%26np%3d1%26actionMethod%3djson)
12:02:06 T:5268   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/]
12:02:06 T:7064   DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','2','?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiHD%3fdev%3dPC%26pn%3d1%26np%3d1%26actionMethod%3djson')
12:02:06 T:7064    INFO: initializing python engine.
12:02:06 T:7064   DEBUG: new python thread created. id=13
12:02:06 T:7064   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult - waiting on the NetfliXBMC (id=13) plugin...
12:02:06 T:5480  NOTICE: Thread XBPyThread start, auto delete: false
12:02:06 T:5480   DEBUG: Python thread: start processing
12:02:06 T:5480  NOTICE: -->Python Interpreter Initialized<--
12:02:06 T:5480   DEBUG: XBPyThread::Process - The source file to load is C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py
12:02:06 T:5480   DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.chardet\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.beautifulsoup\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.requests\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.mechanize\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.requests2\lib;C:\Users\Raoden\AppData\Roaming\XBMC\addons\script.module.elementtree\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;
12:02:06 T:5480   DEBUG: XBPyThread::Process - Entering source directory C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc
12:02:06 T:5480   DEBUG: Instantiating addon using automatically obtained id of "plugin.video.netflixbmc" dependent on version 2.1.0 of the xbmc.python api
12:02:06 T:5268   DEBUG: ------ Window Init (DialogBusy.xml) ------
12:02:08 T:5480   DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\resources\language\English, fallback to strings.xml
12:02:08 T:5480    INFO: Scriptresult: Success
12:02:08 T:5268   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
12:02:08 T:5480    INFO: Python script stopped
12:02:08 T:5480   DEBUG: Thread XBPyThread 5480 terminating
12:02:08 T:5268   DEBUG: waiting for python thread 13 (C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) to stop
12:02:08 T:5268   DEBUG: python thread 13 (C:\Users\Raoden\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py) destructed
12:02:08 T:7064   DEBUG:  XFILE::CPluginDirectory::WaitOnScriptResult - plugin exited prematurely - terminating
12:02:08 T:5268   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiHD%3fdev%3dPC%26pn%3d1%26np%3d1%26actionMethod%3djson
12:02:08 T:5268   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiHD%3fdev%3dPC%26pn%3d1%26np%3d1%26actionMethod%3djson) failed
12:02:08 T:5268   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/)
12:02:08 T:5268   DEBUG:   ParentPath = [addons://sources/video/]
12:02:08 T:5268   DEBUG: Loading fileitems [plugin://plugin.video.netflixbmc/]
12:02:08 T:5268   DEBUG:   -- items: 9, directory: plugin://plugin.video.netflixbmc/ sort method: 0, ascending: false
12:02:08 T:4596  NOTICE: Thread Background Loader start, auto delete: false
12:02:08 T:4596   DEBUG: Thread Background Loader 4596 terminating
12:02:08 T:5268   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
12:02:09 T:5268   DEBUG: ------ Window Init (Pointer.xml) ------
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : Translating ActivateWindow(playercontrols)
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : To ActivateWindow(playercontrols)
12:02:10 T:5268   DEBUG: Activating window ID: 10114
12:02:10 T:5268   DEBUG: ------ Window Init (PlayerControls.xml) ------
12:02:10 T:5268    INFO: Loading skin file: PlayerControls.xml, load type: KEEP_IN_MEMORY
12:02:10 T:5268   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : Translating Dialog.Close(1121)
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : To Dialog.Close(1121)
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : Translating Dialog.Close(playercontrols)
12:02:10 T:5268   DEBUG: CApplication::ExecuteXBMCAction : To Dialog.Close(playercontrols)
12:02:10 T:5268   DEBUG: ------ Window Deinit (PlayerControls.xml) ------
12:02:11 T:5268   DEBUG: CWinEventsWin32::WndProcWindow is active

Please help! Really want this to work! :-D

PS: I'm using Norwegian Netflix from Norway, no proxy/vpn service, if that matters.
Reply


Messages In This Thread
Search empty? - by cgrey - 2014-01-11, 06:13
Not working on windows 7 - by dandiodati - 2014-02-26, 21:55
RE: [RELEASE] NetfliXBMC - Inofficial Netflix Add-on (Win/OSX/Linux) - by Raoden - 2014-02-28, 13:14
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