signal-cli-rest-api
signal-cli-rest-api copied to clipboard
receive hangs and times out for auth number
The problem
Completely fine sending messages but unable to receive any using the same authenticated number. The receive endpoint just hangs then throws a timeout, Nothing showing in logs and no issues seem to be appearing.
Wondering if this is possibly to do with the mode and i should be using json-rpc mode?
Are you using the latest released version?
- [X] Yes
Have you read the troubleshooting page?
- [X] Yes
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
Please enable the debug logging and try to run the signal-cli commands directly (see https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/DEBUG.md). This helps to determine whether this is an issue with signal-cli or the REST API wrapper.
@bbernhard yup did that, same result with the /v1/receive endpoint GET call just hanging and timing out.
Returns a {"error":"process killed as timeout reached"}
Please try with the latest version (0.80)
v0.81 --
Seems like the query string params may not be working?
same - i've tried a number of things.
it does succeed from the CLI, but takes >60 sec