LE9 - WiFi breaks if Kodi has multiple profiles

  • WiFi stops working once a second profile is added in Kodi. It seems to break the network management in the addon:

    Code
    ERROR: ## LibreELEC Addon ## connman::monitor::initialize_agent ## ERROR: (TypeError("'NoneType' object is not callable",))
    ERROR: Traceback (most recent call last):
    File "/home/user/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/LibreELEC-settings-0ec74f6/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/connman.py", line 1282, in initialize_agent
    File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object
    File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
    File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 175, in activate_name_owner
    File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 358, in get_name_owner
    File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 526, in _signal_func
    TypeError: 'NoneType' object is not callable


    Full log: http://ix.io/17dj

    I've been able to reproduce in GDPR-2 's amlogic builds and an unmodified build of git 5f87ae744 for RPi 2. It's working as expected in v8.2.5.

    RPi2 build was tested as a clean install, only settings changes were adding a second profile in Kodi.