kevincar / bless

Cross-platform Bluetooth Low Energy Server Python Library
MIT License
86 stars 28 forks source link

Bless fails to launch on Raspberry Pi0 because of some security issue #69

Closed WouterJD closed 2 years ago

WouterJD commented 2 years ago

The problem Bless fails to launch on Linux with the error: txdbus.error.RemoteError: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.136" is not allowed to own the service "org.bluez.TestService" due to security policies in the configuration file

Reproduction Run an example script: server.py.

Expected behavior Working bless on Linux..

Screenshots See: https://pythonissues.com/issues/1750311

Desktop (please complete the following information):

Additional context Searching for the problem I got on pythonissues; copied here for reference - and of course an answer if there is any

kevincar commented 2 years ago

Closing because this is a duplicate of #60

WouterJD commented 2 years ago

sorry, overlooked that one