How to find latest MD5, KEY and VERSION when using

2019-07-14 19:28发布

问题:

I have seen issues where registering with whatsapp server sometimes fails when using yowsup with old_version error (Yowsup - old_version error). I understand this is due to whatsapp upgrading itself, what is a good way to find latest MD5, KEY and VERSION that whatsapp uses so that yowsup can register without an issue.

回答1:

You can use this site: https://coderus.openrepos.net/whitesoft/whatsapp_scratch

This site provides the MD5, key and the version.



回答2:

follow these 3 simple steps:

git remote add jlguardi https://github.com/jlguardi/yowsup.git
git pull jlguardi Android_2.12.440
git merge jlguardi/Android_2.12.440
sudo python setup.py install

This should solve the issue



标签: yowsup