Folgendes Problem:
RPI2 Update auf aktuelle Version durchgeführt von: http://milhouse.libreelec.tv/builds/master/…07-g27a5673.tar
Danach über das ZIP das sandmann79 Repo aktiviert, bei der Installation des Amazon VOD Pluging bekomme ich folgende Fehlermeldung:
2019-11-08 20:58:30.823 T:536 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'urlparse'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.amazon-test/service.py", line 7, in <module>
from resources.lib.logging import Log
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/logging.py", line 9, in <module>
g = Globals()
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/singleton.py", line 14, in __call__
cls._instances[cls] = super(_Singleton, cls).__call__(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/common.py", line 56, in __init__
from urlparse import urlparse
ModuleNotFoundError: No module named 'urlparse'
-->End of Python script error report<--
Alles anzeigen
Für Hinweise zur Fehlerlösung bin ich dankbar.