MyChat Integration API error: MCIAPI_Error_WrongRecieverUser

MyChat Integration API error: MCIAPI_Error_WrongRecieverUser

Error

3, MCIAPI_Error_WrongRecieverUser

 

Description

Wrong recipient's UIN, login (nickame), or email.

 

JSON object

{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 3,
  "User"     : "986"
}

 

Parameter

Type

Value

cmd

string

error command HEX "0001";";

evocator

string

HEX code of the command sent on the server that caused the problem;

error

integer

error number;

User

string

UIN, email or login of a user who is not found on the server. Perhaps, this is a domain user for which you need to specify full domain name and login.

 

Problem solution

Check if a recipient's UIN, nickname, or email is correct. Make sure that a user exists on the server (view registered users).