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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
|
RE: Netflix Add-on [input-stream] - Germeleon - 2018-12-10 Hello @essam315 , I've already installed the v14, Beta18, so and "upgrade" to thr v14 won't help. I've cleared the caches, too. Any other ideas? RE: Netflix Add-on [input-stream] - daw13id - 2018-12-11 Can you send me this app so i can check it? RE: Netflix Add-on [input-stream] - daw13id - 2018-12-11 (2018-12-10, 15:25)webmaher Wrote: @daw13id my Kaon MKSTB 6020 android box have Widevine L1 but cant play anything… i got also error widevine cryptokey...see LOG fileCan you please send me this app so i can check if it works on my device? RE: Netflix Add-on [input-stream] - webmaher - 2018-12-11 I dont remember which version i use because i deleted…. Here you have all versions… try maybe with first in year 2017... if no go then go back... I used this only to get ESN number… for me the only options is Netflix addon for Kodi because I cant watching without subtitles… and of course at least HD quality… I get lucky to have Sony Android TV where addon work almost perfect and I can watch in 4k HDR quality... RE: Netflix Add-on [input-stream] - murphya - 2018-12-11 I've installed the latest 0.13.21 on Kodi 18.0 RC3 nightly running on Ubuntu 18.04 (I have to use a nightly to enable the inputstream addon) When I start the netflix addon it reports this error to the log: 10:18:15.829 T:139950749713344 ERROR: Control 55 in window 10025 has been asked to focus, but it can't 10:18:16.995 T:139948596209408 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 111] Connection refused> Traceback (most recent call last): File "/home/kodi/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module> NAVIGATION.router(paramstring=REQUEST_PARAMS) File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped result = func(*args, **kwargs) File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 123, in router options = self.before_routing_action(params=params) File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped result = func(*args, **kwargs) File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 867, in before_routing_action 'method': 'is_logged_in'})) File "/home/kodi/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 1053, in call_netflix_service data = urllib2.urlopen(full_url).read() File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 429, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 447, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open raise URLError(err) URLError: <urlopen error [Errno 111] Connection refused> -->End of Python script error report<-- I can see that call_netflix_service() in Navigation.py is failing, as far as I can tell it's calling a local netflix proxy that is supposed to be listening on localhost, the default port is 8001 (I can't see this overridden anywhere) but nothing is listening on this port. I've tried re-installing a totally clean OS in a new VM with a clean install of kodi and get the same error. Any suggestions on what might stop that from running? RE: Netflix Add-on [input-stream] - CiNcH - 2018-12-11 Netflix add-on currently causes Kodi to crash on Android TV. Here is a logcat of the incident. Code:
RE: Netflix Add-on [input-stream] - ryadre - 2018-12-11 If it helps anyone, I am using version 0.13.19 on Kodi 18 RC1 on windows, Shield android TV, and on Raspberry Pi3 libreelec. I think I have mine all set to 720p if that makes a difference. The kids /other users section work as well. I got it from a post here maybe a week ago. RE: Netflix Add-on [input-stream] - murphya - 2018-12-11 (2018-12-11, 12:32)murphya Wrote: I've installed the latest 0.13.21 on Kodi 18.0 RC3 nightly running on Ubuntu 18.04 (I have to use a nightly to enable the inputstream addon)FYI I found the issue on the source git repo. It was missing the pycryptodome dependency, which is meant to be installed as a dependancy by kodi but shows as "not available". Strangely even though this is a vital component this is not a fatal failure for the install process, it reports success. By running `pip install --user pycryptodomex` on the command line netflix now works. RE: Netflix Add-on [input-stream] - r0ck0 - 2018-12-14 Everything is working great except some movies/tvshows are not offered in 1080 only 540 SD. Why is that? I'm using nvidia shield and in the bottom right of the skin it shows either 1080, 720, or 540 for resolution of the show. The 540 res is usually on the more popular movies like black panther and thor. Why is this and what can I do to fix it? RE: Netflix Add-on [input-stream] - essam315 - 2018-12-14 (2018-12-14, 05:47)r0ck0 Wrote: Everything is working great except some movies/tvshows are not offered in 1080 only 540 SD. Why is that? I'm using nvidia shield and in the bottom right of the skin it shows either 1080, 720, or 540 for resolution of the show. The 540 res is usually on the more popular movies like black panther and thor. Why is this and what can I do to fix it?If you are using Netflix plugin 0.13.21, some of the movies and TV shows with the tag 540 are actually in 1080P when you play them, and the movies with the tag 720 are usually in 480p. RE: Netflix Add-on [input-stream] - Huey - 2018-12-15 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/cadmium/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). RE: Netflix Add-on [input-stream] - essam315 - 2018-12-15 (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).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-WIApD1PbCNzAjHrlKcLKSiRr6EGySB2fHof0 RE: Netflix Add-on [input-stream] - r0ck0 - 2018-12-15 (2018-12-14, 06:49)essam315 Wrote:I'm using a 14.beta you posted, forgot which one. It fixed the issue with adding/removing items from my list. I didn't check with 13.21 which I was using if the SD played in HD. Anyway to combine the best of both?(2018-12-14, 05:47)r0ck0 Wrote: Everything is working great except some movies/tvshows are not offered in 1080 only 540 SD. Why is that? I'm using nvidia shield and in the bottom right of the skin it shows either 1080, 720, or 540 for resolution of the show. The 540 res is usually on the more popular movies like black panther and thor. Why is this and what can I do to fix it?If you are using Netflix plugin 0.13.21, some of the movies and TV shows with the tag 540 are actually in 1080P when you play them, and the movies with the tag 720 are usually in 480p. RE: Netflix Add-on [input-stream] - essam315 - 2018-12-15 (2018-12-15, 20:43)r0ck0 Wrote:Almost everything important in 0.13.21 is in 0.14.0 beta, use this one 0.14.1, in 0.14.0 the tags are right, 540 means 540, to play all Netflix contents in 1080P you must use Netflix app for windows 10 (maybe other official apps in other devices work on 1080P for all the contents).(2018-12-14, 06:49)essam315 Wrote:I'm using a 14.beta you posted, forgot which one. It fixed the issue with adding/removing items from my list. I didn't check with 13.21 which I was using if the SD played in HD. Anyway to combine the best of both?(2018-12-14, 05:47)r0ck0 Wrote: Everything is working great except some movies/tvshows are not offered in 1080 only 540 SD. Why is that? I'm using nvidia shield and in the bottom right of the skin it shows either 1080, 720, or 540 for resolution of the show. The 540 res is usually on the more popular movies like black panther and thor. Why is this and what can I do to fix it?If you are using Netflix plugin 0.13.21, some of the movies and TV shows with the tag 540 are actually in 1080P when you play them, and the movies with the tag 720 are usually in 480p. https://mega.nz/#!ptcx1aZR!rVPoAd-WIApD1PbCNzAjHrlKcLKSiRr6EGySB2fHof0 RE: Netflix Add-on [input-stream] - r0ck0 - 2018-12-16 (2018-12-15, 20:59)essam315 Wrote:Thanks, using an nvidia shield if that makes any difference.(2018-12-15, 20:43)r0ck0 Wrote:Almost everything important in 0.13.21 is in 0.14.0 beta, use this one 0.14.1, in 0.14.0 the tags are right, 540 means 540, to play all Netflix contents in 1080P you must use Netflix app for windows 10 (maybe other official apps in other devices work on 1080P for all the contents).(2018-12-14, 06:49)essam315 Wrote: If you are using Netflix plugin 0.13.21, some of the movies and TV shows with the tag 540 are actually in 1080P when you play them, and the movies with the tag 720 are usually in 480p.I'm using a 14.beta you posted, forgot which one. It fixed the issue with adding/removing items from my list. I didn't check with 13.21 which I was using if the SD played in HD. Anyway to combine the best of both? |