You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SdBusRequestNameInQueueError: Name request queued up.
Deprecations:
Moved all exceptions to sdbus.exceptions module.
For backwards compatibility old exceptions will be
available from the root module until the version 1.0.0.
Fixes:
Fixed autodoc adding dbus_method to dbus methods names
Fix async D-Bus name requests not raising appropriate exceptions.
Fixed request_default_bus_name being an async function.
For backwards compatibility it returns an awaitable that raises a warning.