openimsdk / open-im-sdk-flutter

IM SDK Flutter
https://openim.io
MIT License
362 stars 227 forks source link

[BUG] 3.8 getGroupMemberList throws an exception when `filter` is `0` #146

Closed cipchk closed 1 month ago

cipchk commented 1 month ago

OpenIM Server Version

3.8

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

以下是相关日志,很容易复现:

[log] param: {groupID: 1000, userIDList: [10011], operationID: 1723027807115, ManagerName: groupManager}
[log] param: {groupID: 1000, filter: 0, offset: 0, count: 20, operationID: 1723027807123, ManagerName: groupManager}
flutter: \^[[38;5;196m┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────<…>
flutter: \^[[38;5;196m│ PlatformException(10002, 10002 ArgsError, null, null)<…>
flutter: \^[[38;5;196m├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄<…>
flutter: \^[[38;5;196m│ #0   StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7)<…>

Screenshots Link

No response

FGadvancer commented 1 month ago

This issue has been fixed in the v3.8.1-rc.0 SDK. Please update to this version

cipchk commented 1 month ago

wasm 端也是一样的问题,我重新在那边提个 issues,其他端 sdk 没有用到,不确定是不是有类似,可以自查一下。