Closed Joly0 closed 1 month ago
This seems to be an upstream issue, see https://github.com/AsamK/signal-cli/issues/1584
Ok, good to know. But it seems to ve fixed in upstream already 4 days ago.
yes, but there is no release yet.
Please give this version a try: bbernhard/signal-cli-rest-api:0.168-dev
Yep, works correctly with this version
Should be fixed with the latest release.
The problem
I tried setting up this project alongside with apprise and noticed, that when using apprise to send notifications to my signal number, apprise would always complain about it with error code 400. Also saw this in the signal-cli logs.
When i tried to run the recommended command for testing
$ curl -X POST -H "Content-Type: application/json" 'http://localhost:8080/v2/send' \ -d '{"message": "Test via Signal API!", "number": "+4412345", "recipients": [ "+44987654" ]}'
i noticed this behaviour aswell. The logs also state error 400Are 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?
Native Mode
What's the architecture of your host system?
x86-64
Additional information
No response