derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

exit status 2 #52

Open jensbodal opened 2 years ago

jensbodal commented 2 years ago

I just set up signal-cli and siggo on my ubuntu server to try it out. This is pretty awesome thank you.

Signal on my iPhone is the primary account. I added my signal-cli user with

signal link -n myname | tee >(xargs -L 1 qrencode -t utf8)

So I see this status message sometimes when I try to send a message, it seems like the flow is:

  1. Open siggo after it being stopped
  2. Send a message
  3. See exit status 2, the message also doesn't send and is removed from the chat
  4. Open Signal on my iPhone, send a message
  5. Wait for message to show up in siggo
  6. Once it shows up in siggo then I can send messages and it all seems to work fine. Eventually the chat will sync up but that can take a bit

I enabled debug mode but this didn't seem too helpful

time="2022-01-08T15:48:44-08:00" level=info msg="starting dbus daemon..."
time="2022-01-08T15:48:44-08:00" level=info msg="scanning stdout"
time="2022-01-08T15:48:46-08:00" level=error msg="exit status 2"
time="2022-01-08T15:48:46-08:00" level=debug msg="updating contact panel..."
derricw commented 2 years ago

Hey! Sorry I didn't see this! I will take a look at this tomorrow. Could you please let me know what version of signal-cli you are running? They change the API on me constantly and it breaks things ><

jensbodal commented 2 years ago
signal-cli 0.10.0

Great thanks. I’ve been running it in screen on my server and it’s been working great that way.