Sebastian Scheibner

Results 103 comments of Sebastian Scheibner

The most high level method should be used, so `SignalServiceMessageSender.sendGroupStory` should be the correct one. In the official clients all story messages are sent to predefined recipient lists, that's why...

Your exact command works for me. So it looks like something with the CDSI request might hang or dead lock. However it's strange that it works with the `signal-cli jsonRpc`...

I found the issue. The problem is that socat closes the connection before signal-cli can send the response. By default socat has a timeout of 0.5s after its input stream...

After registration you need to call the `verify` command with the verification code. Calling the register command too many times results in a rate limiting.

What do you get when you try to validate your phone number on this page (it's using the same phone number library as Signal): https://libphonenumber.appspot.com/

If the libphonenumber site says that the number is invalid, then it's not a signal-cli issue. Something with the number format is wrong.

I just had the same issue with another site. The passkey was created with KeePassXC and has neither `KPEX_PASSKEY_FLAG_BE` nor `KPEX_PASSKEY_FLAG_BS`. I can work around it by setting `KPEX_PASSKEY_FLAG_BS=0` or...

This could be supported similarly with an additional option `--text_mode=styled`. By default the message text shouldn't be interpreted or modified in any way. The styled mode could also interpret mentions...

Can you provide a verbose log of when this happens (`-vv`)? Especially the lines with `[Local Update]` and `[Remote Update]` would be interesting. I just fixed one issue that would...