Vielleicht kann jemand helfen und zwar wollte ich das Joyn Plugin nutzen. Hier nutze ich ArchLinux und zwar scheint es Probleme mit der neusten Python Version zu geben. Leider kann ich meine Python Version nicht downgraden.
In der neuen Python Version gibt es wohl das 'unescape' Atribut nicht mehr. Meine Kodi Version ist 19.1
Weiß da jemand von Euch mehr?
Die Fehlermeldung sieht so aus:
Code
2021-07-22 08:29:01.541 T:19626 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'HTMLParser' object has no attribute 'unescape'
Traceback (most recent call last):
File "/home/u0/.kodi/addons/plugin.video.joyn/default.py", line 12, in <module>
plugin.run(_pluginurl=argv[0], _pluginhandle=int(argv[1]) or -1, _pluginquery=argv[2], addon=_ADDON)
File "/home/u0/.kodi/addons/plugin.video.joyn/resources/lib/plugin.py", line 876, in run
channels(stream_type, title)
File "/home/u0/.kodi/addons/plugin.video.joyn/resources/lib/plugin.py", line 296, in channels
list_items.extend(get_list_items(channels['block']['assets'], override_fanart=default_fanart))
File "/home/u0/.kodi/addons/plugin.video.joyn/resources/lib/plugin.py", line 88, in get_list_items
channel_metadata = lib_joyn().get_metadata(response_item, 'TVCHANNEL')
File "/home/u0/.kodi/addons/plugin.video.joyn/resources/lib/lib_joyn.py", line 706, in get_metadata
metadata['infoLabels'].update({text_mapping_key: HTMLParser().unescape(data[text_key])})
AttributeError: 'HTMLParser' object has no attribute 'unescape'
-->End of Python script error report<--
2021-07-22 08:29:01.592 T:19626 INFO <general>: Python interpreter stopped
Alles anzeigen