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