Beiträge von EdavidDiaus

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/

    Hello, i have a problem with the addon with kodi "21.2" addon version "3.1.0+matrix.4" kodi log is:

    2025-04-30 11:06:37.623 T:1304 info <general>: [service.rpm 3.1.0+matrix.4]: OS ID is libreelec 12.0
    2025-04-30 11:06:38.116 T:1299 info <general>: [ script.embuary.helper ] Service: Started
    2025-04-30 11:06:38.116 T:1299 info <general>: [ script.embuary.helper ] Service: Player monitor started
    2025-04-30 11:06:38.308 T:1303 info <general>: SETTINGS: <module> # ## LibreELEC Addon ## 12.0
    2025-04-30 11:06:38.449 T:1303 info <general>: SETTINGS: set_keyboard_layout # Settings keyboard layout: es
    2025-04-30 11:06:38.450 T:1303 info <general>: SETTINGS: set_keyboard_layout # Found keyboard layout: /usr/lib/keymaps/es/es.bmap
    2025-04-30 11:06:38.450 T:1303 info <general>: SETTINGS: set_keyboard_layout # Executing loadkmap < /usr/lib/keymaps/es/es.bmap
    2025-04-30 11:06:38.654 T:1304 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: 'bool' object has no attribute 'lower'
    Traceback (most recent call last):
    File "/storage/.kodi/addons/service.rpm/service.py", line 328, in <module>
    service()
    File "/storage/.kodi/addons/service.rpm/service.py", line 215, in service
    flags = getStatusFlags(isUSR)
    ^^^^^^^^^^^^^^^^^^^^^
    File "/storage/.kodi/addons/service.rpm/service.py", line 197, in getStatusFlags
    _flags = isUSR | getPvrStatus() | getEpgStatus() | getProcessStatus() | getNetworkStatus() | \
    ^^^^^^^^^^^^^^
    File "/storage/.kodi/addons/service.rpm/service.py", line 147, in getEpgStatus
    if not str2bool(getProperty('epg_exec_done')):
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/storage/.kodi/addons/service.rpm/resources/lib/tools.py", line 56, in str2bool
    return True if value.lower() == 'true' else False
    ^^^^^^^^^^^
    AttributeError: 'bool' object has no attribute 'lower'
    -->End of Python script error report<--
                                                      
    It seems to be a python error and addon is not working

    Greetings