-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
When I send a message using the sendMessageNotOss function, I get the error message "10002 unexpected end of JSON input." #2651
Comments
Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. Join slack 🤖 to connect and communicate with our developers. |
You need to check whether the result of createXXX is an empty string. If it is, make sure to fetch your own user information once after logging in, before createXXX. |
The returned data is normal, and Android can send it normally
|
Should we optimize this so that if the user information is empty, the SDK retrieves it internally? |
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Source Code Deployment
Bug Description and Steps to Reproduce
IOS客户端创建createImageMessageByURL图片消息,通过sendMessageNotOss发送消息,报错10002 unexpected end of JSON input,服务器没有日志信息
安卓测试正常
IOS客户端sdk版本:3.8.0
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: