You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successfully registering, completing the initial captcha and doing sms verification, when I try to send a message I always receive the rate-limit error message. So I do the rate limit api but it always gets the message: {"error":"Submit challenge error: [400] Bad response: 400 : {\"code\":400,\"message\":\"invalid captcha action\"}"}. I have tried with a new account and spaced it over multiple days but it always fails here. I am following the rate-limit api per below:
The problem
After successfully registering, completing the initial captcha and doing sms verification, when I try to send a message I always receive the rate-limit error message. So I do the rate limit api but it always gets the message:
{"error":"Submit challenge error: [400] Bad response: 400 : {\"code\":400,\"message\":\"invalid captcha action\"}"}
. I have tried with a new account and spaced it over multiple days but it always fails here. I am following the rate-limit api per below:` curl -X 'POST'
'http://localhost:8080/v1/accounts/%2BREDACTED/rate-limit-challenge'
-H 'accept: application/json'
-H 'Content-Type: application/json'
-d '{
"captcha": "signalcaptcha://signal-hcaptcha.5fad97ac-7d06-4e44-b18a-b950b20148ff.registration.P1_eyJ0eSNIPPED",
"challenge_token": "ae19341a-839a-4b9a-9019-863775ae2630"
}'
any tips to successfully get through this step? I can successfully receive messages, just can never send.
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 text was updated successfully, but these errors were encountered: