Skip to content

Commit 9131096

Browse files
authored
Merge pull request #733 from f2calv/f2calv/troubleshooting-update
update troubleshooting docs
2 parents 3b7ade3 + ce5a95f commit 9131096

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

doc/TROUBLESHOOTING.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# The signal-cli-rest-api docker container won't start (signal_messenger_signal-cli-rest-api_1 exited with code 0)
1+
# Troubleshooting
2+
3+
## The signal-cli-rest-api docker container won't start (signal_messenger_signal-cli-rest-api_1 exited with code 0)
24

35
If your docker container stops with `signal_messenger_signal-cli-rest-api_1 exited with code 0`, make sure that the host port isn't already occupied by another process (see [here](https://github.com/bbernhard/signal-cli-rest-api/issues/2)).
46

5-
# Sending a message suceeds, but no message is sent
7+
## Sending a message suceeds, but no message is sent
8+
9+
According to [this](https://github.com/AsamK/signal-cli/issues/202) signal-cli ticket here, the receive endpoint needs to be called regularily. So, if sending a message seems to work, but no message is sent, please try to call the [Receive API endpoint](https://bbernhard.github.io/signal-cli-rest-api/#/Messages/get_v1_receive__number_).
10+
11+
## Cannot send message to group - please first update your profile
612

7-
According to [this](https://github.com/AsamK/signal-cli/issues/202) signal-cli ticket here, the receive endpoint needs to be called regularily. So, if sending a message seems to work, but no message is sent, please try to call the [Receive API endpoint](https://bbernhard.github.io/signal-cli-rest-api/#/Messages/get_v1_receive__number_).
13+
If you get this message, it means that you first need to [update your profile](https://bbernhard.github.io/signal-cli-rest-api/#/Profiles/put_v1_profiles__number_) to set a name (and optionally an avatar).
814

9-
# Cannot send message to group - please first update your profile
15+
## Cannot send message - "User xxxxxxxxxx is not registered"
1016

11-
If you get this message, it means that you first need to [update your profile](https://bbernhard.github.io/signal-cli-rest-api/#/Profiles/put_v1_profiles__number_) to set a name (and optionally an avatar).
17+
If you get this message, even after linking your Signal account, it could mean that the running container is starved of resources (memory/CPU) and executing its functions too slowly [more details](https://github.com/bbernhard/signal-cli-rest-api/issues/696#issuecomment-3170449881).

0 commit comments

Comments
 (0)