MyChat Integration API error: MCIAPI_Error_ReservedNickName, a reserved nickname
Error
44, MCIAPI_Error_ReservedNickName
Description
You can't use such a nickname because it is reserved.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 44,
"Nick" : "SuperUser",
"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; |
Nick |
string |
user's nickname used in the initial query; |
context |
string |
any text sent to the server in a query command; |
error_desc_XX |
string |
links to the Help page. |
Problem solution
Delete a nickname from thr list on Admin Panel, or use another name. The letter case does not matter.