MyChat Integration API error: MCIAPI_Error_WrongUINSList

MyChat IntegrationAPI error: MCIAPI_Error_WrongUINSList

Error

26, MCIAPI_Error_WrongUINSList

 

Description

Unacceptable symbols in the text string of user identifier list.

 

JSON object


{
  "cmd"      : "0001",
  "evocator" : "XXXX",
  "error"    : 26
}

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.

 

Problem solution

Check the numbers in the string: there must be only numbers from 0 to 9 and a comma. No spaces allowed.