-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] errCode 10006 #158
Comments
Additional Information: Operation ID: k8caf2jssk1735571299641 When using WeChat Developer Tools for debugging, sending messages was working fine a few days ago, but now it fails with the error mentioned above. |
Confirm, is your server version 3.8.0? The jssdk requires the server version to be above 3.8.2. |
Docker imagesMONGO_IMAGE=mongo:7.0 # MongoDB server image version OPENIM_WEB_FRONT_IMAGE=openim/openim-web-front:release-v3.8.1 NODE_EXPORTER_IMAGE=prom/node-exporter:v1.7.0 # Prometheus Node Exporter image version OpenIM server and chat service imagesOPENIM_SERVER_IMAGE=openim/openim-server:release-v3.8.2 # OpenIM server application image versi OPENIM_CHAT_IMAGE=openim/openim-chat:v1.8.2 # OpenIM chat application image version |
how about your IDE version? No one has had the same question like this before this. |
"I have wrapped an additional layer on top of the IM SDK myself, which caused this issue." |
OpenIM Server Version
3.8.2
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
Issue Title: Error when calling SendMessage: "Cannot assign to read only property 'latestMsgSendTime' of object '#'"
Description:
I encountered an error when attempting to call the
SendMessage
function. The detailed error message is as follows:It seems that the property
latestMsgSendTime
is read-only and cannot be modified.Steps to Reproduce:
SendMessage
function.Expected Behavior:
The
SendMessage
function should execute successfully without attempting to modify a read-only property.Actual Behavior:
The function throws an error indicating that it cannot assign to the read-only property
latestMsgSendTime
.Additional Information:
Please look into this issue and provide guidance on how to resolve it. Thank you!
Screenshots Link
The text was updated successfully, but these errors were encountered: