Mein System Ubuntu 18.04.3 Kodi 19
Mein System habe ich komplett neu aufgesetzt. Die /home Partition wurde nicht gelöscht nur neu eingebunden.
common.plugin.cache + module.simple.downloader macht direkt nach der Kodi Installation Probleme und eine neu Installation ist nicht möglich, da diese abgebrochen werden.
Fehler Meldung;
2019-11-13 00:04:00.089 T:6616 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
Traceback (most recent call last):
File "/home/golle/.kodi/addons/script.common.plugin.cache/default.py", line 40, in <module>
run()
File "/home/golle/.kodi/addons/script.common.plugin.cache/default.py", line 30, in run
sys.path = [settings.getAddonInfo('path').decode('utf-8') + "/lib"] + sys.path
AttributeError: 'str' object has no attribute 'decode'
-->End of Python script error report<--
2019-11-13 00:04:00.209 T:6617 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 'cookielib'
Traceback (most recent call last):
File "/home/golle/.kodi/addons/script.module.simple.downloader/default.py", line 8, in <module>
import cookielib
ModuleNotFoundError: No module named 'cookielib'
-->End of Python script error report<--
Für jeden Rat wäre ich dankbar!