Kodi Community Forum
Release Netflix Add-on [input-stream] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release Netflix Add-on [input-stream] (/showthread.php?tid=329767)



RE: Netflix Add-on [input-stream] - redpinkoZ1917 - 2019-09-12

Kodi has been giving me an error that I cannot seem to find anyone else having "Entity used incorrect user authentication data type". Here is the relevant passage from the log file:
Quote:2019-09-11 17:52:56.983 T:140190744045312   ERROR: [plugin.video.netflix (0)] Full MSL error information:
2019-09-11 17:52:56.984 T:140190744045312   ERROR: [plugin.video.netflix (0)] {"entityauthdata": {"authdata": {"pubkeyid": "MSL_TRUSTED_NETWORK_SERVER_KEY", "identity": "Netflix"}, "scheme": "RSA"}, "errordata": "eyJpbnRlcm5hbGNvZGUiOjIwNTAzMywibWVzc2FnZWlkIjoyMzk4OTM1NTIxMjgxMzc2LCJlcnJvcmNvZGUiOjEsImVycm9ybXNnIjoiRW50aXR5IHVzZWQgaW5jb3JyZWN0IHVzZXIgYXV0aGVudGljYXRpb24gZGF0YSB0eXBlLiIsInRpbWVzdGFtcCI6MTU2ODI0OTU3Nn0=", "signature": "cKJgnSsyfrXv6k02rGMP1dfkfH0njwAFk9p9n1xCUoZFG8I1i98YYd+b8QBFQKLWItDQYr5WWFhagHwmDNmfDSuR2HjOBB313HXn5fn32UcqmjP/yLJdUUzlpBCxabW4u7ESaixiyrubfJLaUFUJRD00VsgfYoLl5A4U7SI6ycyLsWhqQinjEciZ7LfPStK6WBj4AD5HjF6tW9eGEiS2c5m45Dejdl31R/nGhUb+OZaMsthbiNSvR3+9miRQbjfmsJgSYUsvjWcV0TsbOFtSQC0PxsZjhdRxhqXn00eGghVNDarNAgB6xoRex9wjKzoixe3sk76vTFCHVBAhwsCb1A=="}
2019-09-11 17:52:56.985 T:140192300750976   DEBUG: ------ Window Init (DialogConfirm.xml) ------
2019-09-11 17:53:00.804 T:140192300750976   DEBUG: ProcessMouse: trying mouse action leftclick
2019-09-11 17:53:00.821 T:140192300750976 WARNING: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2019-09-11 17:53:01.125 T:140192300750976 WARNING: Previous line repeats 21 times.
2019-09-11 17:53:01.125 T:140192300750976   DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
2019-09-11 17:53:01.136 T:140190744045312   ERROR: [plugin.video.netflix (0)] Traceback (most recent call last):
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/http_server.py", line 47, in do_GET
                                                data = self.server.msl_handler.load_manifest(int(params['id'][0]))
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 41, in error_catching_wrapper
                                                return func(*args, **kwargs)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/common/misc_utils.py", line 238, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 109, in load_manifest
                                                manifest = self._load_manifest(viewable_id, g.get_esn())
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/common/misc_utils.py", line 238, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 195, in _load_manifest
                                                manifest_request_data, esn)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/common/misc_utils.py", line 238, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 245, in _chunked_request
                                                self._post(endpoint, self.request_builder.msl_request(request_data, esn)))
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/common/misc_utils.py", line 238, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 267, in _process_chunked_response
                                                return _raise_if_error(response.json())
                                              File "/home/redpinko/.kodi/addons/plugin.video.netflix/resources/lib/services/msl/msl_handler.py", line 290, in _raise_if_error
                                                raise MSLError(_get_error_details(decoded_response))
                                            MSLError: Entity used incorrect user authentication data type.
2019-09-11 17:53:01.136 T:140188694533888   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 500
2019-09-11 17:53:01.136 T:140188694533888   ERROR: CCurlFile::Open failed with code 500 for http://localhost:46513/manifest?id=70058023:
2019-09-11 17:53:01.136 T:140188694533888   ERROR: AddOnLog: InputStream Adaptive: Cannot download http://localhost:46513/manifest?id=70058023
2019-09-11 17:53:01.136 T:140188694533888   ERROR: AddOnLog: InputStream Adaptive: Could not open / parse mpdURL (http://localhost:46513/manifest?id=70058023)
2019-09-11 17:53:01.136 T:140188694533888   DEBUG: AddOnLog: InputStream Adaptive: Session::~Session()
2019-09-11 17:53:01.137 T:140188694533888   ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.netflix/play/movie/70058023/]

Thanks


RE: Netflix Add-on [input-stream] - redfred - 2019-09-12

im getting same error


RE: Netflix Add-on [input-stream] - chilman408 - 2019-09-12

(2019-09-12, 04:19)redfred Wrote: im getting same error

Same same, need a fix


RE: Netflix Add-on [input-stream] - redfred - 2019-09-12

(2019-09-12, 07:07)chilman408 Wrote:
(2019-09-12, 04:19)redfred Wrote: im getting same error

Same same, need a fix 

report this issue here https://github.com/CastagnaIT/plugin.video.netflix/issues/209


RE: Netflix Add-on [input-stream] - Leo2807 - 2019-09-12

same errors as above here too


RE: Netflix Add-on [input-stream] - pacobar - 2019-09-12

can´t install addon netflix by this mode. Error netflix. revise la informacion de registro.
I´ve uninstall netflix addon, castagnait repository, reboot but to no solution.
Anyone suggest something?
Thanks


RE: Netflix Add-on [input-stream] - pacobar - 2019-09-12

(2019-09-12, 11:17)pacobar Wrote: can´t install addon netflix by this mode. Error netflix. revise la informacion de registro.
I´ve uninstall netflix addon, castagnait repository, reboot but to no solution.
Anyone suggest something?
Thanks
Sorry. This is my logfile:


https://paste.kodi.tv/cemimudadu


Thanks in advance


Netflix Add-on [input-stream] - DarrenHill - 2019-09-12

@pacobar - I would suggest you actually read the forum rules (wiki) that you accepted and agreed to abide by when you signed up here. We offer no support for devices with banned addons (wiki) installed such as yours, as it's a violation of our piracy policy (wiki). Please remove them if you want help and support here.

The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.


RE: Netflix Add-on [input-stream] - hlloyge - 2019-09-12

+1 with Netflix problems. Log is HERE.


RE: Netflix Add-on [input-stream] - Daikath - 2019-09-12

Ugh anytime I think I have Kodi figured out.. I came here looking for a new Netflix build. Since for the fourth time or so the Netflix addon stopped.working out of the blue. I found the zip file for the CastagnaIT repository and downloaded 15.2.. but nothing played after I logged in..

I wanted to post my logfile so I went to the kodi logfile addon. But it didnt react as I selected it..

So my plan was to uninstall the kodi logfile asdon and then reinstall it.. But then the logfile program was nowhere to be found when I looked for it under Program repositories.. So I camt even get you a log file..

So is there a nice simple zip file link with a Netflix version which works? Im honestly very frustrated at how difficult this all is. I'm usually very tech savy but this keeps breaking when Im not in any mood to go troubleshooting.. I.know hobbyists maintain this but this is just getting too frustrating.


RE: Netflix Add-on [input-stream] - HalfEmptY - 2019-09-12

What was the Netflix plugin version that didn't have the h264 codec, and made use of the Vp9 codec for certain streams instead? That was the most stable version Ifor SD/HD IMO. The vp9 provided the best picture quality, perhaps revert the plugin while we wait for a viable solution. If you know that previous version number let us know.


RE: Netflix Add-on [input-stream] - Daikath - 2019-09-13

Okm. So I foudn out if I download source(zip). Ot gave me a zip file I could install and now I installed 15.1 and Netflix works again.

It keeps crashing when I try to remove items from my library and new ons I added wont appear in them. But for now I'm done fixing kodi. Netfliz work again which is good for me


RE: Netflix Add-on [input-stream] - raven6679 - 2019-09-13

(2019-09-13, 13:03)Daikath Wrote: Okm. So I foudn out if I download source(zip). Ot gave me a zip file I could install and now I installed 15.1 and Netflix works again.

It keeps crashing when I try to remove items from my library and new ons I added wont appear in them. But for now I'm done fixing kodi. Netfliz work again which is good for me

Could you provide a link to 15.1 zip?


RE: Netflix Add-on [input-stream] - User 334138 - 2019-09-13

(2019-09-13, 13:20)raven6679 Wrote:
(2019-09-13, 13:03)Daikath Wrote: Okm. So I foudn out if I download source(zip). Ot gave me a zip file I could install and now I installed 15.1 and Netflix works again.

It keeps crashing when I try to remove items from my library and new ons I added wont appear in them. But for now I'm done fixing kodi. Netfliz work again which is good for me

Could you provide a link to 15.1 zip? 

https://github.com/CastagnaIT/plugin.video.netflix/releases/tag/v0.15.1


RE: Netflix Add-on [input-stream] - webmaher - 2019-09-13

It works again because Netflix do something and not because of addon version...
On my Sony Android TV and my EON android box addon dont have this problems and work excellent in 4k HDR...