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] - YeahWhatever - 2021-03-26 Filter by language Is it possible to filter shows and movies by language somehow? I don't speak Korean. Or Turkish. Or Hindi. Or... I (personally) only want English and German language content, but I'm flooded with stuff that is meaningless for me, to the extent that Netflix practically unusable. RE: Netflix Add-on [input-stream] - estuary_enthusiast - 2021-03-30 Please support for Interactive Movies like Bandersnatch RE: Netflix Add-on [input-stream] - marcopt - 2021-04-01 Hello. For a problem I had to format my PC, When reinstalling the Netflix addon I can't activate it with any of the 2 options, neither with email and password, nor with NFAuthenticationKey for Windows. Not knowing how to proceed I ask for help here. I attach my log file https://paste.kodi.tv/uwujukuvob.kodi RE: Netflix Add-on [input-stream] - Solo0815 - 2021-04-01 (2021-04-01, 11:15)marcopt Wrote: Hello. For a problem I had to format my PC, When reinstalling the Netflix addon I can't activate it with any of the 2 options, neither with email and password, nor with NFAuthenticationKey for Windows. Not knowing how to proceed I ask for help here.Please be patient. A new version with the fix should come today or tomorrow: https://github.com/CastagnaIT/plugin.video.netflix/issues/1121 RE: Netflix Add-on [input-stream] - marcopt - 2021-04-01 (2021-04-01, 16:02)Solo0815 Wrote:No problem :-)(2021-04-01, 11:15)marcopt Wrote: Hello. For a problem I had to format my PC, When reinstalling the Netflix addon I can't activate it with any of the 2 options, neither with email and password, nor with NFAuthenticationKey for Windows. Not knowing how to proceed I ask for help here.Please be patient. A new version with the fix should come today or tomorrow: thanks for the reply. RE: Netflix Add-on [input-stream] - CaelThunderwing - 2021-04-01 is there a version that still works w/ 18.7? (they havent updated Kodi on RetroPie yet) RE: Netflix Add-on [input-stream] - ardasher - 2021-04-02 Hi. I got: 2021-04-02 08:11:25.598 T:4783 ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last): File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 193, in _perform_ipc_return_call result = _call(func, data) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 231, in _call return func(**data) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 142, in timing_wrapper return func(*args, **kwargs) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/session/access.py", line 89, in login_auth_data website.extract_session_data(self.get('browse'), validate=True, update_profiles=True) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 142, in timing_wrapper return func(*args, **kwargs) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/utils/website.py", line 87, in extract_session_data loco_root = falcor_cache['loco']['value'][1] KeyError: 'loco' 2021-04-02 08:11:25.608 T:5200 ERROR <general>: [plugin.video.netflix (9)] Traceback (most recent call last): File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper func(*args, **kwargs) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 252, in run success = route(pathitems) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 85, in lazy_login_wrapper if _check_valid_credentials(): File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 70, in _check_valid_credentials if not login(): File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/utils/api_requests.py", line 61, in login if password and common.make_call('login_auth_data', {'data': data, 'password': password}): File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 142, in timing_wrapper return func(*args, **kwargs) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 80, in make_call return make_addonsignals_call(callname, data) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 142, in make_addonsignals_call _raise_for_error(result) File "/home/ardasher/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 154, in _raise_for_error raise Exception(result['class'] + '\r\nError details:\r\n' + result.get('message', '--')) Exception: KeyError Error details: 'loco' Ubuntu 20.04.2 LTS Python 3.8.5 (default, Jan 27 2021, 15:41:15) Any idia? RE: Netflix Add-on [input-stream] - Atreyu - 2021-04-02 Something seems to have changed on initial login. I am being called 'loco' as well I can still get in through an existing shortcut. After watching something, an error about updating watched status is shown. RE: Netflix Add-on [input-stream] - CastagnaIT - 2021-04-02 Due to some website changes the add-on has broken The fixed version for Kodi 18 and 19 has been released today For Kodi 19 Matrix users: if you have previously updated the add-on manually by ZIP file, you may no longer receive the new add-on updates, then you will need to update manually from the add-on repository or as you prefer RE: Netflix Add-on [input-stream] - Atreyu - 2021-04-02 New version works fine, thanks :-D RE: Netflix Add-on [input-stream] - senna99 - 2021-04-02 Thanks a lot, everything work perfect RE: Netflix Add-on [input-stream] - senna99 - 2021-04-02 Thanks a lot, everything work perfect. RE: Netflix Add-on [input-stream] - bifbof - 2021-04-04 Hi there, I use the netflix-addon on Kodi 18 and a RasPi 3B+. Everything is going well, but i cannot fast forward or rewind. That has never been possible. I am therefore not sure whether it is the add-on or the hardware. short skips are possible (a few seconds), but when I try to skip minutes or more, the add-on hangs up and buffers endlessly... Does anyone know this problem? Did I set something wrong or is it just not possible (with setup Leia & RasPi 3B) to rewind and skip forward? RE: Netflix Add-on [input-stream] - estuary_enthusiast - 2021-04-07 Is possible the video stream automatically lower the resolution when the internet is slow and back to high resolution when internet is fine? Just like on YouTube RE: Netflix Add-on [input-stream] - murnaz - 2021-04-07 Thanks, everything work perfect again |