-
Notifications
You must be signed in to change notification settings - Fork 236
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] When I call the interface to change the group name, I get 404 #182
Labels
bug
Something isn't working
Comments
std-s
changed the title
[BUG] 我调用接口改变群组名的时候,会404
[BUG] When I call the interface to change the group name, I get 404
Dec 9, 2024
|
The minimum required version of the server is 3.8.1. It is best to keep the client SDK and server versions consistent. |
The server version is 3.8.1, and it can be modified on the web side, but not on the mobile phone |
It is best to keep the client SDK and server versions consistent. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当我调用接口改变群组名的时候await OpenIM.iMManager.groupManager.setGroupInfo(GroupInfo(
groupID: widget.id, groupName: _controller.text.trim()));,控制台报错[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(10005, error *errors.withStack not implement CodeError: api /group/set_group_info_ex json.Unmarshal("404 page not found", *network.ApiResponse) failed invalid character 'p' after top-level value: 10006 Internal SDK ,为啥会是404呢
The text was updated successfully, but these errors were encountered: