Contacts data is mostly empty #700
Unanswered
jockharkness
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I successfully linked my device as secondary. I can send messages just fine.
But the v1/contacts/{number} endpoint returns contacts which mostly look like this:
{
"number": "",
"uuid": "a6cd11c0-ac79-41f3-b6a5-abababababa",
"name": "",
"profile_name": "",
"username": "",
"color": "",
"blocked": false,
"message_expiration": ""
},
I have tried the v1/contacts/{number}sync endpoint, but it didnt resolve anything.
Annoying thing is I can see in the account.db file that the data is there, but it's encrypted:
ÏóãõÃ�‡.x.Æ∏�‰Õ�cJk≠àfi7ÎX˚‚:±û<SIGNAL_NAME>UNKNOWNÇ��'�,Ç���U���L����������
Would json-rpc mode give me the number, username, name etc? I tried but it was a nightmare trying to set up. I also tried the standard signal-cli which was also very difficult.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions