我在我的linux上有yowsup,当我尝试执行yowsup-cli registration -C <CountryCode> -r sms -p <Phone Number with Country Code>时,我得到
INFO:yowsup.common.http.warequest:{"status":"fail","reason":"old_version"}
status: fail
reason: old_version有办法解决这个问题吗?
发布于 2016-03-19 23:30:58
遵循以下三个简单步骤:
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它和上面的答案差不多。
https://stackoverflow.com/questions/35877803
复制相似问题