• 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 86
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
Ok so I'm using xbmcbuntu 14.04 64b.

Chrome not available so installed following these steps :
http://www.howopensource.com/2011/10/ins...-10-10-04/
Installed : openbox libnss3 libnss3-1d (and even pipelight with widevin and silverlight enabled)

Tried chromelauncher script.sh as :
Code:
#!/bin/bash
openbox &
/usr/bin/google-chrome-stable "$@"
kill %1
Also tries the unstable and beta versions.
I also enabled the flag about the encrypted media...

I open netflixbmc and browse to and select something to play.
When I try to play the screen turns bright white, I see my little profile avatar in the middle.
Then it pops whats seems to be a frame(an image at least) of what i was about to watch and kicks me to an error page about :
widevine

Past few days i've been reading here and replacing one misery with another.
What is wrong what am I not seeing?
Added ua switch : i can play video's in x. But not using the addon in xbmc...
Reply
ever since the last 2 updates
i cannot control netflixbmc with my mce remote

while watching a video
the play/pause button keeps bringing up the print dialogue
the stop button that used to be mapped to alt+f4 does nothing but freeze the screen

when i try to go back to the netflixbmc windows control utility
to try and re-configure
the list is much shorter and it no longer understands the button presses
everything i press shows up as lshift controll button


the remote is not the issue
it still works 100% in xbmc

any ideas of what happened or how i can go back 2 versions?


update***

the issue is definately the control utility
i went to my secondary machine copied the old addon
disabled internet on my primary machine so it cant update
put it on my primary machine
remote works once more
(proper keypresses are registered in control utility)
connected to internet and allowed update
remote no longer works

tried a NON MCE remote (linux remote)
it works
so the new config utility
which is meant for windows
does not play nice with mce remotes
but plays nice with linux remotes

how can i go about fixing this
Reply
I would like to add that Canonical also pushed the libnss update for Precise (12.04). That means that Netflix also works Precise users.

Source.

Quote:Looks good here. I confirmed that both 12.04 and 14.04 received the
NSS update today and both play in Chrome M37 (stable) with just the UA
hack. Thanks for the quick turn around! The ball is in our court now
regarding the UA filter.

I can also confirm that Ubuntu 12.04 also works, just need the UA hack for now. Some time in the future Netflix will change the requirements.

Also what is nice is that all you need is the latest Chrome Stable version 37.
Reply
Mhm... anyone else experiencing problems with HTML5? I got it to work, but it runs really choppy in comparison to silverlight, despite everyone saying that it should be faster/better...
Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
What operating system and what hardware?
Using XBMCbuntu on Intel NUC DN2820FYKH
Reply
Windows 7 x64, AMD Phenom II x6, ATI Radeon HD5800, 16GB RAM

(Drivers are all up to date)
Need help? Check out my XBMC Frodo Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

Image
Reply
(2014-09-21, 03:41)AddonScriptorDE Wrote:
(2014-09-20, 01:06)kubax Wrote: still can't get audio from my videos. The interesting thing here is, that when i start chrome with xpra (X window redirection) i get sound over HDMI when i head over to netflix and start streaming a movie on my wifes notebook.
You can try turning "Keep audio device alive" off via "Settings->System->Audio Output".

Thanks alot! This fixes at least my "no Audio" problem. Now i only have to investigate why i only get half screen, and fix my remote..

But for this problems, i'll re-read the thrad, as those are answered allready (if i recall it right...) Smile
cd /pub/ && cat Beer
Reply
(2014-09-21, 23:11)kamegami Wrote: Adding movies to the Library does not work.

First adding MyList to the Library does not work. I found I was able to get the function def addMyListToLibrary(): to work if I added:

pDialog = xbmcgui.DialogProgress()
pDialog.create('NetfliXBMC', translation(30142)+"...")
if not singleProfile:
setProfile()
xbmcplugin.setContent(pluginhandle, "movies")

to the beginning of the method.

Second, and more importantly, when I launch Netflix movies from the Library, it will launch the movie in Chrome as expected but it will also play the next movie in the Library.That's if the "Play the next video automatically" setting is set to true. Otherwise, it will attempt to launch 100 tabs in chrome!!

From reading the XBMC source, I guess it reads the launch from the movie.strm as failed and moves on to the next item on the playlist. With the "Play the next video automatically" setting off then it appears there is only one item on the playlist and it will loop it 100 times.

This is on Windows in XBMC 13.2.

I managed to get an XBMC debugger running and found the problem.

When playing from the library XBMC will create a playlist. Then, when the playVideo method is called from the movie.strm file, it will return immediately which XBMC will always interpret as a plugin launch failure. In turn it will move onto the next item in the playlist.

So far I can't figure out a way for the playVideo launch function to be interpreted as returned success. It looks like the xbmc.Player().stop.() call is supposed to stop it playing back. On newer builds it simply does not work, it will keep trying to play the files on the playlist. Worst case scenario is a playlist of a single Netflix item and you get infinite Chrome tabs and a system crash.

The solution I found is to clear the playlist. It's not a perfect solution as you can't have a playlist of Netflix items and "sometimes" there is a playback error that pops up.

To solve this problem, add at the end of playVideo method in default.py the following line:
xbmc.PlayList(xbmc.PLAYLIST_VIDEO).clear()
Reply
I don't know what I am doing wrong but the remote I am using does not appear to do anything at all once the Netflix window has launched. This is how I setup the system;

- Installed Chrome Launcher
- Installed NetfiXBMC

I am using windows and a Harmony remote. I have tried configuring buttons via the command applet thingy within the app but this doesn't change the lack of response. I did notice that after using the mouse to pause the video I was able to then play/pause and skip/rewind. Not sure why the mouse is required to trigger the remote responding but happy for any suggestions on how to fix that.

Otherwise, I have not successfully been able to exit back to XBMC and am at a loss how to set this up.

Is there a simple way to configure the remote or a third app that I have missed installing that allows my remote to function?

I am also unsure what the webremote option means, should I have this enabled?
Reply
Additionally to the German forum, question/remarks here:

Seems that under Windows only the Netflix Metro App delivers Dolby/Sorround Sound. With the our addon here (which I highly appreciate) you can get only Stereo (regardless IE or Chrome). Question is whether or not one could "use" the Metro App in the addon because of this capability. Using Advanced Launcher is possible but - in my case - difficult to use...

Any other ideas...?

Cheers,

Mat
Reply
(2014-09-24, 06:12)Matze001 Wrote: Additionally to the German forum, question/remarks here:

Seems that under Windows only the Netflix Metro App delivers Dolby/Sorround Sound. With the our addon here (which I highly appreciate) you can get only Stereo (regardless IE or Chrome). Question is whether or not one could "use" the Metro App in the addon because of this capability. Using Advanced Launcher is possible but - in my case - difficult to use...

Any other ideas...?

Cheers,

Mat

Wouldn't it be easier then to make a launcher shortcut to the Windows 8 netflix app rather than using netflixbmc? Then you get to use their nice (official) netflix browser as well.

I've been thinking of doing something similar with an android app player on linux, but it would be really difficult to map their touch interface to a remote.
Using XBMCbuntu on Intel NUC DN2820FYKH
Reply
Hi all,

Just ploughed through 58 pages and impressed by all the work that has been done.
I didn't find any question or problem that relates to mine, so I want to ask...

I have an ubuntu 14.04 64bit system where I can choose to login in a gnome flashback compiz session, or a XBMC shell.
For HTPC-viewing, I prefer the XBMC shell over running XBMC on top of the gnome session; it is faster, more stable and no pop-ups with unwanted messages from the gnome shell.

I installed chrome launcher and netfliXBMC a couple of days ago and everything is working pretty good, not a single problem in fact, apart from one:

When in XBMC 'standalone' shell I exit a Netflix movie, the screen goes completely black and there is absolutely no way of getting focus on XBMC. It's gone. Only remedy is Alt/SysReq/REISUB.
Strangely, when i remote login via ssh tunnel and run 'top', I can see that XBMC is running OK and everything else seems normal.
This doesn't happen at all when manually launching e.g. Vimeo via chrome launcher and, strangely enough, it doesn't happen either when running NetfliXBMC in XBMC on top of the gnome shell(!).
This is really bugging me.
Since it's not happening when manually launching chrome launcher, it must be a NetfliXBMC thing or maybe something with the Netflix-session.
Also none of the sytem logfiles (Xorg.0.log, syslog, etc...) nor the xbmc-logfiles show any errors.

Anybody has any suggestions about what to do to debug?

Thanks
Reply
Is there any windowmanager running or is it really just XBMC and nothing else? Because a lack of windowmanager could explain this.
I'm running XBMC in an openbox session, zero issues.
Using XBMCbuntu on Intel NUC DN2820FYKH
Reply
I've tried openbox and compiz (as it's the windowmanager I'm using in the gnome sessions) in the script.sh.

As I said, that's not the problem since everything's working fine when directly running chrome launcher (or launching just the script for that matter)

FYI, I have another computer (laptop) with the exact same settings and there it's not happening...(!) I even tried copying the NetfliXBMC default.py and script.sh files from the laptop to the HTPC system... no avail...

Thanks anyway, though
Reply
So I tried to get HTML5 working on SteamOS. For this I installed google-chome-stable and some dependencies from Debian Wheezy and I backported libnss3-3.17 myself. The result: I can watch Netflix with Chrome in Desktop mode. Sadly the NetfliXBMC-Plugin is not working. When I try to watch a Video it loads for some time and then jumps back to the PluginView.

Here is what the log file says. I couldn't find something interesting in it:

Code:
13:12:23 T:139833273325440   DEBUG: Clearing cached fileitems [plugin://plugin.video.netflixbmc/]
13:12:23 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/)
13:12:23 T:139833273325440   DEBUG:   ParentPath = [addons://sources/video/]
13:12:23 T:139832652834560   DEBUG: StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','17','')
13:12:23 T:139832652834560   DEBUG: WaitOnScriptResult - waiting on the NetfliXBMC (id=27) plugin...
13:12:23 T:139832554268416  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:23 T:139832554268416    INFO: initializing python engine.
13:12:23 T:139832554268416   DEBUG: CPythonInvoker(27, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): start processing
13:12:23 T:139832554268416  NOTICE: -->Python Interpreter Initialized<--
13:12:23 T:139832554268416   DEBUG: CPythonInvoker(27, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py"
13:12:23 T:139832554268416   DEBUG: CPythonInvoker(27, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.video.netflixbmc:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:23 T:139832554268416   DEBUG: CPythonInvoker(27, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): entering source directory /home/steam/.xbmc/addons/plugin.video.netflixbmc
13:12:23 T:139832554268416   DEBUG: CPythonInvoker(27, /home/steam/.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
13:12:24 T:139833273325440   DEBUG: ------ Window Init (DialogBusy.xml) ------
13:12:24 T:139833273325440   DEBUG: Joystick 0 button 1 Up
13:12:33 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/German, fallback to strings.xml
13:12:33 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
13:12:33 T:139832652834560   DEBUG: WaitOnScriptResult- plugin returned successfully
13:12:33 T:139832554268416    INFO: CPythonInvoker(27, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): script successfully run
13:12:33 T:139833273325440   DEBUG: Saving fileitems [plugin://plugin.video.netflixbmc/]
13:12:33 T:139833273325440   DEBUG:   -- items: 3, sort method: 0, ascending: false
13:12:33 T:139832644441856  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:33 T:139832881694464   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
13:12:33 T:139832881694464   DEBUG: Loading: /usr/lib/xbmc/system/ImageLib-x86_64-linux.so
13:12:33 T:139832644441856   DEBUG: Thread BackgroundLoader 139832644441856 terminating
13:12:33 T:139832554268416    INFO: Python script stopped
13:12:33 T:139832554268416   DEBUG: Thread LanguageInvoker 139832554268416 terminating
13:12:33 T:139833273325440   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
13:12:34 T:139833273325440   DEBUG: Joystick 0 hat 1 Down
13:12:34 T:139833273325440   DEBUG: Joystick 0 hat 4294967295 Centered
13:12:34 T:139833273325440   DEBUG: Joystick 0 button 1 Down
13:12:34 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url)
13:12:34 T:139833273325440   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/]
13:12:34 T:139832954595072   DEBUG: StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','18','?mode=main&thumb&type=movie&url')
13:12:34 T:139832954595072   DEBUG: WaitOnScriptResult - waiting on the NetfliXBMC (id=28) plugin...
13:12:34 T:139832554268416  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:34 T:139832554268416    INFO: initializing python engine.
13:12:34 T:139832554268416   DEBUG: CPythonInvoker(28, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): start processing
13:12:34 T:139832554268416  NOTICE: -->Python Interpreter Initialized<--
13:12:34 T:139832554268416   DEBUG: CPythonInvoker(28, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py"
13:12:34 T:139832554268416   DEBUG: CPythonInvoker(28, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.video.netflixbmc:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:34 T:139832554268416   DEBUG: CPythonInvoker(28, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): entering source directory /home/steam/.xbmc/addons/plugin.video.netflixbmc
13:12:34 T:139832554268416   DEBUG: CPythonInvoker(28, /home/steam/.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
13:12:34 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/German, fallback to strings.xml
13:12:34 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
13:12:34 T:139832954595072   DEBUG: WaitOnScriptResult- plugin returned successfully
13:12:34 T:139832554268416    INFO: CPythonInvoker(28, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): script successfully run
13:12:34 T:139832644441856  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:34 T:139832644441856   DEBUG: Thread BackgroundLoader 139832644441856 terminating
13:12:34 T:139832554268416    INFO: Python script stopped
13:12:34 T:139832554268416   DEBUG: Thread LanguageInvoker 139832554268416 terminating
13:12:35 T:139833273325440   DEBUG: Joystick 0 button 1 Up
13:12:35 T:139833273325440   DEBUG: Joystick 0 button 1 Down
13:12:35 T:139833273325440   DEBUG: Clearing cached fileitems [plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall]
13:12:35 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall)
13:12:35 T:139833273325440   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url]
13:12:35 T:139832652834560   DEBUG: StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','19','?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall')
13:12:35 T:139832652834560   DEBUG: WaitOnScriptResult - waiting on the NetfliXBMC (id=29) plugin...
13:12:35 T:139832554268416  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:35 T:139832554268416    INFO: initializing python engine.
13:12:35 T:139832554268416   DEBUG: CPythonInvoker(29, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): start processing
13:12:35 T:139832554268416  NOTICE: -->Python Interpreter Initialized<--
13:12:35 T:139832554268416   DEBUG: CPythonInvoker(29, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py"
13:12:35 T:139832554268416   DEBUG: CPythonInvoker(29, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.video.netflixbmc:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:35 T:139832554268416   DEBUG: CPythonInvoker(29, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): entering source directory /home/steam/.xbmc/addons/plugin.video.netflixbmc
13:12:35 T:139832554268416   DEBUG: CPythonInvoker(29, /home/steam/.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
13:12:35 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/German, fallback to strings.xml
13:12:35 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
13:12:35 T:139832554268416   DEBUG: DialogProgress::StartModal called
13:12:35 T:139832554268416   DEBUG: ------ Window Init (DialogProgress.xml) ------
13:12:36 T:139833273325440   DEBUG: ------ Window Init (DialogBusy.xml) ------
13:12:36 T:139833273325440   DEBUG: Joystick 0 button 1 Up
13:12:38 T:139832652834560   DEBUG: WaitOnScriptResult- plugin returned successfully
13:12:38 T:139833273325440   DEBUG: Saving fileitems [plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall]
13:12:38 T:139833273325440   DEBUG:   -- items: 34, sort method: 0, ascending: false
13:12:38 T:139832644441856  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:38 T:139832644441856   DEBUG: Thread BackgroundLoader 139832644441856 terminating
13:12:38 T:139832554268416    INFO: CPythonInvoker(29, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): script successfully run
13:12:38 T:139832554268416    INFO: Python script stopped
13:12:38 T:139832554268416   DEBUG: Thread LanguageInvoker 139832554268416 terminating
13:12:38 T:139833273325440   DEBUG: ------ Window Deinit (DialogProgress.xml) ------
13:12:38 T:139833273325440   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
13:12:39 T:139833273325440   DEBUG: Joystick 0 button 1 Down
13:12:39 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=playVideo&name=Submarine&thumb=%2fhome%2fsteam%2f.xbmc%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70136077.jpg&url=70136077)
13:12:39 T:139833273325440   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall]
13:12:39 T:139832954595072   DEBUG: StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','20','?mode=playVideo&name=Submarine&thumb=%2fhome%2fsteam%2f.xbmc%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70136077.jpg&url=70136077')
13:12:39 T:139832954595072   DEBUG: WaitOnScriptResult - waiting on the NetfliXBMC (id=30) plugin...
13:12:39 T:139832554268416  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:39 T:139832554268416    INFO: initializing python engine.
13:12:39 T:139832554268416   DEBUG: CPythonInvoker(30, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): start processing
13:12:39 T:139832554268416  NOTICE: -->Python Interpreter Initialized<--
13:12:39 T:139832554268416   DEBUG: CPythonInvoker(30, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py"
13:12:39 T:139832554268416   DEBUG: CPythonInvoker(30, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.video.netflixbmc:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:39 T:139832554268416   DEBUG: CPythonInvoker(30, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): entering source directory /home/steam/.xbmc/addons/plugin.video.netflixbmc
13:12:39 T:139832554268416   DEBUG: CPythonInvoker(30, /home/steam/.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
13:12:40 T:139833273325440   DEBUG: ------ Window Init (DialogBusy.xml) ------
13:12:40 T:139833273325440   DEBUG: Joystick 0 button 1 Up
13:12:40 T:139833273325440   DEBUG: RunScriptWithParams - calling plugin Chrome Launcher('plugin://plugin.program.chrome.launcher/','-1','?url=https%3A%2F%2Fwww.netflix.com%2FSwitchProfile%3Ftkn%3D5LRVD65KHZHRPLSJ6MCCNXWYGQ%26nextpage%3Dhttp%253A%252F%252Fwww.netflix.com%252FWiPlayer%253Fmovieid%253D70136077&mode=showSite&kiosk=yes&userAgent=Mozilla%2F5.0+%28Windows+NT+6.3%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F38.0.2114.2+Safari%2F537.36')
13:12:40 T:139832644441856  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:40 T:139832644441856    INFO: initializing python engine.
13:12:40 T:139832644441856   DEBUG: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): start processing
13:12:40 T:139832644441856  NOTICE: -->Python Interpreter Initialized<--
13:12:40 T:139832644441856   DEBUG: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py"
13:12:40 T:139832644441856   DEBUG: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.program.chrome.launcher:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:40 T:139832644441856   DEBUG: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): entering source directory /home/steam/.xbmc/addons/plugin.program.chrome.launcher
13:12:40 T:139832644441856   DEBUG: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): instantiating addon using automatically obtained id of "plugin.program.chrome.launcher" dependent on version 2.1.0 of the xbmc.python api
13:12:40 T:139832644441856    INFO: CPythonInvoker(31, /home/steam/.xbmc/addons/plugin.program.chrome.launcher/default.py): script successfully run
13:12:40 T:139832644441856    INFO: Python script stopped
13:12:40 T:139832644441856   DEBUG: Thread LanguageInvoker 139832644441856 terminating
13:12:55 T:139832554268416    INFO: CPythonInvoker(30, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): script successfully run
13:12:55 T:139832554268416    INFO: Python script stopped
13:12:55 T:139832554268416   DEBUG: Thread LanguageInvoker 139832554268416 terminating
13:12:55 T:139832954595072   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
13:12:55 T:139833273325440   ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideo&name=Submarine&thumb=%2fhome%2fsteam%2f.xbmc%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70136077.jpg&url=70136077
13:12:55 T:139833273325440   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideo&name=Submarine&thumb=%2fhome%2fsteam%2f.xbmc%2fuserdata%2faddon_data%2fplugin.video.netflixbmc%2fcache%2fcovers%2f70136077.jpg&url=70136077) failed
13:12:55 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall)
13:12:55 T:139833273325440   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url]
13:12:55 T:139833273325440   DEBUG: Loading items: 34, directory: plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall sort method: 0, ascending: false
13:12:55 T:139832554268416  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:55 T:139832554268416   DEBUG: Thread BackgroundLoader 139832554268416 terminating
13:12:55 T:139833273325440   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
13:12:55 T:139833273325440   DEBUG: Joystick 0 button 2 Down
13:12:55 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/?mode=main&thumb&type=movie&url)
13:12:55 T:139833273325440   DEBUG:   ParentPath = [plugin://plugin.video.netflixbmc/]
13:12:55 T:139832881694464   DEBUG: StartScript - calling plugin NetfliXBMC('plugin://plugin.video.netflixbmc/','21','?mode=main&thumb&type=movie&url')
13:12:55 T:139832881694464   DEBUG: WaitOnScriptResult - waiting on the NetfliXBMC (id=32) plugin...
13:12:55 T:139832554268416  NOTICE: Thread LanguageInvoker start, auto delete: false
13:12:55 T:139832554268416    INFO: initializing python engine.
13:12:55 T:139832554268416   DEBUG: CPythonInvoker(32, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): start processing
13:12:55 T:139832554268416  NOTICE: -->Python Interpreter Initialized<--
13:12:55 T:139832554268416   DEBUG: CPythonInvoker(32, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): the source file to load is "/home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py"
13:12:55 T:139832554268416   DEBUG: CPythonInvoker(32, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): setting the Python path to /home/steam/.xbmc/addons/plugin.video.netflixbmc:/home/steam/.xbmc/addons/script.module.simplejson/lib:/home/steam/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/home/steam/.xbmc/addons/script.common.plugin.cache/lib:/home/steam/.xbmc/addons/script.module.simple.downloader/lib:/home/steam/.xbmc/addons/script.module.buggalo/lib:/usr/share/xbmc/addons/xbmc.debug/:/home/steam/.xbmc/addons/script.module.parsedom/lib:/home/steam/.xbmc/addons/script.module.xbmcswift2/lib:/home/steam/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PIL:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
13:12:55 T:139832554268416   DEBUG: CPythonInvoker(32, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): entering source directory /home/steam/.xbmc/addons/plugin.video.netflixbmc
13:12:55 T:139832554268416   DEBUG: CPythonInvoker(32, /home/steam/.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
13:12:55 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/German, fallback to strings.xml
13:12:55 T:139832554268416   DEBUG: LocalizeStrings: no strings.po file exist at /home/steam/.xbmc/addons/plugin.video.netflixbmc/resources/language/English, fallback to strings.xml
13:12:55 T:139832881694464   DEBUG: WaitOnScriptResult- plugin returned successfully
13:12:55 T:139832554268416    INFO: CPythonInvoker(32, /home/steam/.xbmc/addons/plugin.video.netflixbmc/default.py): script successfully run
13:12:55 T:139832644441856  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:55 T:139832644441856   DEBUG: Thread BackgroundLoader 139832644441856 terminating
13:12:55 T:139832554268416    INFO: Python script stopped
13:12:55 T:139832554268416   DEBUG: Thread LanguageInvoker 139832554268416 terminating
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Up
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Down
13:12:56 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.netflixbmc/)
13:12:56 T:139833273325440   DEBUG:   ParentPath = [addons://sources/video/]
13:12:56 T:139833273325440   DEBUG: Loading items: 3, directory: plugin://plugin.video.netflixbmc/ sort method: 0, ascending: false
13:12:56 T:139832554268416  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:56 T:139832554268416   DEBUG: Thread BackgroundLoader 139832554268416 terminating
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Up
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Down
13:12:56 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
13:12:56 T:139833273325440   DEBUG:   ParentPath = []
13:12:56 T:139832554268416  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-poster.jpg
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-poster.png
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-banner.jpg
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-banner.png
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-fanart.jpg
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://fanart.jpg/
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://script.funnyordie/-fanart.png
13:12:56 T:139832554268416 WARNING: CreateLoader - Unsupported protocol(script) in script://fanart.png/
13:12:56 T:139832554268416   DEBUG: Thread BackgroundLoader 139832554268416 terminating
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Up
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Down
13:12:56 T:139833273325440   DEBUG: CGUIMediaWindow::GetDirectory ()
13:12:56 T:139833273325440   DEBUG:   ParentPath = []
13:12:56 T:139832554268416  NOTICE: Thread BackgroundLoader start, auto delete: false
13:12:56 T:139832554268416   DEBUG: Thread BackgroundLoader 139832554268416 terminating
13:12:56 T:139833273325440   DEBUG: Joystick 0 button 2 Up
13:12:57 T:139833273325440   DEBUG: Joystick 0 button 2 Down
13:12:57 T:139833273325440   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
13:12:57 T:139833273325440   DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
13:12:57 T:139833273325440   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
13:12:57 T:139833273325440   DEBUG: ------ Window Init (Home.xml) ------
13:12:57 T:139833273325440   DEBUG: Joystick 0 button 2 Up
13:12:58 T:139833273325440   DEBUG: Joystick 0 hat 1 Down
13:12:58 T:139833273325440   DEBUG: Joystick 0 hat 4294967295 Centered
13:12:58 T:139833273325440   DEBUG: Joystick 0 hat 1 Down
13:12:58 T:139833273325440   DEBUG: Joystick 0 hat 4294967295 Centered
13:12:58 T:139833273325440   DEBUG: Joystick 0 button 1 Down
13:12:58 T:139833273325440   DEBUG: Activating window ID: 10111
13:12:58 T:139833273325440   DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
13:12:58 T:139833273325440    INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
13:12:58 T:139833273325440   DEBUG: Joystick 0 button 1 Up
13:12:59 T:139833273325440   DEBUG: Joystick 0 button 1 Down
13:12:59 T:139833273325440   DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
13:12:59 T:139833273325440   DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
13:12:59 T:139833273325440  NOTICE: Storing total System Uptime
13:12:59 T:139832055559936   DEBUG: Thread AlarmClock 139832055559936 terminating
13:12:59 T:139833273325440  NOTICE: Saving settings
13:12:59 T:139833273325440  NOTICE: stop all
13:12:59 T:139832026138368   DEBUG: Thread JobWorker 139832026138368 terminating (autodelete)
13:12:59 T:139833273325440  NOTICE: stop player
13:12:59 T:139832652834560   DEBUG: Thread JobWorker 139832652834560 terminating (autodelete)
13:12:59 T:139832881694464   DEBUG: Thread JobWorker 139832881694464 terminating (autodelete)
13:12:59 T:139833273325440    INFO: stopping PVRManager
13:12:59 T:139832954595072   DEBUG: Thread JobWorker 139832954595072 terminating (autodelete)
13:12:59 T:139833273325440   DEBUG: NetworkMessage - Signaling network services to stop
13:12:59 T:139833273325440  NOTICE: ES: Stopping event server
13:12:59 T:139833273325440   DEBUG: NetworkMessage - Waiting for network services to stop
13:12:59 T:139833273325440  NOTICE: stopping zeroconf publishing
13:13:00 T:139832545875712  NOTICE: ES: UDP Event server stopped
13:13:00 T:139832545875712   DEBUG: Thread EventServer 139832545875712 terminating
13:13:00 T:139833273325440  NOTICE: stop dvd detect media
13:13:00 T:139832537483008   DEBUG: Thread TCPServer 139832537483008 terminating
13:13:00 T:139832897197824   DEBUG: Thread DetectDVDMedia 139832897197824 terminating
13:13:00 T:139832928622336   DEBUG: Thread PeripBusUSBUdev 139832928622336 terminating
13:13:00 T:139833273325440  NOTICE: stop sap announcement listener
13:13:00 T:139833273325440  NOTICE: clean cached files!
13:13:00 T:139832937015040   DEBUG: Thread PeripBusCEC 139832937015040 terminating
13:13:00 T:139833273325440  NOTICE: unload skin
13:13:00 T:139833273325440    INFO: Unloading old skin ...
13:13:00 T:139833273325440   DEBUG: ------ Window Deinit () ------
13:13:00 T:139833273325440   DEBUG: ------ Window Deinit (Home.xml) ------
13:13:00 T:139833273325440   DEBUG: Cleanup - Closed bundle
13:13:00 T:139833273325440   DEBUG: Infobool 'isempty(listitem.property(addon.broken))' still used by 2 instances
13:13:00 T:139833273325440   DEBUG: Infobool '!isempty(listitem.property(addon.broken))' still used by 2 instances
13:13:00 T:139833273325440   DEBUG: ADDON: Stopping service addons.
13:13:01 T:139832592426752  NOTICE: StorageServer-2.5.4 Closed down
13:13:01 T:139832592426752    INFO: CPythonInvoker(2, /home/steam/.xbmc/addons/script.common.plugin.cache/default.py): script successfully run
13:13:01 T:139833273325440   DEBUG: CPythonInvoker(2, /home/steam/.xbmc/addons/script.common.plugin.cache/default.py): script termination took 386ms
13:13:01 T:139832592426752    INFO: Python script interrupted by user
13:13:01 T:139832592426752   DEBUG: Thread LanguageInvoker 139832592426752 terminating
13:13:01 T:139832895874816   DEBUG: Thread ActiveAE 139832895874816 terminating
13:13:01 T:139832962987776   DEBUG: Thread AESink 139832962987776 terminating
13:13:01 T:139833273325440  NOTICE: stopped
13:13:01 T:139833273325440  NOTICE: destroy
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d3809ac00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x4047290 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d38190f10 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x3fd9ea0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d3800afa0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x3e57930 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d381769c0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d38114a70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7f2d38136a70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
13:13:01 T:139833273325440  NOTICE: closing down remote control service
13:13:01 T:139833273325440  NOTICE: unload sections
13:13:01 T:139833273325440   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
13:13:01 T:139833273325440   DEBUG: Previous line repeats 1 times.
13:13:01 T:139833273325440  NOTICE: special://profile/ is mapped to: special://masterprofile/
13:13:01 T:139833273325440   DEBUG: object 0 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 1 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 2 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 3 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 4 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 5 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 6 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 7 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 8 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 9 --> 0 instances
13:13:01 T:139833273325440   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
13:13:01 T:139833273325440  NOTICE: destroy
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
13:13:01 T:139833273325440 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
13:13:01 T:139833273325440  NOTICE: closing down remote control service
13:13:01 T:139833273325440  NOTICE: unload sections
13:13:01 T:139833273325440   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
13:13:01 T:139833273325440   DEBUG: Previous line repeats 1 times.
13:13:01 T:139833273325440   DEBUG: object 0 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 1 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 2 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 3 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 4 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 5 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 6 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 7 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 8 --> 0 instances
13:13:01 T:139833273325440   DEBUG: object 9 --> 0 instances
13:13:01 T:139833273325440  NOTICE: application stopped...
13:13:01 T:139833273325440   DEBUG: PVRManager - destroyed
13:13:01 T:139833273325440   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
13:13:01 T:139833273325440   DEBUG: Previous line repeats 1 times.
13:13:01 T:139833273325440   DEBUG: SECTION:UnloadDll(libcurl-gnutls.so.4)
13:13:01 T:139833273325440   DEBUG: Unloading: libcurl-gnutls.so.4
13:13:01 T:139833273325440   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/libcpluff-x86_64-linux.so)
13:13:01 T:139833273325440   DEBUG: Unloading: libcpluff-x86_64-linux.so
13:13:01 T:139833273325440   DEBUG: SECTION:UnloadAll(DLL: libcec.so.2)
13:13:01 T:139833273325440   DEBUG: Unloading: libcec.so.2
13:13:01 T:139833273325440   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so)
13:13:01 T:139833273325440   DEBUG: Unloading: ImageLib-x86_64-linux.so

If anyone is interested in how to get Netflix HTML5 on SteamOS working, I can describe the progress and upload the backported libnss3 packages.
Reply
  • 1
  • 56
  • 57
  • 58(current)
  • 59
  • 60
  • 86

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