Replies: 2 comments
-
|
I just ran into this also, not sure how to fix it either! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The account parameter must be specified for either the daemon command or the send command, but not both. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Started a signal-cli dbus daemon (version 0.13.16) via
signal-cli --config [configdir] --account +123456789 --output json daemon --dbusWorks fine, I receive messages sent to +123456789 (ofc using my real number here) perfectly fine.
So I assume that I registered to signal correctly.
But when I try to send via
signal-cli --config [configdir] --account +123456789 --dbus send --message "Test" +987654321while the dbus daemon is still running I get an error:
/org/asamk/Signal/_123456789 is not an object provided by this process.removing the
--dbusfrom the command above sends the message just fine - so I once again assume that I registered the signal-cli correctly to signal (btw. as linked device to a "real" signal client). But sending that way works only if I stop the dbus daemon first.Any hint what I might be missing here?
Thanks
Lukas
Beta Was this translation helpful? Give feedback.
All reactions