• 1
  • 60
  • 61
  • 62(current)
  • 63
  • 64
  • 224
Release Netflix Add-on [input-stream]
@NackteElfe witch link did you use for the beta22 ? because running windows 10 x64 also but over here its not working going to delete also wine pluggin maybe it will work then
Reply
I used the zip that was uploaded here: https://www.mediafire.com/folder/vifnw8v...4623j66c66
Reply
Wink 
@NackteElfe  thanks , works Big Grin   had to delete CDM folder in the kodi directory to get it to work
Reply
I was able to get the beta 21 fix working but the 22 just gave errors.  CDM folder?
Reply
(2019-03-08, 22:49)stefive83 Wrote: I applied the bugfix now the plugin is working again,
i decided not to do a daily build, but a new release: beta 22,
those who prefer to stay on the beta 21 version, i uploaded the beta 21 fixed
Thank you! Beta 21 fixed works for me, but I had to delete the cdm folder as reported above.

Can you tell us what the difference is between beta 21 and 22?
Reply
@SimonC  in windows 10 you find the CDM folder (wine)  in  C:/Users\Appdata/roaming/kodi/ here you will see the cdm folder delete that en then install the addon
Reply
(2019-03-08, 22:49)stefive83 Wrote: I applied the bugfix now the plugin is working again,
i decided not to do a daily build, but a new release: beta 22,
those who prefer to stay on the beta 21 version, i uploaded the beta 21 fixed
Beta 21 fixed works like a charm again. Thank you for your effort! Btw. I didn't need to delete any folder but I just upgraded one of your previous beta versions. What is the difference between Beta 21 fixed and Beta 22?
Reply
It Worked fine yesterday but getting index list errors now for some reason and keeps asking me for credentials.
Reply
Looks like netflix has a issue cant login to my account anymore on evry machine now not on my phone not xbox nowhere just have to keep waiting for it is solved again.
Reply
(2019-03-09, 12:15)grote345 Wrote: Looks like netflix has a issue cant login to my account anymore on evry machine now not on my phone not xbox nowhere just have to keep waiting for it is solved again.
 Are you trying to login when you launch Netflix or by getting into the add-on settings?
I was having some similar issues last night, even with the fixes posted above, but after I insisted, I managed to log in by going into the settings and entering there my account credentials, before I launch the actual add-on / app.
Reply
Getting H403 error on the moment
Reply
Beta 0.14.22 and Kodi 18.2 RC gives me the following error messages in kodi.log(Kodi itself just refers to the logfile) when starting a movie or episode in Netflix:



"2019-03-09 11:29:57.955 T:77872   ERROR: XFILE::CDirectory::GetDirectory - Error getting C:\Program Files (x86)\Kodi\addons\inputstream.adaptive\
2019-03-09 11:30:10.573 T:81492   ERROR: [plugin.video.netflix (0)] Traceback (most recent call last):
                                              File "C:\Users\kai\AppData\Roaming\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 "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\services\msl\msl_handler.py", line 41, in error_catching_wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\common\misc_utils.py", line 235, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\services\msl\msl_handler.py", line 116, in load_manifest
                                                return self.__tranform_to_dash(manifest)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\common\misc_utils.py", line 235, in timing_wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\services\msl\msl_handler.py", line 238, in __tranform_to_dash
                                                return convert_to_dash(manifest)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\services\msl\converter.py", line 33, in convert_to_dash
                                                default_subtitle_language_index = _get_default_subtitle_language(manifest)
                                              File "C:\Users\kai\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\services\msl\converter.py", line 246, in _get_default_subtitle_language
                                                subtitle_language = xbmc.convertLanguage(subtitle_language['value'], xbmc.ISO_639_1)
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in position 14: ordinal not in range(128)
2019-03-09 11:30:10.573 T:77872   ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 400
2019-03-09 11:30:10.573 T:77872   ERROR: CCurlFile::Open failed with code 400 for http://localhost:54747/manifest?id=70281339:
2019-03-09 11:30:10.573 T:77872   ERROR: AddOnLog: InputStream Adaptive: Cannot download http://localhost:54747/manifest?id=70281339
2019-03-09 11:30:10.573 T:77872   ERROR: AddOnLog: InputStream Adaptive: Could not open / parse mpdURL (http://localhost:54747/manifest?id=70281339)
2019-03-09 11:30:10.573 T:81492   ERROR: Traceback (most recent call last):
2019-03-09 11:30:10.573 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 290, in _handle_request_noblock
2019-03-09 11:30:10.573 T:77872   ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.netflix/play/show/70175633/season/70281338/episode/70281339/]
2019-03-09 11:30:10.573 T:77872  NOTICE: CVideoPlayer::OnExit()
2019-03-09 11:30:10.574 T:81492   ERROR:     self.process_request(request, client_address)
2019-03-09 11:30:10.574 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 318, in process_request
2019-03-09 11:30:10.574 T:81492   ERROR:     self.finish_request(request, client_address)
2019-03-09 11:30:10.574 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2019-03-09 11:30:10.574 T:81492   ERROR:     self.RequestHandlerClass(request, client_address, self)
2019-03-09 11:30:10.574 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 654, in __init__
2019-03-09 11:30:10.575 T:81492   ERROR:     self.finish()
2019-03-09 11:30:10.575 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\SocketServer.py", line 713, in finish
2019-03-09 11:30:10.575 T:81492   ERROR:     self.wfile.close()
2019-03-09 11:30:10.575 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\socket.py", line 283, in close
2019-03-09 11:30:10.575 T:81492   ERROR:     self.flush()
2019-03-09 11:30:10.576 T:81492   ERROR:   File "C:\Program Files (x86)\Kodi\system\python\Lib\socket.py", line 307, in flush
2019-03-09 11:30:10.576 T:81492   ERROR:     self._sock.sendall(view[write_offset:write_offset+buffer_size])
2019-03-09 11:30:10.576 T:81492   ERROR: error: [Errno 10053] En etablert tilkobling ble avbrutt av programvaren p� vertsmaskinen
Reply
Have a look at the screenshot.
For the time being, with this version of the add-on, and by logging in (only once) within the settings before I launch the Netflix app / add-on I have no issues on both Windows 10 and CoreElec (Linux version of Kodi on my AmLogic 905X TV box).

Hope this helps.

Image
Reply
(2019-03-09, 13:10)starkman Wrote: Have a look at the screenshot.
For the time being, with this version of the add-on, and by logging in (only once) within the settings before I launch the Netflix app / add-on I have no issues on both Windows 10 and CoreElec (Linux version of Kodi on my AmLogic 905X TV box).

Hope this helps.

Image
A response to my post? Where can I download versions pre 0.14?
Reply
(2019-03-09, 13:45)krl69 Wrote:
(2019-03-09, 13:10)starkman Wrote: Have a look at the screenshot.
For the time being, with this version of the add-on, and by logging in (only once) within the settings before I launch the Netflix app / add-on I have no issues on both Windows 10 and CoreElec (Linux version of Kodi on my AmLogic 905X TV box).

Hope this helps.

Image
A response to my post? Where can I download versions pre 0.14?   
A response to everyone.

Here is the zip: https://www116.zippyshare.com/v/kWlYdYna/file.html
Here is the repository (if you want automatic updates): https://github.com/kodinerds/repo/raw/ma...-1.0.1.zip
Github page: https://github.com/asciidisco/plugin.video.netflix
Reply
  • 1
  • 60
  • 61
  • 62(current)
  • 63
  • 64
  • 224

Logout Mark Read Team Forum Stats Members Help
Netflix Add-on [input-stream]14