Yowsup: Getting "reason":"old_version","status":"fail" exception while requesting for pin

Created on 11 Aug 2016  路  3Comments  路  Source: tgalal/yowsup

Hi i got {"reason":"old_version","status":"fail"} exception while requesting for pin generation. Please solve me out this and below is my configuration.

public static String RELEASE_TOKEN_CONST = "PdA2DJyKoUrwLw1Bg6EIhzh502dF9noR9uFCllGk1462212402694{phone}";

private static final String RELEASE_TIME = "";
private final int PORT = 443;                                      
private final int TIMEOUT_SEC = 2;                                  
private final String WHATSAPP_CHECK_HOST = "v.whatsapp.net/v2/exist";  
public static final String WHATSAPP_GROUP_SERVER = "g.us";                   
private final String WHATSAPP_HOST = "c.whatsapp.net";                 
private final String WHATSAPP_REGISTER_HOST = "v.whatsapp.net/v2/register"; 
private final String WHATSAPP_REQUEST_HOST = "v.whatsapp.net/v2/code";      
public static final String WHATSAPP_SERVER = "s.whatsapp.net";               
public static String WHATSAPP_DEVICE = "S40";                      
public static String WHATSAPP_VER = "2.16.7";
public static String WHATSOS_VER = "14.26";
public static String WHATSDEVICE_NAME = "Nokia302";

Most helpful comment

1716 #1725

All 3 comments

Try using this fork https://github.com/schoerg/yowsup
You also have to use as the default android https://github.com/tgalal/yowsup/pull/1633/files

1716 #1725

update your code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bzero picture bzero  路  3Comments

bahtiarp picture bahtiarp  路  4Comments

Realitaetsverlust picture Realitaetsverlust  路  4Comments

MauricioAHM picture MauricioAHM  路  5Comments

alexvong1995 picture alexvong1995  路  4Comments