MyChat Integration API error: MCIAPI_Error_UnknownUser, an unknown user
Error
42, MCIAPI_Error_UnknownUser
Description
A query contains a non-existent account.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 42,
"User" : "user@mail.com",
"context" : "myfunc",
"error_desc_ru" : "https://nsoft-s.com/...",
"error_desc_en" : "https://nsoft-s.com/...",
"error_desc_ua" : "https://nsoft-s.com/..."
}
Parameter |
Type |
Value |
cmd |
string |
command of the error HEX "0001"; |
evocator |
string |
HEX code of the sent command that caused the error; |
error |
integer |
error number; |
User |
string |
user's ID from the initial query. It can be UIN, email, or nickname; |
context |
string |
any text sent to the server in a query command; |
error_desc_XX |
string |
links to the Help page. |
Problem solution
An initial query contains data for a non-existent account. Try to specify a correct UIN if you use another data that can change (for example, email, or nickname).
Created with the Personal Edition of HelpNDoc: Free help authoring tool