• 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 224
Release Netflix Add-on [input-stream]
(2019-03-09, 13:51)starkman Wrote:
(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
Thanx! ✌
Reply
(2019-03-09, 12:45)krl69 Wrote: 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
tell me which TV series and which season/episode
and tell me what choice you put in the language subtitle language setting of kodi settings
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
(2019-03-09, 14:35)stefive83 Wrote:
(2019-03-09, 12:45)krl69 Wrote: 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
tell me which TV series and which season/episode
and tell me what choice you put in the language subtitle language setting of kodi settings  

Every TV series or movie and the preferred subtitle language is "Norwegian bokmål". But the error message pops up before the movie/episode starts. And for the record - the 0.13.21 version with the listing fix, is OK.
Reply
(2019-03-09, 16:38)krl69 Wrote:
(2019-03-09, 14:35)stefive83 Wrote:
(2019-03-09, 12:45)krl69 Wrote: 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
tell me which TV series and which season/episode
and tell me what choice you put in the language subtitle language setting of kodi settings   

Every TV series or movie and the preferred subtitle language is "Norwegian bokmål". But the error message pops up before the movie/episode starts. And for the record - the 0.13.21 version with the listing fix, is OK. 
I had problems similar to this last night, until I realized I was sitting behind a VPN and Netflix was blocking it.  Just wanted to mention it.
Reply
I'm a bit confused. I'm running Kodi 18 on W10 and as of a few days again getting the same lolomos error as others. I tried the fork fix but it hasn't resolved the issue. Does this fix relate to only certain installs or should it fix W10 add-on problems?
Reply
Have been blocked all day by Netflix due to kodi netflx addon if i login in on the Netflix kodi addon i can login but if i want to go to a show or movie in in my list or originals or other folder in the netflix addon on Kodi its saying i have to login again
If visit the netflix site in my chrome browser and i do a refresh i get alsmost directly a Netflix site error !!!
Reply
(2019-03-09, 13:57)krl69 Wrote: 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
Thanx!

I installed from github and its working now. No VPN, based in Australia.
Thanks!
Primary Sony 85" X8500F LED, Yamaha RX-V685, Odroid N2 4GB running CoreElec 19.4 RC1 (Kodi Matrix), SVS 5.1 Sound
Secondary Panasonic 50" ST50 Plasma, Pioneer AV916, Asus Chromebox running LibreElec (Kodi Leia)
Reply
Anyone else getting a "IndexError: list index out of range" error on startup? Everything works fine after dismissing it, still a little bit annoying.
Reply
(2019-03-10, 18:07)performation Wrote: Anyone else getting a "IndexError: list index out of range" error on startup? Everything works fine after dismissing it, still a little bit annoying.
No errors here with Beta 21 fixed version.

https://www.mediafire.com/folder/vifnw8v...4623j66c66
Reply
The problem of the menu_title error which made the menus inaccessible, should have been completely solved in latest DailyBuild (plugin.video.netflix_20190308build2.zip)

@krl69
Error fixed

@performation
Install lastest DailyBuild and if it still causes that error, place the log with kodi debug active
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply
My Raspberry Pi 3 stutters while doing 1080p video, is this normal?
Reply
(2019-03-11, 08:35)TheBinder Wrote: My Raspberry Pi 3 stutters while doing 1080p video, is this normal?

Here is what @wrxtasy has posted:
 
Quote:Android Kodi Leia devices with baked in L1 DRM can HW decode 1080 / 2160p Netflix.
(except Android - Mecool devices - L1 DRM or HDCP - appears to be blacklisted).
Netflix servers stream 1080p reliably as well.

Linux / LibreELEC / CoreELEC - Kodi Leia -->> AMLogic devices, and RPi I believe are limited to SW decoding 720p Netflix max.
Rockchip RK3399 and recent Intel / AMD devices will be able to SW decode 1080p Netflix.

However - yes- for some reason you can sometimes only get 960x540p streams from the Netflix servers. Seems unreliably with movies.
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
 Whats the link?
Reply
(2019-03-11, 10:49)docwra Wrote:
(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
 Whats the link? 
 https://www.mediafire.com/folder/vifnw8v...4623j66c66
Reply
(2019-03-10, 11:31)bym007 Wrote: [quote='krl69' pid='2831852' dateline='1552132645']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
Thanx!

I tried the GitHub and repository copies and still not working. I open Netflix and all I see is 'Files', 'Playlists' and 'Video addons'. Nothing Netflix related.
Reply
  • 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 224

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