• 1
  • 65
  • 66
  • 67(current)
  • 68
  • 69
  • 86
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
(2014-11-06, 20:32).eh. Wrote: hi! i have some issues when starting something to play, then chrome launcher starts and brings me to the netflix login page, but chrome launcher isn't capturing my mouse or keyboard so i can't login. I've already given my login credentials to the netflixbmc so I'm guessing it shsouldnt be nessisary. the same issue persists on all sites i try with the crome launcher add-on (keyboard and mouse isn't captured) I'm using the latest xbmcbuntu with xbmc 13.2. have anyone els encountered this issue and found a solution?

Try starting chrome in kiosk mode and logging in, then restart xbmc and see if it works. Once you are logged into netflix you should stay logged in.
Reply
I was experiencing a script error on startup of streams and when trying to configure the utility. I was able to solve this by renaming the folder under home/addons to plugin.video.netflixbmc (dropping the version number). addonID = addon.getAddonInfo('id') only returns this value, and causes XBMC to look in the wrong place for the utility file.
Reply
Playing around with this addon on a fresh Win7 install of Kodi b2. Working great so far! This is way better than the older approach of launching Windows Media center from XBMC. The addon itself seems to be working great, but I'm having some difficulty with the control utility. The default bindings all work, but I cannot reconfigure them. The menu item to configure the bindings under the Addon settings does not appear to do anything at all when I click on it. It's not generating an error, but not working either. Any idea? Is there a manual way to edit these bindings (config file, ect) as an alternative?
Reply
(2014-10-18, 07:01)$tocK Wrote: Hi Guys,

I am finally getting somewhere,

i have managed to get the mouse and keyboard to go through to Google chrome,

I am hoping to do a how to once i'm finished as i haven't found one yet.

My last problems are:

Problem 1: I have set up my MCE remote to work with XBMC, however when i go to Netflix in Google chrome, the remote controls don't go through only the mouse and keyboard. Does anyone know how to pass the remote control to Google Chrome?

Problem 2: I have no sound. I have sound in XBMC when using the remote, but as soon as i go to Netflix, i have no sound. Does anyone know how to fix this?

Thanks,

$tocK

Anyone anything to contribute with regards to the 'NO SOUND' problem?
Have the same thing here , using xbmcbuntu, installed chrome v38,.... Movies with HDMI work fine, but no sound in chrome+netflix.....

thx

wim
Reply
(2014-11-10, 23:19)hoegaarden_bier Wrote: Anyone anything to contribute with regards to the 'NO SOUND' problem?
Have the same thing here , using xbmcbuntu, installed chrome v38,.... Movies with HDMI work fine, but no sound in chrome+netflix.....

Please try to disable menu sounds in xbmc settings and disable the setting to keep the sound device open.
Reply
(2014-11-06, 22:54)dgwingert Wrote:
(2014-11-06, 20:32).eh. Wrote: hi! i have some issues when starting something to play, then chrome launcher starts and brings me to the netflix login page, but chrome launcher isn't capturing my mouse or keyboard so i can't login. I've already given my login credentials to the netflixbmc so I'm guessing it shsouldnt be nessisary. the same issue persists on all sites i try with the crome launcher add-on (keyboard and mouse isn't captured) I'm using the latest xbmcbuntu with xbmc 13.2. have anyone els encountered this issue and found a solution?

Try starting chrome in kiosk mode and logging in, then restart xbmc and see if it works. Once you are logged into netflix you should stay logged in.

thanks! got that part solved by logging in on netflix from lxde Smile

but now to the next issues ^^ i can't quit netflix after watching something because i can't interact with the ChromeLauncher using keyboard and mouse neither with kiosk mode enabled or disabled (would be awesome if i could quit the addon and play / pause with my remote) and theres no sound when using the add-on.

Edit; got sound working by disabling navigation sound and setting keep sound device alive to 0, now the only issue is being able to interact with chrome launcher somehow (preferable being able to pause/play/stop/close with my remote)
Reply
(2014-10-18, 07:01)$tocK Wrote: Hi Guys,

I am finally getting somewhere,

i have managed to get the mouse and keyboard to go through to Google chrome,

I am hoping to do a how to once i'm finished as i haven't found one yet.

My last problems are:

Problem 1: I have set up my MCE remote to work with XBMC, however when i go to Netflix in Google chrome, the remote controls don't go through only the mouse and keyboard. Does anyone know how to pass the remote control to Google Chrome?

Problem 2: I have no sound. I have sound in XBMC when using the remote, but as soon as i go to Netflix, i have no sound. Does anyone know how to fix this?

Thanks,

$tocK
could you please share how you got keyboard and mouse working?

i solved the sound issue by setting "keep sound active: 0" in settings > system > sound" and disabling menu/navigation sound.
Reply
The add-on is really great. I have been adding a couple of tv-shows to my library, and while most works as supposed, I have problems with Homeland:

I get a script error when adding to library. An empty folder is added to the TV-path, but nothing inside. The error log isn't so long, so I will allow my self to paste it here Rolleyes
10:55:15 T:7504 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "C:\Documents and Settings\S\Application Data\XBMC\addons\plugin.video.netflixbmc\default.py", line 1021, in <module>
addSeriesToLibrary(seriesID, name, url)
File "C:\Documents and Settings\S\Application Data\XBMC\addons\plugin.video.netflixbmc\default.py", line 714, in addSeriesToLibrary
content = json.loads(content)
File "C:\Programmer\XBMC\system\python\Lib\json\__init__.py", line 307, in loads
return _default_decoder.decode(s)
File "C:\Programmer\XBMC\system\python\Lib\json\decoder.py", line 319, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Programmer\XBMC\system\python\Lib\json\decoder.py", line 338, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
Can you see what's wrong?
Reply
As of yesterday Nov 14, 2014 everything worked. Now Netflixbmc loads a blank Who's watching and My Lists returns a script error.
Running: Ubuntu 14.04 / Gotham 13.2 / Netflixbmx 1.3.4 / Chrome 38.0.2125.111 .

XBMC Logs: When Trying to open My List
10:20:06 T:140185933264640 NOTICE: -->Python Interpreter Initialized<--
10:20:07 T:140185933264640 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'match' referenced before assignment
Traceback (most recent call last):
File "/home/dave/.xbmc/addons/plugin.video.netflixbmc/default.py", line 977, in <module>
listVideos(url, type)
File "/home/dave/.xbmc/addons/plugin.video.netflixbmc/default.py", line 164, in listVideos
for videoID in match:
UnboundLocalError: local variable 'match' referenced before assignment
-->End of Python script error report<--
10:20:07 T:140187980466112 ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall
10:20:07 T:140187980466112 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall) failed
Reply
(2014-11-15, 17:54)dposh Wrote: As of yesterday Nov 14, 2014 everything worked. Now Netflixbmc loads a blank Who's watching and My Lists returns a script error.
Running: Ubuntu 14.04 / Gotham 13.2 / Netflixbmx 1.3.4 / Chrome 38.0.2125.111 .

XBMC Logs: When Trying to open My List
10:20:06 T:140185933264640 NOTICE: -->Python Interpreter Initialized<--
10:20:07 T:140185933264640 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'match' referenced before assignment
Traceback (most recent call last):
File "/home/dave/.xbmc/addons/plugin.video.netflixbmc/default.py", line 977, in <module>
listVideos(url, type)
File "/home/dave/.xbmc/addons/plugin.video.netflixbmc/default.py", line 164, in listVideos
for videoID in match:
UnboundLocalError: local variable 'match' referenced before assignment
-->End of Python script error report<--
10:20:07 T:140187980466112 ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall
10:20:07 T:140187980466112 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall) failed

I think it's having trouble logging in - not sure how to fix that, but as a short term solution I deleted the "kids" profile that Netflix automatically created for me. After that, 'My List' started to work again.
Reply
I have NetfliXBMC working a different machine, but I just built a new HTPC with Windows 7 x64, and XBMC v13.2, but I cannot get NetfliXBMC to work.

I initially got a "script failed" error like ICEx. I then made changes fillerguy suggested here: http://forum.kodi.tv/showthread.php?tid=...pid1807761

I successfully got to the screen where you choose either TV Shows or Movies, but when I go to My List, I get the error that I'm not logged in and to check my credentials, and all the sections "genres, etc" are blank

I found when I change the default.py entry back to
Code:
content = opener.open(urlMain+"/Login").read()
I get the script failed error message again.

I am using Google DNS servers.

I have since gone back to the original default.py file.

We have cut the cord (and stuck it to the greedy content providers!) and my wife and kids use XBMC and Netflix multiple times throughout the day.

Any support provided is greatly appreciated!

Here is my log file
Code:
15:08:26 T:4688  NOTICE: special://profile/ is mapped to: special://masterprofile/
15:08:26 T:4688  NOTICE: -----------------------------------------------------------------------
15:08:26 T:4688  NOTICE: Starting XBMC (13.2 Git:20140817-0f3db05). Platform: x86 Win32 32-bit
15:08:26 T:4688  NOTICE: Using Release XBMC x32 build, compiled Aug 17 2014 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
15:08:26 T:4688  NOTICE: Running on Windows 7 SP1 64-bit, build 7601
15:08:26 T:4688  NOTICE: Host CPU: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz, 2 cores available
15:08:26 T:4688  NOTICE: Desktop Resolution: 1920x1200 32Bit at 60Hz
15:08:26 T:4688  NOTICE: Running with restricted rights
15:08:26 T:4688  NOTICE: Aero is enabled
15:08:26 T:4688  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
15:08:26 T:4688  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
15:08:26 T:4688  NOTICE: special://masterprofile/ is mapped to: C:\Users\htpc\AppData\Roaming\XBMC\userdata
15:08:26 T:4688  NOTICE: special://home/ is mapped to: C:\Users\htpc\AppData\Roaming\XBMC\
15:08:26 T:4688  NOTICE: special://temp/ is mapped to: C:\Users\htpc\AppData\Roaming\XBMC\cache
15:08:26 T:4688  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
15:08:26 T:4688  NOTICE: Local hostname: B-HTPC-II
15:08:26 T:4688  NOTICE: Log File is located: C:\Users\htpc\AppData\Roaming\XBMC\xbmc.log
15:08:26 T:4688  NOTICE: -----------------------------------------------------------------------
15:08:26 T:4688  NOTICE: load settings...
15:08:26 T:4688  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
15:08:26 T:4688  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
15:08:26 T:4688  NOTICE: Default DVD Player: dvdplayer
15:08:26 T:4688  NOTICE: Default Video Player: dvdplayer
15:08:26 T:4688  NOTICE: Default Audio Player: paplayer
15:08:26 T:4688  NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:08:26 T:4688  NOTICE: Log level changed to 0
15:08:26 T:4688  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:08:26 T:4688  NOTICE: Loaded playercorefactory configuration
15:08:26 T:4688  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
15:08:26 T:4688  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
15:08:26 T:3380  NOTICE: Thread ActiveAE start, auto delete: false
15:08:26 T:4392  NOTICE: Thread AESink start, auto delete: false
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AAC" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
15:08:26 T:3380  NOTICE: Found 2 Lists of Devices
15:08:26 T:3380  NOTICE: Enumerated DIRECTSOUND devices:
15:08:26 T:3380  NOTICE:     Device 1
15:08:26 T:3380  NOTICE:         m_deviceName      : {1B5751E6-3571-46EE-9048-B709B468FA42}
15:08:26 T:3380  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
15:08:26 T:3380  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 48000
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
15:08:26 T:3380  NOTICE:     Device 2
15:08:26 T:3380  NOTICE:         m_deviceName      : {C59305CB-A7DE-4DF7-BFB2-9C64DC5CD531}
15:08:26 T:3380  NOTICE:         m_displayName     : HDMI - AMD HDMI Output (AMD High Definition Audio Device)
15:08:26 T:3380  NOTICE:         m_displayNameExtra: DIRECTSOUND: AMD HDMI Output (AMD High Definition Audio Device)
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 48000
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
15:08:26 T:3380  NOTICE:     Device 3
15:08:26 T:3380  NOTICE:         m_deviceName      : default
15:08:26 T:3380  NOTICE:         m_displayName     : default
15:08:26 T:3380  NOTICE:         m_displayNameExtra:
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 48000
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
15:08:26 T:3380  NOTICE: Enumerated WASAPI devices:
15:08:26 T:3380  NOTICE:     Device 1
15:08:26 T:3380  NOTICE:         m_deviceName      : {1B5751E6-3571-46EE-9048-B709B468FA42}
15:08:26 T:3380  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
15:08:26 T:3380  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 96000,48000,44100
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
15:08:26 T:3380  NOTICE:     Device 2
15:08:26 T:3380  NOTICE:         m_deviceName      : {C59305CB-A7DE-4DF7-BFB2-9C64DC5CD531}
15:08:26 T:3380  NOTICE:         m_displayName     : HDMI - AMD HDMI Output (AMD High Definition Audio Device)
15:08:26 T:3380  NOTICE:         m_displayNameExtra: WASAPI: AMD HDMI Output (AMD High Definition Audio Device)
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
15:08:26 T:3380  NOTICE:     Device 3
15:08:26 T:3380  NOTICE:         m_deviceName      : default
15:08:26 T:3380  NOTICE:         m_displayName     : default
15:08:26 T:3380  NOTICE:         m_displayNameExtra:
15:08:26 T:3380  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
15:08:26 T:3380  NOTICE:         m_channels        : FL,FR
15:08:26 T:3380  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
15:08:26 T:3380  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
15:08:26 T:4688  NOTICE: Running database version Addons16
15:08:26 T:4688  NOTICE: ADDONS: Using repository repository.addonscriptorde-beta
15:08:26 T:4688  NOTICE: ADDONS: Using repository repository.xbmc.org
15:08:26 T:4688  NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
15:08:26 T:4700  NOTICE: Thread RemoteControl start, auto delete: false
15:08:26 T:4936  NOTICE: Thread PeripBusCEC start, auto delete: false
15:08:26 T:3676  NOTICE: Thread PeripBusUSB start, auto delete: false
15:08:26 T:4448  NOTICE: Thread JobWorker start, auto delete: true
15:08:26 T:4688  NOTICE: Found screen: Generic PnP Monitor on AMD Radeon HD 5570, adapter 0.
15:08:26 T:4688  NOTICE: Primary mode: 1920x1200@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 640x480@ 67.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 640x480@ 72.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1152x648@ 50.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1152x648@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Previous line repeats 2 times.
15:08:26 T:4688  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 50.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 25.00i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 29.97i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1776x1000@ 30.00i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
15:08:26 T:4688  NOTICE: Additional mode: 1920x1200@ 60.00 - Full Screen
15:08:26 T:4688  NOTICE: Checking resolution 16
15:08:26 T:4688  NOTICE: No Joystick name specified, loading default map
15:08:26 T:4688  NOTICE: Previous line repeats 35 times.
15:08:26 T:4688  NOTICE: Running database version Addons16
15:08:26 T:4688  NOTICE: Running database version ViewModes6
15:08:26 T:4688  NOTICE: Running database version Textures13
15:08:26 T:4688  NOTICE: Running database version MyMusic46
15:08:26 T:4688  NOTICE: Running database version MyVideos78
15:08:26 T:4688  NOTICE: Running database version TV22
15:08:26 T:4688  NOTICE: Running database version Epg7
15:08:26 T:4688 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
15:08:26 T:4688 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
15:08:26 T:3796  NOTICE: Thread LanguageInvoker start, auto delete: false
15:08:26 T:4688  NOTICE: initialize done
15:08:26 T:4688  NOTICE: Running the application...
15:08:26 T:3796  NOTICE: -->Python Interpreter Initialized<--
15:08:26 T:4688  NOTICE: ES: Starting event server
15:08:26 T:2720  NOTICE: Thread EventServer start, auto delete: false
15:08:26 T:2720  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
15:08:26 T:2720  NOTICE: UDP: Listening on port 9777
15:08:26 T:4440  NOTICE: Thread RSSReader start, auto delete: false
15:08:26 T:4460  NOTICE: Thread TCPServer start, auto delete: false
15:08:30 T:3776  NOTICE: Thread BackgroundLoader start, auto delete: false
15:08:31 T:4756  NOTICE: Thread LanguageInvoker start, auto delete: false
15:08:31 T:4756  NOTICE: -->Python Interpreter Initialized<--
15:08:34 T:4756   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 11004] getaddrinfo failed>
                                            Traceback (most recent call last):
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 1023, in <module>
                                                index()
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 98, in index
                                                if login():
                                              File "C:\Users\htpc\AppData\Roaming\XBMC\addons\plugin.video.netflixbmc\default.py", line 649, in login
                                                content = opener.open("https://signup.netflix.com/Login", "authURL="+urllib.quote_plus(authUrl)+"&email="+urllib.quote_plus(username)+"&password="+urllib.quote_plus(password)+"&RememberMe=on").read()
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 442, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 629, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 442, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 629, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 442, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 629, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 410, in open
                                                response = meth(req, response)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 523, in http_response
                                                'http', request, response, code, msg, hdrs)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 442, in error
                                                result = self._call_chain(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 629, in http_error_302
                                                return self.parent.open(new, timeout=req.timeout)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 404, in open
                                                response = self._open(req, data)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 422, in _open
                                                '_open', req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1222, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "C:\Program Files (x86)\XBMC\system\python\Lib\urllib2.py", line 1184, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 11004] getaddrinfo failed>
                                            -->End of Python script error report<--
15:08:34 T:4688   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/
15:08:34 T:4688   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/) failed
15:08:34 T:4172  NOTICE: Thread BackgroundLoader start, auto delete: false
15:08:40 T:4688  NOTICE: Storing total System Uptime
15:08:40 T:4688  NOTICE: Saving settings
15:08:40 T:4688  NOTICE: stop all
15:08:40 T:4688  NOTICE: stop player
15:08:40 T:4688  NOTICE: ES: Stopping event server
15:08:40 T:2720  NOTICE: ES: UDP Event server stopped
15:08:40 T:4688  NOTICE: stop sap announcement listener
15:08:40 T:4688  NOTICE: clean cached files!
15:08:40 T:4688  NOTICE: unload skin
15:08:40 T:4688  NOTICE: stopped
15:08:40 T:4688  NOTICE: destroy
15:08:40 T:4688  NOTICE: closing down remote control service
15:08:40 T:4688  NOTICE: unload sections
15:08:40 T:4688  NOTICE: special://profile/ is mapped to: special://masterprofile/
15:08:41 T:4688  NOTICE: destroy
15:08:41 T:4688 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
15:08:41 T:4688 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
15:08:41 T:4688  NOTICE: closing down remote control service
15:08:41 T:4688  NOTICE: unload sections
15:08:41 T:4688  NOTICE: application stopped...
Reply
Im having problems today too... guessing its due to this? Can anyone use netflixbmc right now?

http://www.theverge.com/2014/6/13/580842...n-november
Reply
Question 
After watching twoHuh videos, I can't return to XBMC without killing xbmc.bat

Description
I'm having a problem with my setup that I don't see described anywhere else (except maybe here): the screen goes completely dark and unresponsive after watching two videos. If I kill XBMC via SSH, the screen returns (but at the root menu, not in context of NetfliXBMC). I assume this is because XBMC restarts itself.

How I reproduce the issue
  1. Start playing a video
  2. Stop playing the video (alt+F4)
  3. Start playing the same or another video
  4. Stop playing that video (alt+F4) - instead of reurning to XMBC, the screen is black and unresponsive
  5. Kill xbmc with: killall -9 xbmc.bin

My Setup
  • XBMCbuntu & Chrome launcher
  • Custom launcher script:
Code:
#!/bin/bash
if ! pidof -x openbox > /dev/null
then
    openbox &
fi
/usr/bin/google-chrome "$@"
kill %1

What log?
From another computer I tailed the output of XBMC's debug... and nothing seems wrong. I've also compared the list of running processes at each step of this issue - nothing seems to be that different.

I have no idea what to do next!! Please help?

PS: Yes, I am using XBMC successfully today to watch videos. The public API going down should be irrelevant to NetfliXBMC, as it uses the browser rather than the API. I did have some problems that were alleviated by removing the "kids" profile Netflix created. Earlier (possibly related) I had to hard-code my country ('US') into the default.py script.

-----------------
Update: I just dicovered (via alt+tab) that XBMC goes black when chrome for the second video launches. It is not black when the first video launches. I feel like this might be a good clue... but I'm not sure.
Reply
Fix for who's watching.

Replace:
Code:
match = re.compile('"profileName":"(.+?)".+?token":"(.+?)"', re.DOTALL).findall(content)

to this:
Code:
match = re.compile('"firstName":"(.+?)".+?guid":"(.+?)"', re.DOTALL).findall(content)
Reply
(2014-11-16, 02:03)iscribble Wrote: PS: Yes, I am using XBMC successfully today to watch videos. The public API going down should be irrelevant to NetfliXBMC, as it uses the browser rather than the API. I did have some problems that were alleviated by removing the "kids" profile Netflix created. Earlier (possibly related) I had to hard-code my country ('US') into the default.py script.

thanks for the confirmation.. not sure what's going on with my issue then.. i do have multiple profiles on my account, but cant really remove any to try this unfortunately
Reply
  • 1
  • 65
  • 66
  • 67(current)
  • 68
  • 69
  • 86

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