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.
Asked
Active
Viewed 1,627 times
2 Answers
2
You can use this site: https://coderus.openrepos.net/whitesoft/whatsapp_scratch
This site provides the MD5, key and the version.

Luc Geven
- 164
- 12
-
3What does each of values corresponding to key mean in json file generated? – Debasish Kanhar Jun 02 '17 at 10:58
1
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

Shivam Kumar
- 74
- 6
-
So, this method doesnt work anymore. glguardi doesnt have Android respo anymore! Any work around? – Debasish Kanhar Jun 02 '17 at 10:58