v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0)
Netflix and TVNOW works with #0219, thank you very much for that! :-)

A not so important problem: The addon "Picture Slideshow Screensaver" always shows video fanart. I set up a photo directory where it should show my own photos. This is completely ignored. And the third option "music fanart" does not work, too. Only a loading screen is shown.

Two other addons also have problems and throw errors in the log:

Code:
2020-02-20 09:43:15.219 T:1238   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'NameError'>
                                            Error Contents: name 'unicode' is not defined
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.library.data.provider/service.py", line 181, in <module>
                                                Main()
                                              File "/storage/.kodi/addons/service.library.data.provider/service.py", line 49, in __init__
                                                self._fetch_random()
                                              File "/storage/.kodi/addons/service.library.data.provider/service.py", line 66, in _fetch_random
                                                LIBRARY._fetch_random_movies()
                                              File "/storage/.kodi/addons/service.library.data.provider/resources/lib/library.py", line 212, in _fetch_random_movies
                                                return self._fetch_items(useCache, prefix, query_random_movies)
                                              File "/storage/.kodi/addons/service.library.data.provider/resources/lib/library.py", line 66, in _fetch_items
                                                rv = queryFunc()  # Must return a unicode string (json-encoded data)
                                              File "/storage/.kodi/addons/service.library.data.provider/resources/lib/library.py", line 211, in query_random_movies
                                                return self.json_query("VideoLibrary.GetMovies", unplayed=unplayed_flag, sort=sort)
                                              File "/storage/.kodi/addons/service.library.data.provider/resources/lib/library.py", line 203, in json_query
                                                return unicode(rv, 'utf-8', errors='ignore')
                                            NameError: name 'unicode' is not defined
                                            -->End of Python script error report<--
2020-02-20 09:43:15.220 T:1226  NOTICE: PVR Manager: Starting
2020-02-20 09:43:15.337 T:1241   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'NameError'>
                                            Error Contents: name 'unicode' is not defined
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.skin.widgets/default.py", line 804, in <module>
                                                Main()
                                              File "/storage/.kodi/addons/service.skin.widgets/default.py", line 67, in __init__
                                                self._fetch_info_randomitems()
                                              File "/storage/.kodi/addons/service.skin.widgets/default.py", line 140, in _fetch_info_randomitems
                                                self._fetch_movies('RandomMovie')
                                              File "/storage/.kodi/addons/service.skin.widgets/default.py", line 178, in _fetch_movies
                                                json_query = unicode(json_query, 'utf-8', errors='ignore')
                                            NameError: name 'unicode' is not defined
                                            -->End of Python script error report<--

I guess that I would need to talk to the plugin authors. Just wanted to bring it up here anyway. ;-)
Reply


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - by Roi Danton - 2020-02-20, 15:18
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 19.0)3