siggo
siggo copied to clipboard
exit status 2
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:
- Open siggo after it being stopped
- Send a message
- See exit status 2, the message also doesn't send and is removed from the chat
- Open Signal on my iPhone, send a message
- Wait for message to show up in
siggo - Once it shows up in
siggothen I can send messages and it all seems to work fine. Eventually the chat will sync up but that can take a bit
- Any idea if this is a normal behavior for starting up siggo?
- Should I be doing something to run this as a daemon or in screen so that I don't need to start/stop
siggo?
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..."
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 ><
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.