tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.05k stars 2.23k forks source link

Yowsup-cli stoping sync contacts #3047

Open Whomakes opened 3 years ago

Whomakes commented 3 years ago

`/contacts sync +79999999999 +79999999999 D 2021-01-28 06:07:22,433 yowsup.layers.logger.layer - tx:

0x2b3739393930353839333438

[connected]:D 2021-01-28 06:07:22,968 yowsup.layers.logger.layer - rx:

`

Whomakes commented 3 years ago

Has anyone tried to solve this problem? Without sync, yowsup doesn't make sense.

lovethiscode commented 3 years ago

Maybe the command is wrong, you can compare this command. https://github.com/lovethiscode/Gorgeous-Whatsapp/blob/cf10d1d49af9f67181ca4dcfdf070d23fede9fc1/Gorgeous/src/main/java/GorgeousEngine.java#L579

@Whomakes

Whomakes commented 3 years ago

if i change sync to usync i get no response

AkashVirani commented 3 years ago

@lovethiscode : I have tried using Gorgeous-Whatsapp

When I am trying to login using java client, It is not able to find setting table in db file.

I have generated db file using apk provided in repo, I have checked all the generated db under database folder but none of the has the setting table and without that we won't be able to login

Can anyone help me with either generating db with setting table or how we can by pass that in code.

Many thanks in advance