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
from dbus_next.aio import MessageBus import asyncio loop = asyncio.get_event_loop() async def main(): bus = await MessageBus().connect() loop.run_until_complete(main())
First time using this library. Tried the example code above and got
Exception has occurred: InvalidAddressError address option did not contain a value
I double checked dbus daemon is running:
$ service --status-all [ + ] acpid [ - ] anacron [ + ] avahi-daemon [ - ] console-setup.sh [ + ] cron [ + ] dbus [ + ] docker [ - ] grub-common [ - ] hwclock.sh [ + ] irqbalance [ + ] kerneloops [ - ] keyboard-setup.sh [ + ] kmod [ + ] procps [ - ] rsync [ + ] smartmontools [ + ] ssh [ + ] udev [ - ] uuidd
Any clue what's going on here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First time using this library. Tried the example code above and got
I double checked dbus daemon is running:
Any clue what's going on here?
The text was updated successfully, but these errors were encountered: