Ошибка MyChat Integration API: MCIAPI_Error_CantSendMessageToSelf
Error
17, MCIAPI_Error_CantSendMessageToSelf
Description
You can't send a message to yourself. Accounts of a message sender and recipient must be different.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 17,
"сontext" : "myfunc",
"User" : "Nickname",
"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 |
error command HEX "0001"; |
evocator |
string |
HEX code of the command sent on the server that caused the problem; |
error |
integer |
error number; |
context |
string |
any text sent to the server in a query command; |
User |
string |
UIN, nickname, email, or user-sender domain name from the initial query; |
error_desc_XX |
string |
links to the Help page. |
Problem solution
Check if your initial query is correct and make sure that a sender and recipient are different users. Even if you specify an email for a sender, and UIN for a recipient, it might be the same person. Before sending, the system, detects UINs of a sender and recipient according to data specified in a query.
Created with the Personal Edition of HelpNDoc: Create Professional CHM Help Files with HelpNDoc's Easy-to-Use Tool