We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you don't have bluez installed on Ubuntu, you'll get:
bluez
dbus_next.errors.DBusError: The name org.bluez was not provided by any .service files
It can simply be installed with sudo apt-get install bluez on Debian/Ubuntu. A friendlier error might be nice.
sudo apt-get install bluez
(Just noting for other wandering souls: On Ubuntu for Raspberry Pi, you should also install pi-bluetooth.)
pi-bluetooth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you don't have
bluez
installed on Ubuntu, you'll get:It can simply be installed with
sudo apt-get install bluez
on Debian/Ubuntu. A friendlier error might be nice.(Just noting for other wandering souls: On Ubuntu for Raspberry Pi, you should also install
pi-bluetooth
.)The text was updated successfully, but these errors were encountered: