Replies: 3 comments
-
|
New findings: Figured the guide doesn't have the command "systemctl start signal-cli.service". However, when I run that, I get below error. `signal-cli.service - Send secure messages to Signal clients May 04 08:23:25 systemd[1]: Starting Send secure messages to Signal clients... |
Beta Was this translation helpful? Give feedback.
-
|
I had a similar error about user being not registered. |
Beta Was this translation helpful? Give feedback.
-
|
The wiki instructions are out of date for sure, at the very least they need to be updated. Ideally with instructions how to remove the old signal.service files. I personally get an error like:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks.. Been trying for 2 days with no luck...
Trying to get Dbus run on system bus so I can have my another application (.net based if it matters) issue Send messages.
However I have been stuck with various issues.
Guide followed: https://github.com/AsamK/signal-cli/wiki/DBus-service
Command: dbus-send --system --type=method_call --print-reply --dest="org.asamk.Signal" /org/asamk/Signal org.asamk.Signal.sendMessage string:"Test message" array:string: string:+1234567890
Error: Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Note: I tried restarting several times with no luck. I must be missing something very basic. Any help is appreciated.
PS: I do not have any issues running "signal-cli" commands directly. Dbus is what's failing for me.
Beta Was this translation helpful? Give feedback.
All reactions