probleme mit common.plugin.cache + module.simple.downloader

  • 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!

  • Ab Kodi 19 wird Python 3 genutzt. Viele Addons sind noch nicht für Python 3 migriert, das bereitet an allen Ecken Probleme!

    Siehe z.B. hier: ModuleNotFoundError: No module named 'cookielib'
    Dazu: The cookielib module has been renamed to http.cookiejar in Python 3.

    Kodi 19 ist Alpha-Status und sollte deshalb nicht produktiv genutzt werden! Der Rat für dich wäre also Kodi 18.4 zu installieren! Wie kommst du überhaupt darauf? Ich meine du nutzt doch auch eine Ubuntu LTS Version...

  • danke für die Antwort werd mal kodi löschen und die 18 Version installieren.

    Das kam noch von der Inputstream Immigration somit hab ich aus Gewohnheit den nightly Schlüssel mit draufgepackt.

    Sorry, unnötiger Fehler, nicht mitgedacht :-/

    Danke jetzt funktioniert alles :)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!