MyChat Integration API error: MCIAPI_Error_Nick_Already_Exists
Error
14, MCIAPI_Error_NickAlreadyExists
Description
Can't register a new user: such nickname already exists.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 14,
"Nick" : "newuser"
}
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; |
Nick |
string |
user's nickname which duplicate is already in the MyChat Server database; |
Problem solution
Check a nickname copy existence in the list of registered users. Notice that when checking a nickname existence, the letter case is ignored. It means that "NewNick" and "newnick" will be considered as identical.