-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
scli fails to initialize daemon and won't send messages #195
Comments
The
starts scli without errors, but it still hangs on initializing daemon.
However, when I try to send a message, the
|
After resetting the dbus address environment variables, I'm not getting
|
The You can use |
When I run
The logs have a little more information.
Running I've read the MacOS DBus guide on the WIKI and have the environment variables set correctly.
|
That's an issue with DBus on macOS then. I see back here you did get |
I can unfortunately confirm this issue verbatim on the new M2 Air. I seem to have no problems on my Arch though, so thank you for the fun tool and your hard work. |
I did finally get this to work. The issue is definitely with This works for me on fish, I would expect something similar to work on zsh or bash.
|
Thanks @scottwn! |
Signal-cli is working for me while specifying the session bus. Running this command succeeds.
Logs show successful operation.
However, scli hangs on "initializing daemon" when I pass the daemon command to scli, like this:
Logs show a
NullPointerException
coming from signal-cli, despite confirmation that the daemon command is correct.The text was updated successfully, but these errors were encountered: