hello
Just tried to connect my Harmony hub to my raspberry pi 3 with libreelec 8.0.1.
Unfortunately pairing aborts with this notification:
Bluetooth error - operation not permitted.
Here is the output of my kodi log after enabling bluetooth and trying to pair:
18:56:23.708 T:1548743584 ERROR: ## LibreELEC Addon ## bluetooth::adapter_info ## ERROR: (DBusException('The name :1.13 was not provided by any .service files',))
18:56:23.858 T:1548743584 ERROR: Traceback (most recent call last):
File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-RPi2.arm-8.0.1/LibreELEC-settings-6336f1e/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/bluetooth.py", line 150, in adapter_info
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.13 was not provided by any .service files
18:56:23.859 T:1548743584 ERROR: ## LibreELEC Addon ## bluetooth::menu_connections ## ERROR: (TypeError("int() argument must be a string or a number, not 'NoneType'",))
18:56:23.859 T:1548743584 ERROR: Traceback (most recent call last):
File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-RPi2.arm-8.0.1/LibreELEC-settings-6336f1e/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/bluetooth.py", line 425, in menu_connections
TypeError: int() argument must be a string or a number, not 'NoneType'
18:56:48.039 T:1548743584 ERROR: ## LibreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Operation not permitted)
18:56:48.039 T:1548743584 ERROR: None
Display More
I'm using the built-in bluetooth module.
Is this a known bug in current libreelec build or do you have any idea what's going wrong here?