-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerszbusIssues/PRs related to zbus crateIssues/PRs related to zbus crate
Description
Hello,
When the connection fails for some reasons, it can be hard to trouble shoot for an inexperienced zbus developer. I'm raising this issue because I passed few days to troubleshoot a system connection failure. I have been able to find the issue by stepping in the code. I found that the system connection is derived from the DBUS_SYSTEM_BUS_ADDRESS environnemental variable and if the variable is not set, it's default to unix:path=/var/run/dbus/system_bus_socket
I propose that the connection error returns the Address as well the current IOError to know to which address zbus tries to connect to ease the troubleshooting.
Thank you
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerszbusIssues/PRs related to zbus crateIssues/PRs related to zbus crate