whatsapp-framework icon indicating copy to clipboard operation
whatsapp-framework copied to clipboard

INFO:yowsup.common.http.warequest:b'{"login":"91xxxxxxxxxx","status":"fail","reason":"old_version"}\n'

Open vinayaksable2399 opened this issue 6 years ago • 10 comments

yowsup-cli v2.0.15 yowsup v2.5.2

Copyright (c) 2012-2016 Tarek Galal http://www.openwhatsapp.org

This software is provided free of charge. Copying and redistribution is encouraged.

If you appreciate this software and you would like to support future development please consider donating: http://openwhatsapp.org/yowsup/donate

INFO:yowsup.common.http.warequest:b'{"login":"91xxxxxxxxxx","status":"fail","reason":"old_version"}\n' login: b'91xxxxxxxxxx' reason: b'old_version'

vinayaksable2399 avatar Sep 09 '19 08:09 vinayaksable2399

Same here!

xandymelo avatar Oct 09 '19 02:10 xandymelo

Same for me

mrjonesev avatar Dec 07 '19 12:12 mrjonesev

Same here

gabcarvalhogama avatar Dec 17 '19 14:12 gabcarvalhogama

if anyone found the solution to that please reply

ChetanAmrao avatar Feb 12 '20 06:02 ChetanAmrao

if anyone found the solution to that please reply

That problem is install yowsup via pip is not up to date, we must download github code, after, run python setup.py install to update and try again. Sorry for my bad English.

returnWOW avatar Feb 12 '20 06:02 returnWOW

thanks @returnWOW for solution but i have this error now error: cryptography 1.7.1 is installed but cryptography>=2.5 is required by {'dissononce'}

ChetanAmrao avatar Feb 12 '20 08:02 ChetanAmrao

thanks @returnWOW for solution but i have this error now error: cryptography 1.7.1 is installed but cryptography>=2.5 is required by {'dissononce'}

You need install cryptography module version to 1.7.1 . Try uninstall it and run pip install cryptography==1.7.1

returnWOW avatar Feb 12 '20 12:02 returnWOW

thanks @returnWOW pip3 install cryptography worked for me

ChetanAmrao avatar Feb 13 '20 05:02 ChetanAmrao

and now I am stuck at this error where yowsup cannot give me online status for some reason

Yowsup Cli client

Type /help for available commands

[offline]:

ChetanAmrao avatar Feb 13 '20 06:02 ChetanAmrao

old version resolved here

mostepunk avatar Aug 07 '20 07:08 mostepunk