Replies: 1 comment
-
Hi @R0Y4LTS, Basically, what you see is actually several attempts to send your message to invalid numbers. |
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
-
After recognizing that my smart home central (Raspi 3) wasn't able to send signal messages anymore, I had to change to v11.11 from v11.06 due to a new signal server api version.
After the update it still couldn't send messages. I use this Python script based on the example script.
So calling the script with
python Send_signal_msg.py "Message", +XXX
didn't work.
Surprisingly
signal-cli --dbus-system send -m "Message" +XXX
worked.
After starting the daemon in verbose mode to debug that behavior both methods worked.
Any ideas? Has anybody observed this?
Looks like a timing issue to me.
Beta Was this translation helpful? Give feedback.
All reactions