• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 102
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
(2015-01-21, 21:30)naloj Wrote: In that case I would guess that Kodi is holding the audio device open. Try turning "Keep audio device alive" off.

http://kodi.wiki/view/Settings/System#Audio_output

That worked for me. Thank you.
Reply
Hey there,
for those who got problems adding series to the library.

Make a copy of your original default.py

open your "default.py"

search line 832

there is:

filename = (''.join(c for c in filename.encode("utf-8") if c not in '/\\:?"*|<>')).strip(' .')

you need to change the encode order to decode

filename = (''.join(c for c in filename.decode("utf-8") if c not in '/\\:?"*|<>')).strip(' .')

after that change everything works well for me and i can add series to my library again.

BUT I cant´t code so make a copy of your original default.py if you want to change anything and your doing it on your own risk.
Reply
First time user trying to get this to work, here is my log

http://xbmclogs.com/show.php?id=402046
Reply
Could you please try to add a series and post the error message from xbmclog in pastebin?
I can't find your problem...
Reply
(2015-01-24, 17:12)imunone Wrote: Hey there,
for those who got problems adding series to the library.

Make a copy of your original default.py

open your "default.py"

search line 832

there is:

filename = (''.join(c for c in filename.encode("utf-8") if c not in '/\\:?"*|<>')).strip(' .')

you need to change the encode order to decode

filename = (''.join(c for c in filename.decode("utf-8") if c not in '/\\:?"*|<>')).strip(' .')

after that change everything works well for me and i can add series to my library again.

BUT I cant´t code so make a copy of your original default.py if you want to change anything and your doing it on your own risk.

Hey, thanks. I actually just pushed an update to the repo a couple of days ago that should have fixed this problem: https://github.com/andrewleech/plugin.vi...mc/pull/14

I'm not very good at posting changelogs here to let people know sorry :-S or for updating the changelog file in the plugin, should probably do that one day...

edit. Ahh, just realised I didn't up-version it after the utf changes got pulled in, so people wouldn't have automatically got the update....

Now at 1.3.12
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-01-25, 14:59)imunone Wrote: Could you please try to add a series and post the error message from xbmclog in pastebin?
I can't find your problem...

I am not sure I understand by adding a series?
Reply
Hi corona, i have read through several threads and I have seen my below error but not a resolution. You did ask if the the people where on a geo-blocking service but i never saw them reply etc.. I am on a geo-blocking (adfreetime) and hope that wont stop me from using netflixmbc.

As soon as i launch netflixbmc it fails to launch and reports a scirpt failure. Here it is...

01:24:32 T:1484 NOTICE: -->Python Interpreter Initialized<--
01:24:32 T:1484 NOTICE: URL: https://www.netflix.com/Login
01:24:33 T:1484 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
Traceback (most recent call last):
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1129, in <module>
index()
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 166, in index
if login():
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 733, in login
content = load(urlMain+"/Login")
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 109, in load
r = session.get(url, verify=False).text
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 469, in get
return self.request('GET', url, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 457, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 420, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
-->End of Python script error report<--

I am running kodi 14 and the latest chromebrowser/netflixbmc.

Hope you can help...
Reply
(2015-01-26, 07:44)deadman36g Wrote:
(2015-01-25, 14:59)imunone Wrote: Could you please try to add a series and post the error message from xbmclog in pastebin?
I can't find your problem...

I am not sure I understand by adding a series?

Sorry for my bad english skills. If you are trying to add a TV show to your xbmx Library out of your netflixbmc addon an error appeared.
But Corona fixed it in the latest release so don´t worry about.

@corona thank you for new update Smile
Reply
@corona - before I installed your fork of this add-on, the version I had condensed the "Viewing Activity"
Whereas, for TV series, it showed only the name of the TV show along with the last episode watched, rather than listing out every single episode viewed separately. Is there a setting I can change, or an alteration I can make somewhere that restores this feature?
Reply
Hi there,
I follow the instruction and install NetfliXBMC without any problem. However, when I open NetfliXBMC there is showing no profile eventhough my account is config more than one profile. There is no movies or TV shows if I click on the categories. Any suggestion or advice? Thanks in advance.

-QT
Reply
Hi,

I'm running on Ubuntu 13.10 - XBMC 14.
To get NetfliXBMC running I've installed Chrome (by sudo apt-get install google-chrome-stable)
I've installed the chrome launcher addon and the NetfliXBMC add-on.
In the configuration I filled in my email address and password. Single user account disabled since I have two profiles on my account.
Other settings are untouched.

When I'm trying to launch NetfliXBMC I get the window titled "Who's watching?".
I suppose this should give me the chance to choose my profile, however, nothing is showing up in this window.

Any suggestions on how to fix this?
Reply
Hi can someone help me please I can't get NetfliXBMC to autoplay, it always sends me to the browse page instead even though I don't have that option set in the add-on settings, I tried both internet explorer and chrome but I have to use internet explorer cause it seems to work better with netflixbmc and I'm using a second display for kodi, with chrome I can't get it to open on the second display when I click on a movie or a tv show to play.

Specs:
win 8.1 64bit
kodi

log:
23:24:32 T:9012 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f25%2f15%20-%20WWII%20in%20HD%3a%20%22Hard%20Way%20Back%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f2085%2f11922085.jpg&url=70184391
23:24:32 T:9012 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f25%2f15%20-%20WWII%20in%20HD%3a%20%22Hard%20Way%20Back%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f2085%2f11922085.jpg&url=70184391) failed
23:24:32 T:7256 NOTICE: Thread BackgroundLoader start, auto delete: false
23:24:57 T:9068 NOTICE: Thread LanguageInvoker start, auto delete: false
23:24:57 T:9068 NOTICE: -->Python Interpreter Initialized<--
23:24:57 T:9012 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f25%2f15%20-%20WWII%20in%20HD%3a%20%22Darkness%20Falls%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f2085%2f11922085.jpg&url=70184390
23:24:57 T:9012 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f25%2f15%20-%20WWII%20in%20HD%3a%20%22Darkness%20Falls%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f2085%2f11922085.jpg&url=70184390) failed
23:24:57 T:10396 NOTICE: Thread BackgroundLoader start, auto delete: false
23:25:35 T:11536 NOTICE: Thread JobWorker start, auto delete: true
23:25:55 T:10596 NOTICE: Thread LanguageInvoker start, auto delete: false
23:25:55 T:10596 NOTICE: -->Python Interpreter Initialized<--
23:25:59 T:11276 NOTICE: Thread BackgroundLoader start, auto delete: false
23:26:01 T:10480 NOTICE: Thread LanguageInvoker start, auto delete: false
23:26:01 T:10480 NOTICE: -->Python Interpreter Initialized<--
23:26:02 T:9012 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f24%2f15%20-%20Breaking%20Bad%3a%20Season%201%3a%20%22Pilot%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f7297%2f4177297.jpg&url=70196252
23:26:02 T:9012 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideoMain&name=1%2f24%2f15%20-%20Breaking%20Bad%3a%20Season%201%3a%20%22Pilot%22&thumb=https%3a%2f%2fscdn.nflximg.net%2fimages%2f7297%2f4177297.jpg&url=70196252) failed
23:26:02 T:10676 NOTICE: Thread BackgroundLoader start, auto delete: false
23:26:22 T:11664 NOTICE: Thread JobWorker start, auto delete: true
Reply
(2015-01-27, 04:34)steads Wrote: @corona - before I installed your fork of this add-on, the version I had condensed the "Viewing Activity"
Whereas, for TV series, it showed only the name of the TV show along with the last episode watched, rather than listing out every single episode viewed separately. Is there a setting I can change, or an alteration I can make somewhere that restores this feature?

That sounds like a good feature, I've thought that would be good to have. I had no idea it used to be possible.
Sorry I really don't know where to start looking for it though.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-01-27, 07:50)qonlinet Wrote: Hi there,
I follow the instruction and install NetfliXBMC without any problem. However, when I open NetfliXBMC there is showing no profile eventhough my account is config more than one profile. There is no movies or TV shows if I click on the categories. Any suggestion or advice? Thanks in advance.

-QT

In the settings for netflixbmc there's a couple of options to support multiple profiles and whether to ask for profile each time you start the plugin.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-01-26, 08:42)sideshowdad Wrote: Hi corona, i have read through several threads and I have seen my below error but not a resolution. You did ask if the the people where on a geo-blocking service but i never saw them reply etc.. I am on a geo-blocking (adfreetime) and hope that wont stop me from using netflixmbc.

As soon as i launch netflixbmc it fails to launch and reports a scirpt failure. Here it is...

01:24:32 T:1484 NOTICE: -->Python Interpreter Initialized<--
01:24:32 T:1484 NOTICE: URL: https://www.netflix.com/Login
01:24:33 T:1484 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
Traceback (most recent call last):
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 1129, in <module>
index()
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 166, in index
if login():
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 733, in login
content = load(urlMain+"/Login")
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 109, in load
r = session.get(url, verify=False).text
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 469, in get
return self.request('GET', url, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 457, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Kevin\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 420, in send
raise SSLError(e, request=request)
SSLError: [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLOConfusedslv3 alert handshake failure
-->End of Python script error report<--

I am running kodi 14 and the latest chromebrowser/netflixbmc.

Hope you can help...

Yeah there's a known problem in that python requests library is defaulting to using sslv3 but a number of services like adfreetime are blocking sslv3 due to security flaws.

I'm planning on trying the suggestions on http://lukasa.co.uk/2013/01/Choosing_SSL..._Requests/ to not use sslv3 when I get a chance.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 102

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