Kodi Community Forum

Full Version: Netflix Add-on [input-stream]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i too receive the 'lolomos' error, i'm running libreelec 9.0.1 on mecool m8s pro+ (amlogic S905X), here is my kodi.log file: https://paste.kodi.tv/guletunelu.kodi
Same here Sad
(2019-03-07, 16:43)Dobbytwisted Wrote: [ -> ]Bah, I finally get it working and get the same error as everyone else lolomos fml netflix. Screw it lol just ordered a nvidia shield. I'll just use my pi as a hotspot for it.
 You wont regret it, the shield is the gold standard device for Kodi Wink
Me too guys. I have the key error : lolomos.
Running version 0.14.0 beta 20 with Kodi Leia 18.1 and win10 x64
Non of the netflix kodi addons work tried them all , all the same netflix blocked it or did something strange is the regulair was not updated and still works also the original neflix app in the windows store is still working with out any issue also that one has not been updated.
(2019-03-07, 17:28)docwra Wrote: [ -> ] You wont regret it, the shield is the gold standard device for Kodi Wink

Good to hear, should be here tomorrow cant wait. I also have a 2tb hdd loaded with all my DVDs hopefully it will work with it and plex. Main thing is Netflix, paying for a service I can no longer use because I'm rooted. Plus some new Netflix originals coming out soon I wanna see. So yes cant wait.
Yep, same error lolomos here.
probably all versions of the plugin will not work anymore
netflix has changed the request string to get the menu list
I'm going to do some tests in the next few days
Raspberry newb here, and I finally got Netflix to work with Kodi yesterday. Set it all up with Norwegian speech as default, and plugged it into my kids TV/room. They were ecstatic!
Then today while making dinner, I hear them screaming "DADDDDDYYYYY! IT'S NOT WORKING!!"..

My question is this; I'm guessing there will be some updates in the near future, trying to fix this. However, I downloaded a clone of "https://github.com/asciidisco/plugin.video.netflix" and SSH'ed the zip to my RPi, and installed the .zip through Kodi (install from zip-file). Not through a repository. Will I have to manually check https://github.com/asciidisco/plugin.video.netflix each day until a fix/update is released, then manually copy and install the plugin in Kodi again, each time another fix comes out?
Or is there some way to make Kodi auto update from https://github.com/asciidisco/plugin.video.netflix when launched?

PS: Yesterday my Kodi was v. 18.1 Leiia, today it's v18.2 Leia. Does that have any significance for the Netflix plugin? I know some jumps from versions in Kodi screws with some add-ons, but I'm guessing that's more often with big updates, like from v17 to v18, and so on..? I'm just asking, because I'm getting the feeling that the Netflix addon seems a bit fragile, everything has to be perfect in order for it to work, it seems. So I'm just scared that any changes I make, will screw it up somehow..
Or is it safe to assume and have faith in the plugin developers that they will update their plugins as fast as possible to work with whatever the newest build of Kodi is..?

Any response would be greatly appreciated!

 - donkeyhigh
This issue is effecting every plugin for Netflix on Kodi.  It is not just you @donkeyhigh - I installed a couple boxes at friends houses day before yesterday only to get down there and have netflix broken.  It happened within 24 hours of me finishing my image.

=(
Having experience with flix2kodi, I figured it was just a matter of time until this happened. Would be nice if Netflix provided some form of official support for kodi.

Can anyone tell me if the asciidisco plugin is officially no longer in development? That's what I currently have installed.
TIA
Updated the first post about the breakage, will update again if anyone manages a fix.
I'm encountering this issue with asciidisco netflix plugin:
Quote:2019-03-07 19:12:22.834 T:1937151296   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2019-03-07 19:12:29.258 T:1374671728   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnboundLocalError'>
                                            Error Contents: local variable 'preselected_list_item' referenced before assignment
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
                                                NAVIGATION.router(paramstring=REQUEST_PARAMS)
                                              File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped
                                                result = func(*args, **kwargs)
                                              File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 158, in router
                                                return self.show_video_lists(widget_display=widget_display)
                                              File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 565, in show_video_lists
                                                widget_display=widget_display)
                                              File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/KodiHelper.py", line 393, in build_main_menu_listing
                                                preselected_list_item = idx + 1 if self.get_main_menu_selection() == 'search' else preselected_list_item
                                            UnboundLocalError: local variable 'preselected_list_item' referenced before assignment
                                            -->End of Python script error report<--
2019-03-07 19:12:29.648 T:1374671728 WARNING: CPythonInvoker(11, /storage/.kodi/addons/plugin.video.netflix/addon.py): the python script "/storage/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE


Is this also related to what you guys are seeing?
FIX FOUND.

https://github.com/asciidisco/plugin.vid...-470717401

Install this Fork and it will get you back up and running!  https://github.com/xLAva/plugin.video.ne...ListingFix

xLAva figured it out.  <333
(2019-03-08, 00:17)mr_tbot Wrote: [ -> ]FIX FOUND.

https://github.com/asciidisco/plugin.vid...-470717401

Install this Fork and it will get you back up and running!  https://github.com/xLAva/plugin.video.ne...ListingFix

xLAva figured it out.  <333
 Thanks for replying it.

Is this on another repository from the original asciidisco? I couldn't find it.

PS: Nevermind it. I figured it out. I can also confirm the Netflix addon it is working again.