The problem
When attempting to add a member that's not a registered Signal user, the API responds with HTTP 204, the same as when adding a registered Signal user successfully.
With logs set to debug I can see signal-cli does respond with the information like so:
level=debug msg="json-rpc response error: The user +\u2068614********** is not registered."
This really needs to be sent back to the user/application in the http response. At the moment I'm having to parse docker debug logs to catch those errors!
Thanks for an awesome API that's already saving me a lot of time! 🙂
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
json-rpc Mode
What's the architecture of your host system?
x86-64
Additional information
No response
The problem
When attempting to add a member that's not a registered Signal user, the API responds with HTTP 204, the same as when adding a registered Signal user successfully.
With logs set to
debugI can see signal-cli does respond with the information like so:This really needs to be sent back to the user/application in the http response. At the moment I'm having to parse docker debug logs to catch those errors!
Thanks for an awesome API that's already saving me a lot of time! 🙂
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
json-rpc Mode
What's the architecture of your host system?
x86-64
Additional information
No response