mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-01 06:28:11 +00:00
Troubleshooting
parent
415a4d5aa2
commit
2ba82c959e
@ -103,6 +103,15 @@ exit 0;
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
#### Cannot Resolve Session Bus Address
|
||||
#### DBus exception when starting daemon
|
||||
|
||||
$ signal-cli daemon
|
||||
org.freedesktop.dbus.exceptions.DBusException: Cannot Resolve Session Bus Address
|
||||
...
|
||||
|
||||
Environment variable `DBUS_SESSION_BUS_ADDRESS` needs to be set. See [#258](https://github.com/AsamK/signal-cli/issues/258) and this [blog post](https://antranigv.am/weblog_en/posts/freebsd-signal-cli-scli/) for setting it on BSD.
|
||||
--- OR ---
|
||||
|
||||
org.freedesktop.dbus.exceptions.DBusException: Failed to connect to bus: No such file or directory
|
||||
...
|
||||
|
||||
Environment variable `DBUS_SESSION_BUS_ADDRESS` needs to be set. See [#394](https://github.com/AsamK/signal-cli/issues/394) and links to other issues in it.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user