Bahtiar Pakpahan

Results 20 comments of Bahtiar Pakpahan

> /data/data/com.whatsapp.wb4/shared_prefs/keystore.xml > > client_static_keypair_pwd_enc This is the user’s public and private key > > client_static_keypair_enc Is this the public and private key of the message? > > So what...

![image](https://user-images.githubusercontent.com/3410804/103610898-b60b3600-4f53-11eb-8fbd-6f7ffd6b9abc.png) yowsup/layers/noise/layer.py works!

> > ![image](https://user-images.githubusercontent.com/3410804/103610898-b60b3600-4f53-11eb-8fbd-6f7ffd6b9abc.png) > > yowsup/layers/noise/layer.py > > works! > > Thanks bahtiarp for the fix, working well here also ! > If you don't mind, how have you been...

same here. when trying yowsup-cli, after login (Auth In), got this error: "ValueError: Invalid token 262"

I marked yowsup/layers/coder/decoder.py line 35 &b36, works for me. def getTokenDouble(self, n, n2): pos = n2 + n * 256 token = self.tokenDictionary.getToken(pos, True) #if not token: # raise ValueError("Invalid...

Yesterday i'm about to patch yowsup to automate get cat and send cat token when login . But today it seems i cannot connect to WhatsappGCM again today. What should ...

> it is ok now. @bahtiarp 🙏🙏🙏

> @bahtiarp have you already implemented the changes for yowsup and can you share them with us please? I have already implemented, but unfortunately it seems that https://github.com/SwitchBugs/WhatsappGCM not working...

> 1. Use https://github.com/SwitchBugs/WhatsappGCM to connect and receive config id. Example: `eUFDecdjKnQ:APA91bF7z80d2EcSwTiOMLh1bKc5RIZSPxv5Zzvv-4oVx8ARO9SyKRmcGhZjw5s0LkZeg7c1vRBw6ZnBaqi0GPmsobb_J6eOOZ6P_F92svnWmwUto-mVzbad5MCa5TDhme_OzzM2n9WU` > 2. Login whatsapp channel and send request: > `` > ` ` > `` > 3. Then...

I don't know why, but after a few days some of the CAT token becomes stale (Cannot send messages) , and CAT needs to be regenerated (As steps mention by...