OpenIM Server Version
3.8.3-patch.9
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
using: IMSDK.sendMessage({
recvID: '1352557179',
groupID: '',
message: imTextMsg
})
response: {"event":"SendMessage","operationID":"zzcl9x4831772604022547","data":null,"errMsg":"Cannot read property 'si_1352557179_3' of undefined","errCode":10006}
using:IMSDK.getOneConversation(
{
sourceID:'1352557179',//imstore${storeId},
sessionType:SessionType.Single,
})
response: {"event":"GetOneConversation","operationID":"oapwhr66kw1772603689013","data":null,"errMsg":"Cannot read property 'si_1352557179_3' of undefined","errCode":10006}
Screenshots Link
No response