I finally managed to register!!
But now I have another problem: I can correctly receive messages, but I can’t send them. When I try it with --verbose
, the last lines read this:
[2022-05-26T18:12:24Z DEBUG libsignal_service_actix::push_service] HTTP request PUT https://chat.signal.org/v1/messages/9d2f3c66-7614-4d3d-82df-93d7ae67c96a
[2022-05-26T18:12:25Z DEBUG libsignal_service_actix::push_service] AwcPushService::put response:
ClientResponse HTTP/1.1 428 Precondition Required
headers:
"x-signal-timestamp": "1653588745215"
"date": "Thu, 26 May 2022 18:12:25 GMT"
"content-type": "application/json"
"content-length": "88"
"connection": "keep-alive"
"retry-after": "86400"
[2022-05-26T18:12:25Z TRACE libsignal_service_actix::push_service] Unhandled response with body: Ok(b"{\"token\":\"ac61d6db-7316-483f-8fc6-ee1ebe9956a1\",\"options\":[\"recaptcha\",\"pushChallenge\"]}")
[2022-05-26T18:12:25Z ERROR harbour_whisperfish::worker::client] Sending message: Error sending message: Unexpected response: HTTP 428
Is this new, or has anybody already solved this?