Skip to content
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

Open
BeiJiu123 opened this issue Dec 3, 2024 · 6 comments
Open
Labels
bug Something isn't working

Comments

@BeiJiu123
Copy link

当我调用接口改变群组名的时候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呢
image
image

@BeiJiu123 BeiJiu123 added the bug Something isn't working label Dec 3, 2024
@std-s std-s changed the title [BUG] 我调用接口改变群组名的时候,会404 [BUG] When I call the interface to change the group name, I get 404 Dec 9, 2024
@std-s
Copy link
Member

std-s commented Dec 9, 2024

  1. What version of SDK is used?
  2. Submit the complete log of "Set Group Name" on the client side here.

@BeiJiu123
Copy link
Author

image image

@std-s
Copy link
Member

std-s commented Dec 16, 2024

The minimum required version of the server is 3.8.1. It is best to keep the client SDK and server versions consistent.

@BeiJiu123
Copy link
Author

BeiJiu123 commented Dec 16, 2024

The server version is 3.8.1, and it can be modified on the web side, but not on the mobile phone

@std-s
Copy link
Member

std-s commented Jan 2, 2025

It is best to keep the client SDK and server versions consistent.

@BeiJiu123
Copy link
Author

It is best to keep the client SDK and server versions consistent.
I have the same problem when using the Demo

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants