Kodi Community Forum

Full Version: Netflix Add-on [input-stream]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-12-30, 03:31)knappster Wrote: [ -> ]
(2018-12-30, 01:38)RocketGuy3 Wrote: [ -> ]
(2018-11-24, 20:57)COskier Wrote: [ -> ]I'm having same issue as Yamelia, log file error is "ERROR: CAddonInstallJob[plugin.video.netflix]: The dependency on script.module.pycryptodome version 3.4.3 could not be satisfied."

This is a fresh install of Ubuntu and a fresh install of Kodi. I am new to Kodi and intend to use this to replace an old Amazon Fire Stick that's starting to fail.

Digging around I can't quite figure out what I need to do to fix this. I have installed the Cryptdome python library as described in the github prereqs. Not sure what else to try?   
 I'm having the same issue, too (along with a couple other strange logs thrown in).

Logs here.I'm running Kodi 17.6, if that is important. Anyone have any ideas? :-(  

This netflix add-on only works on kodi 18. Can you try the latest daily?  
Ah, thanks for the info... I was afraid of that [guess I should have read something more thoroughly].

I've been afraid to update to 18 for fear of figuring out my HDHR setup all over again. Is 18 stable at this point?

EDIT: Nm, prob dumb question, just realized you suggested the daily build.
@RocketGuy3 I can't speak for the HDHR addon, but I've been using v18 since the first alpha release (April 2018, I think) in Linux and it's been stable for me.  I use it as a frontend for mythtv which uses a couple HDHR for live TV and, though.  It has been a better Frontend than mythtv's built-in frontend.
Updated to Kodi 18 RC4 today in order to test this plugin. The only version I could get to work was the pre-release of 0.14.0 posted yesterday (https://github.com/asciidisco/plugin.vid...-450505211). Some videos are only available in 480p though, otherwise playback seems to work just fine.
I installed Kodi 18.
netflix-0.14.0 ~ beta18 installed.
But HD doesn't open.
SD is opening.

How do I open it in HD?

The image appears as 960x540.
It works know after running the following commands:
Code:
pip install pycryptodome
and
Code:
pip install pycryptodomex
(2019-01-03, 02:13)polar_light Wrote: [ -> ]It works know after running the following commands:
Code:
pip install pycryptodome
and
Code:
pip install pycryptodomex

How and where?
I tried the version posted above but it didn't work. Using the latest RC version of Leia. I am in windows, so I'm unable to install pycryptodome through command line.. any answers?
(2018-12-19, 22:47)Huey Wrote: [ -> ]
(2018-12-15, 16:55)essam315 Wrote: [ -> ]
(2018-12-15, 16:09)Huey Wrote: [ -> ]Unfortunately the caphm version 0.14 beta 18 does not work anymore on the Millhouse alfa builds of LibreElec for raspberry. Returned to the 0.13.21 and that works (after a de-install with all settings removed). 
Using the 0.14beta18 pops a dialog saying so much as not ok and look in the log...
Tried to find something in the debug-log but it does not give anything useful? (would post it full but the netflix strings contain alot of privacy sensitive data...)
 
Think these are relevant bits:
14:44:54.655 T:1524618096   DEBUG: [plugin.video.netflix (0)] Executing POST request to http://www.netflix.com/api/msl/NFCDCH-LX...m/manifest
14:44:55.325 T:1524618096   DEBUG: [plugin.video.netflix (0)] Request took 0.090017s
14:44:55.325 T:1524618096   DEBUG: [plugin.video.netflix (0)] Request returned response with status 200
14:44:55.330 T:1524618096   DEBUG: [plugin.video.netflix (0)] Received encrypted chunked response
14:44:55.351 T:1524618096   ERROR: [plugin.video.netflix (0)] Full MSL error information:
14:44:55.358 T:1524618096   ERROR: [plugin.video.netflix (0)] {"result": {"errorDetails": "No message available", "errorDisplayMessage": "", "data": {"DEFINITION": {"PRESENTATION_TYPES": {"1": "PRIMARY", "0": "COMMENTARY", "2": "ASSISTIVE"}, "OPEN_CONNECT_SIGNALS": {"IS_HTTPS_SUPPORTED": "false"}, "OFFLINE_DOWNLOAD_DESCRIPTOR": {"QUALITY": "DEFAULT"}, "SUPPORTS_PREVIEW_CONTENT": true, "NETWORK_TYPE": "UNKNOWN", "INCOMPATIBLE_MEDIA_INCLUDED": false, "BRANCHED_CONTENT_REQUESTED": false, "trackId": 0, "CUSTOMER_DATA": {"RESTRICTED_BY_TESTER_TYPE": false, "STREAM_QUALITY": "UNSPECIFIED", "EXPERIENCE_TYPE": "regular",
... snip ... 
"REQUEST_CONTEXT_CLOCK_TIME": 1544881495, "REQUEST_CONTEXT_DEVICE_TYPE_ID": 781}, "errorExternalCode": 2206, "errorSubCode": 1331}, "success": false}

Anyone else experiencing this and hopefully has a solution?
(The pycrypto lib is supposed to be in the alfa builds and can not be installed with pip for that matter).
Try this fixed 0.14.1 it should work for you (not fixed by me, all credit goes to "jakermx" from GitHub), uninstall everything first (this is not an official release, i just gave the fixed release a new number to differentiate it from 0.14.0 beta 18).

https://mega.nz/#!ptcx1aZR!rVPoAd-WIApD1...GySB2fHof0


Hi, great, I will give this a try. Thx!


Ok, 14.1 worked great for a while. Now again errors... Probably something has changed again?
(2019-01-04, 22:41)Huey Wrote: [ -> ]
(2018-12-19, 22:47)Huey Wrote: [ -> ]
(2018-12-15, 16:55)essam315 Wrote: [ -> ]Try this fixed 0.14.1 it should work for you (not fixed by me, all credit goes to "jakermx" from GitHub), uninstall everything first (this is not an official release, i just gave the fixed release a new number to differentiate it from 0.14.0 beta 18).

https://mega.nz/#!ptcx1aZR!rVPoAd-WIApD1...GySB2fHof0


Hi, great, I will give this a try. Thx! 


Ok, 14.1 worked great for a while. Now again errors... Probably something has changed again? 
Try here, you can find "msl_data.json" in

C:\Users\Essam\AppData\Roaming\Kodi\userdata\addon_data\plugin.video.netflix


https://github.com/asciidisco/plugin.vid...-449839712
Yes, deleting the "msl_data.json" let Netflix work again.
(2019-01-04, 22:41)Huey Wrote: [ -> ]
(2018-12-19, 22:47)Huey Wrote: [ -> ]
(2018-12-15, 16:55)essam315 Wrote: [ -> ]Try this fixed 0.14.1 it should work for you (not fixed by me, all credit goes to "jakermx" from GitHub), uninstall everything first (this is not an official release, i just gave the fixed release a new number to differentiate it from 0.14.0 beta 18).

https://mega.nz/#!ptcx1aZR!rVPoAd-WIApD1...GySB2fHof0


Hi, great, I will give this a try. Thx!


Ok, 14.1 worked great for a while. Now again errors... Probably something has changed again?


Ok, disregard. After updates on libreelec alfa maybe it needed a full reinstall of the plugin. It now works again! (Btw delete of msl_data.json did not work for me on 14.1)
Hi all,

Is there any way to have 1080p in raspberry pi3B?
I've tried many of netflix addons from this thread with no luck.
Does anyone who have rspb pi3B can see on 1080p?
Running Beta 14. “Check your credentials”. They are fine (got an email), bur obviously the addon will not login.
(2019-01-08, 00:55)Ipaddle Wrote: [ -> ]Running Beta 14. “Check your credentials”. They are fine (got an email), bur obviously the addon will not login.
Try using this unofficial 0.14.1, uninstall beta 14 first.

https://mega.nz/#!ptcx1aZR!rVPoAd-WIApD1...GySB2fHof0
I am using Kodi 18 on Tinker Board S with the 0.14.1 and it runs but its very laggy.
When i play regular movies they play without problem even 2K, but netflix lags a lot. Anyway to fix this

This is my log https://paste.kodi.tv/ejadebicib.kodi