Am Samstag (06.09.25) Vormittag werde ich ein Update der Forensoftware (inkl. aller Plugins) durchführen. Das Forum wird deshalb auf unbestimmte Zeit nicht verfügbar sein. Neuigkeiten wird es im Matrix Chat geben: https://www.kodinerds.net/thread/79927-freischaltung-matrix-chat/
Auch das Sportdeutschland.tv plugin macht wieder Probleme. Einige (nicht alle) Livestreams werden mit Fehlermeldung "Die Stream-Url auf der Webseite von *sportdeutschland.tv* ist OFFLINE !!!" gar nicht erst gestartet. Die betreffenden Streams sind aber sehr wohl von der Webseite "sportdeutschland.tv" aus abrufbar. Ich hab keine Ahnung was da schiefläuft. Im Anhang ein Log-Ausschnitt (Libreelec 10.0.1 (Kodi 19.3 (Matrix) auf einem RasPi4).
Bitteschön. Hab festgestellt, das es auf einem Linux-PC mit Matrix funktioniert. Die Probleme gibts nur mit Leia auf den Raspis (das Log ist von einem Pi4).
Auszug vom Log:
Code
2021-10-02 17:51:50.610 T:2440790848 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xe2 in position 60: ordinal not in range(128)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.sportdeutschland_tv/default.py", line 74, in <module>
run()
File "/storage/.kodi/addons/plugin.video.sportdeutschland_tv/default.py", line 60, in run
navigator.listVideos(url, page, limit, position, excluded, wanted, extras)
File "/storage/.kodi/addons/plugin.video.sportdeutschland_tv/resources/lib/navigator.py", line 206, in listVideos
plot = Note_1+Note_2+Note_3
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 60: ordinal not in range(128)
-->End of Python script error report<--
2021-10-02 17:51:50.711 T:2432398144 ERROR: GetDirectory - Error getting plugin://plugin.video.sportdeutschland_tv/?extras=allowed&mode=listVideos&url=https%3a%2f%2fapi.sportdeutschland.tv%2fapi%2ffrontend%2fhome%2fnext-livestreams%3f
2021-10-02 17:51:50.724 T:3011286400 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sportdeutschland_tv/?extras=allowed&mode=listVideos&url=https%3a%2f%2fapi.sportdeutschland.tv%2fapi%2ffrontend%2fhome%2fnext-livestreams%3f) failed
Hallo, bin neu hier. Bei Sportdeutschland.TV (Lite) v2.0.5 geht jetzt gar nichts mehr. Ist das nur bei mir so (LibreELEC 9.2.8/Kodi 18.9 auf Raspi3)? Im Log finde ich dazu immer einen GetDirectory-Fehler:
"UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 60: ordinal not in range(128)" plot = Note_1+Note_2+Note_3
irgendwo (Zeile 206) bei listVideos in navigator.py...