openimsdk / open-im-flutter-demo

Demo developed based on flutter open IM SDK.
https://openim.io
Apache License 2.0
301 stars 205 forks source link

[BUG] [Flutter3.5.1] #109

Closed Dove900412 closed 1 month ago

Dove900412 commented 4 months ago

OpenIM Server Version

3.5.1

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

I/F-OpenIMSDK(native call flutter)( 5952): method: 【 getSelfUserInfo 】, onError: { code:400, message:400 Key: 'GetUsersInfoReq.OperationID' Error:Field validation for 'OperationID' failed on the 'required' tag I/F-OpenIMSDK(native call flutter)( 5952): Key: 'GetUsersInfoReq.UserIDList' Error:Field validation for 'UserIDList' failed on the 'required' tag} I/flutter ( 5952): debug v login e: PlatformException(400, 400 Key: 'GetUsersInfoReq.OperationID' Error:Field validation for 'OperationID' failed on the 'required' tag I/flutter ( 5952): Key: 'GetUsersInfoReq.UserIDList' Error:Field validation for 'UserIDList' failed on the 'required' tag, null, null) 登录时报错

Screenshots Link

No response

Dove900412 commented 4 months ago

var user = await OpenIM.iMManager.login(userID: uid, token: token);

Dove900412 commented 4 months ago

服务端 v3.6

std-s commented 1 month ago

Hi, 3.8 is released, please use it.