Seit dem update von 2.0.18 auf 2.0.19 starten die Streams wieder.
Seit dem update von 2.0.17 auf 2.0.18 habe ich folgenden Fehler.
Python Alles anzeigen2020-05-04 21:59:51.545 T:16198 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 'ZAPIUrl' referenced before assignment Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.zattoo_hiq/plugin.py", line 25, in <module> import resources.lib.main as _main_ File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/main.py", line 34, in <module> from resources.lib.library import library File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/library.py", line 29, in <module> _zattooDB_ = ZattooDB() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zattooDB.py", line 105, in __init__ self.zapi=self.zapiSession() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.zattoo_hiq/resources/lib/zattooDB.py", line 129, in zapiSession if zapiSession.init_session(__addon__.getSetting('username'), __addon__.getSetting('password'), ZAPIUrl): UnboundLocalError: local variable 'ZAPIUrl' referenced before assignment -->End of Python script error report<-- 2020-05-04 21:59:51.605 T:16196 ERROR: GetDirectory - Error getting plugin://plugin.video.zattoo_hiq/ 2020-05-04 21:59:51.613 T:16014 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.zattoo_hiq/) failed