-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get my number back into a signal group #515
Comments
I guess it might be because your safety number changed (that happens when you factory reset your phone and install Signal again) and the Signal REST API doesn't trust the new safety number. You have to trust it manually with this endpoint: https://bbernhard.github.io/signal-cli-rest-api/#/Identities/put_v1_identities__number__trust__numberToTrust_ |
hmm okay I tried running it and got this output. My cli syntax is also pretty bad so lots of trial and error. running the docker on unraid root@UNRAID:~# curl -X PUT -H "Content-Type: application/json" 'http://ip:port of docker/v1/identities/+number/trust/+number to trust' {"error":"Couldn't process request - invalid request"} guessing this is my lack of understanding. any help would be appreciated. |
Looks like you are missing the payload, see https://bbernhard.github.io/signal-cli-rest-api/#/Identities/put_v1_identities__number__trust__numberToTrust_. In the end, it should look something like this:
The safety number can be obtained via the corresponding GET request: https://bbernhard.github.io/signal-cli-rest-api/#/Identities/get_v1_identities__number_ |
Awesome Thank you! So Much!! I think I got it figured out now! Really appreciate the time Getting the safety number and then adding it into your command worked! Thank you |
Now I got another new phone trying to get my safety number. Using the same process and getting an error. I am running the docker in json-rpc mode. Here is the output of the command. I know it's not much info:
most likely it is something wrong in my syntax? |
Which version are you using? Does it work if you temporarily switch to the normal mode? |
I was originally in normal mode. And it said my number wasn't registered. I
can try it again.
…On Thu, Oct 3, 2024, 3:17 PM Bernhard B. ***@***.***> wrote:
Which version are you using? Does it work if you temporarily switch to the
normal mode?
—
Reply to this email directly, view it on GitHub
<#515 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEENN4ERV4IW2WDCS5EK7FTZZWQ43AVCNFSM6AAAAABGCV6N3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSGI2TIOJWGY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
switched it to normal mode now and getting this error
running the docker on unraid |
Which docker image version do you use? |
bbernhard/signal-cli-rest-api:latest The Latest version 0.88 |
Ok so I am in Native mode. on 0.89
|
I had to factory reset my phone. When I Setup signal on my phone again the my home group I use showed up right away. But none of the notifications from home assistant come through on my phone. My other member of the group gets there notifications from home assistant just fine. I looked at logs and tried resetting the group but couldn't figure it out.
Most likely my lack of knowledge.
Thank you
The text was updated successfully, but these errors were encountered: