signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

receive hangs and times out for auth number

Open developersteve opened this issue 2 years ago • 4 comments
trafficstars

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

developersteve avatar Oct 27 '23 09:10 developersteve

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 avatar Oct 28 '23 13:10 bbernhard

@bbernhard yup did that, same result with the /v1/receive endpoint GET call just hanging and timing out.

image

Returns a {"error":"process killed as timeout reached"}

developersteve avatar Oct 31 '23 01:10 developersteve

Please try with the latest version (0.80)

bbernhard avatar Dec 20 '23 21:12 bbernhard

v0.81 --

Seems like the query string params may not be working?

image

same - i've tried a number of things.

image

it does succeed from the CLI, but takes >60 sec

steveredden avatar Feb 06 '24 15:02 steveredden