openimsdk / open-im-sdk-web-wasm

JS SDK for OpenIM Web use by Webassembly of go
https://openim.io
Apache License 2.0
33 stars 43 forks source link

[BUG] 3.8 on Safari throws an error: TypeError: null is not an object (evaluating 'JSON.parse(e).map'). #113

Open u3breeze opened 1 month ago

u3breeze commented 1 month ago

OpenIM Server Version

release-v3.8

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

image 3.8 on Safari throws an error: TypeError: null is not an object (evaluating 'JSON.parse(e).map').

Screenshots Link

No response

Bloomingg commented 1 month ago

https://github.com/openimsdk/open-im-sdk-web-wasm/blob/main/assets/wasm_exec.js#L22 The SDK core logs will be printed here. can you collect more logs?

u3breeze commented 1 month ago

https://github.com/openimsdk/open-im-sdk-web-wasm/blob/main/assets/wasm_exec.js#L22 The SDK core logs will be printed here. can you collect more logs?

more logs here. (imGlobalEvent.ts is my code file)

[Log] init log success (wasm_exec.js, line 22) [Log] Opened! (worker.js, line 1) [Log] connectingHandler (imGlobalEvent.ts, line 75) [Log] connectSuccessHandler (imGlobalEvent.ts, line 81) [Log] syncStartHandler (imGlobalEvent.ts, line 91) [Error] TypeError: null is not an object (evaluating 'JSON.parse(e).map') — worker.js:0 (匿名函数) (worker.js:1:239556) [Error] TypeError: null is not an object (evaluating 'JSON.parse(e).map') — worker.js:0 (匿名函数) (worker.js:1:219737) [Log] syncFinishHandler (imGlobalEvent.ts, line 95)

Bloomingg commented 4 weeks ago

This log does not look complete, it should be like this.

=> (invoked by go wasm) run updateMsgSenderFaceURLAndSenderNickname method with args ["sg_3187706596","1198325964","","k88"]
wasm_exec.js:22 2024-08-14 10:27:13.114 DEBUG   [PID:-1]        [version:3.8.0]     [syncer/syncer.go:249]                              sync success                                        {"operationID": "6ea90938-6a5e-4ee0-b2f9-b45a17c99955", "type": "model_struct.LocalGroupMember"}
@openim-437f677d.js:1 => (invoked by go wasm) run getJoinedGroupList method with args []
@openim-437f677d.js:1 => (invoked by go wasm) run updateMsgSenderFaceURLAndSenderNickname method with response  {"data":"","errCode":0,"errMsg":""}
wasm_exec.js:22 2024-08-14 10:27:13.115 DEBUG   [PID:-1]        [version:3.8.0]     [exec/executor.go:81]                               js then function                                    {"=> (main go context) UpdateMsgSenderFaceURLAndSenderNickname with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"}
wasm_exec.js:22 2024-08-14 10:27:13.116 DEBUG   [PID:-1]        [version:3.8.0]     [conversation_msg/conversation_notification.go:66]  NotificationCmd end                                 {"operationID": "6ea90938-6a5e-4ee0-b2f9-b45a17c99955", "cmd": "019", "value": {"Action":14,"Args":{"SessionType":3,"UserID":"1198325964","FaceURL":"","Nickname":"k88","GroupID":"3187706596"}}}
@openim-437f677d.js:1 => (invoked by go wasm) run getJoinedGroupList method with response  {"data":"
u3breeze commented 4 weeks ago

@Bloomingg This refers to clearing the cache and loading all logs for the first time.

[Info] Successfully preconnected to https://fonts.googleapis.com/ [Info] Successfully preconnected to https://fonts.gstatic.com/ [Debug] [vite] connecting... (client, line 469) [Debug] [vite] connected. (client, line 574) [Info] => (database api) registe wasmOpen (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe wasmClose (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe wasmRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getUpload (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertUpload (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateUpload (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteUpload (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe fileMapSet (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe fileMapClear (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setSqlWasmPath (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe initDB (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe close (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMultipleMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getSendingMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getNormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMessageTimeAndStatus (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMessageBySeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateColumnsMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessageListNoTime (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe messageIfExists (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe messageIfExistsBySeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAbnormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAbnormalMsgSeqList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertExceptionMsg (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchMessageByKeyword (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchMessageByContentType (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchMessageByContentTypeAndKeyword (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMsgSenderNickname (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMsgSenderFaceURL (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMsgSenderFaceURLAndSenderNickname (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMsgSeqByClientMsgID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMsgSeqListByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMsgSeqListByPeerUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMsgSeqListBySelfUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteAllMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllUnDeleteMessageSeqList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateSingleMessageHasRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateGroupMessageHasRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateMessageStatusBySourceID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAlreadyExistSeqList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessageBySeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessagesByClientMsgIDs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMessagesBySeqs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversationNormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversationNormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversationPeerNormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteConversationAllMessages (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe markDeleteConversationAllMessages (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getUnreadMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe markConversationMessageAsReadBySeqs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe markConversationMessageAsRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteConversationMsgs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe markConversationAllMessageAsRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchAllMessageByContentType (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertSendingMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteSendingMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllSendingMessages (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllConversationList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllConversationListToSync (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getHiddenConversationList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getMultipleConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateColumnsConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateConversationForSync (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe decrConversationUnreadCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertConversationList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getTotalUnreadMsgCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversationByUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getConversationListSplit (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteAllConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchUpdateConversationList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe conversationIfExists (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe resetConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe resetAllConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe clearConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe clearAllConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setConversationDraft (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe removeConversationDraft (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe unPinConversation (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe incrConversationUnreadCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setMultipleConversationRecvMsgOpt (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllSingleConversationIDList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllConversationIDList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllConversations (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchConversations (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getLoginUser (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertLoginUser (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateLoginUser (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getStrangerInfo (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setStrangerInfo (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAppSDKVersion (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setAppSDKVersion (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getVersionSync (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setVersionSync (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteVersionSync (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getJoinedSuperGroupList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getJoinedSuperGroupIDList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getSuperGroupInfoByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteSuperGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertSuperGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateSuperGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteConversationUnreadMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertConversationUnreadMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetMultipleMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetNormalMinSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getSuperGroupNormalMsgSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateMessageTimeAndStatus (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupInsertMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupBatchInsertMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetMessageListNoTime (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateColumnsMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupDeleteAllMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupSearchMessageByKeyword (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupSearchMessageByContentType (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupSearchMessageByContentTypeAndKeyword (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateMessageStatusBySourceID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetSendingMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateGroupMessageHasRead (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupGetMsgSeqByClientMsgID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupUpdateMsgSenderFaceURLAndSenderNickname (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe superGroupSearchAllMessageByContentType (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe exec (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getRowsModified (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getBlackList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getBlackListUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getBlackInfoByBlockUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getBlackInfoList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertBlack (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteBlack (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateBlack (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertFriendRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteFriendRequestBothUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateFriendRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getRecvFriendApplication (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getSendFriendApplication (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getFriendApplicationByBothID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getBothFriendReq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllFriendList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchFriendList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getFriendInfoByFriendUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getFriendInfoList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getPageFriendList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateColumnsFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getFriendListCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteAllFriend (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getJoinedGroupList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupInfoByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllGroupInfoByGroupIDOrGroupName (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe subtractMemberCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe addMemberCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getJoinedWorkingGroupIDList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getJoinedWorkingGroupList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberAllGroupIDs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getUserJoinedGroupIDs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroups (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberListByUserIDs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteAllGroup (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getSendGroupApplication (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertAdminGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteAdminGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateAdminGroupRequest (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAdminGroupApplication (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberInfoByGroupIDUserID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllGroupMemberList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getAllGroupMemberUserIDList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberCount (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupSomeMemberInfo (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupAdminID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberListByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberListSplit (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberOwnerAndAdmin (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberOwner (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberListSplitByJoinTimeFilter (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupOwnerAndAdminByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getGroupMemberUIDListByGroupID (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe insertGroupMember (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertGroupMember (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteGroupMember (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe deleteGroupAllMembers (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateGroupMember (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe updateGroupMemberField (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe searchGroupMembersDB (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertTempCacheMessageList (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe InsertTempCacheMessage (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getNotificationAllSeqs (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe setNotificationSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe batchInsertNotificationSeq (@openim_wasm-client-sdk.js, line 497) [Info] => (database api) registe getExistedTables (@openim_wasm-client-sdk.js, line 497) [Log] App onMounted (App.vue, line 19) [Log] imGlobalEvent====> disposeIMListener (imGlobalEvent.ts, line 49) [Log] imGlobalEvent====> setIMListener (imGlobalEvent.ts, line 25) [Log] router from path:/, to path:/ (permission.ts, line 5) [Log] router from path:/, to path:/access/login (permission.ts, line 5) [Info] => (invoked by go wasm) run fileMapClear method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] SDK => [OperationID:98090fd5-d5b2-4d28-b09e-e408ea32475a] (invoked by js) run logout with args ["98090fd5-d5b2-4d28-b09e-e408ea32475a"] (@openim_wasm-client-sdk.js, line 1648) [Info] SDK => [OperationID:98090fd5-d5b2-4d28-b09e-e408ea32475a] (invoked by js) run logout with error {} (@openim_wasm-client-sdk.js, line 1648) [Warning] Write operation failed: computed value is readonly (chunk-J6475X5X.js, line 1398) [Log] im logout errCode=================> – undefined – undefined (imClient.ts, line 793) [Info] => (invoked by go wasm) run fileMapClear method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] SDK => [OperationID:a502fcf6-1b8b-455c-97b3-dbee26f952b0] (invoked by js) run logout with args ["a502fcf6-1b8b-455c-97b3-dbee26f952b0"] (@openim_wasm-client-sdk.js, line 1648) [Info] SDK => [OperationID:a502fcf6-1b8b-455c-97b3-dbee26f952b0] (invoked by js) run logout with error {} (@openim_wasm-client-sdk.js, line 1648) [Warning] Write operation failed: computed value is readonly (chunk-J6475X5X.js, line 1398) [Log] im logout errCode=================> – undefined – undefined (imClient.ts, line 793) [Info] => (invoked by go wasm) run fileMapClear method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] SDK => [OperationID:d3feac0f-634f-406d-aa08-06b8dd0a6cd7] (invoked by js) run logout with args ["d3feac0f-634f-406d-aa08-06b8dd0a6cd7"] (@openim_wasm-client-sdk.js, line 1648) [Info] SDK => [OperationID:d3feac0f-634f-406d-aa08-06b8dd0a6cd7] (invoked by js) run logout with error {} (@openim_wasm-client-sdk.js, line 1648) [Warning] Write operation failed: computed value is readonly (chunk-J6475X5X.js, line 1398) [Log] im logout errCode=================> – undefined – undefined (imClient.ts, line 793) [Error] Unhandled Promise Rejection: Login status has expired [Error] Unhandled Promise Rejection: Login status has expired (匿名函数) (auth.ts:55) [Info] => (invoked by go wasm) run fileMapClear method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497, x3) [Log] runtime env wasm js (wasm_exec.js, line 22) [Warning] window.styleMedia is deprecated draft version of window.matchMedia API that is not implemented in Firefox and will be removed from the web platform in future. [Error] Blocked a frame with origin "https://challenges.cloudflare.com" from accessing a frame with origin "http://localhost:5173". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

rVNbT (v1:1:4053)
(匿名函数) (v1:1:4930)
gc (v1:1:81448)
(匿名函数) (v1:1:20246)
(匿名函数) (v1:1:20443)
g6 (v1:1:20483)
gc (v1:1:81426)
(匿名函数) (v1:1:20246)
(匿名函数) (v1:1:20443)
g6 (v1:1:20483)
gc (v1:1:81426)
(匿名函数) (v1:1:20246)
(匿名函数) (v1:1:20443)
g6 (v1:1:20483)
(匿名函数) (v1:1:70933)

[Warning] window.styleMedia is deprecated draft version of window.matchMedia API that is not implemented in Firefox and will be removed from the web platform in future. [Log] (v1, line 1) [Debug] Error — v1:1911 (v1, line 1) [Log] UgnU (v1, line 1) [Log] UgnU (v1, line 1) [Log] ZfYC (v1, line 1) [Log] ZfYC (v1, line 1) [Log] (v1, line 1)

[Log] (v1, line 1) [Debug] : 1 (v1, line 1) [Debug] : 2 (v1, line 1) [Debug] NaN (v1, line 1) [Debug] NaN (v1, line 1) [Log] "" (v1, line 1) 无特性

[Log] "" (v1, line 1) 无特性

[Log] NaN (v1, line 1) [Log] NaN (v1, line 1) [Error] NaN gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) [Error] NaN gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) [Info] NaN (v1, line 1) [Info] NaN (v1, line 1) [Log] NaN (v1, line 1) [Log] NaN (v1, line 1) [Log] (v1, line 1) [Log] (v1, line 1) [Log] 跟踪:NaN gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) [Log] 跟踪:NaN gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81448) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) gc (v1:1:81426) (匿名函数) (v1:1:20246) (匿名函数) (v1:1:20443) g6 (v1:1:20483) [Warning] NaN (v1, line 1) [Warning] NaN (v1, line 1) [Log] Request for the Private Access Token challenge. (v1, line 1) [Log] The next request for the Private Access Token challenge may return a 401 and show a warning in console. (v1, line 1) [Log] router from path:/access/login, to path:/ (permission.ts, line 5) [Info] SDK => (invoked by js) run login with args {"params":{"userID":"6cc5e94388b1440283359858a4928e2d","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI2Y2M1ZTk0Mzg4YjE0NDAyODMzNTk4NThhNDkyOGUyZCIsIlBsYXRmb3JtSUQiOjUsImV4cCI6MTczMTQwODgyNCwibmJmIjoxNzIzNjMyNTI0LCJpYXQiOjE3MjM2MzI4MjR9.Yh3Nkows2UokIqUZuGD0lYQa2xNoe4QD6lFfZMH_qu8","platformID":5,"apiAddr":"http://127.0.0.1:10002","wsAddr":"ws://127.0.0.1:10001"},"operationID":"004f2d4a-8ea1-419c-89e2-236db9fbd8ea"} (@openim_wasm-client-sdk.js, line 1648) [Log] init log success (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.780 INFO [PID:-1]  [version:3.8.0] [open_im_sdk/init_login.go:70] InitSDK info {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "config": {"systemType":"","platformID":5,"apiAddr":"http://127.0.0.1:10002","wsAddr":"ws://127.0.0.1:10001","dataDir":"./","logLevel":5,"isLogStandardOutput":true,"logFilePath":"./","isExternalExtensions":false}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.789 INFO [PID:-1]  [version:3.8.0] [open_im_sdk/caller.go:115] func call req {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "function name": "github.com/openimsdk/openim-sdk-core/v3/open_im_sdk.(LoginMgr).Login-fm", "args": ["6cc5e94388b1440283359858a4928e2d","eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI2Y2M1ZTk0Mzg4YjE0NDAyODMzNTk4NThhNDkyOGUyZCIsIlBsYXRmb3JtSUQiOjUsImV4cCI6MTczMTQwODgyNCwibmJmIjoxNzIzNjMyNTI0LCJpYXQiOjE3MjM2MzI4MjR9.Yh3Nkows2UokIqUZuGD0lYQa2xNoe4QD6lFfZMH_qu8"]} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.793 DEBUG [PID:-1]  [version:3.8.0] [open_im_sdk/userRelated.go:359] login start... {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "userID": "6cc5e94388b1440283359858a4928e2d", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI2Y2M1ZTk0Mzg4YjE0NDAyODMzNTk4NThhNDkyOGUyZCIsIlBsYXRmb3JtSUQiOjUsImV4cCI6MTczMTQwODgyNCwibmJmIjoxNzIzNjMyNTI0LCJpYXQiOjE3MjM2MzI4MjR9.Yh3Nkows2UokIqUZuGD0lYQa2xNoe4QD6lFfZMH_qu8"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run initDB method with args ["6cc5e94388b1440283359858a4928e2d","./"] (@openim_wasm-client-sdk.js, line 497) [Error] Failed to load resource: 错误的URL (icon-default-avatar.png, line 0) [Log] Opened! (worker.js, line 1) [Info] => (invoked by go wasm) run initDB method with response – "{\"data\":\"[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:44.942 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) InitDB with response ": "{\"data\":\"[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getAllSendingMessages method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getAllSendingMessages method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:44.951 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetAllSendingMessages with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.955 DEBUG [PID:-1]  [version:3.8.0] [open_im_sdk/userRelated.go:336] NewDataBase ok {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "userID": "6cc5e94388b1440283359858a4928e2d", "dataDir": "./", "login cost time": "157.999872ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.957 DEBUG [PID:-1]  [version:3.8.0] [open_im_sdk/userRelated.go:345] forcedSynchronization success... {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "login cost time: ": "160ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getAllConversationIDList method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getAllConversationIDList method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:44.960 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetAllConversationIDList with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getNotificationAllSeqs method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getNotificationAllSeqs method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:44.966 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetNotificationAllSeqs with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.969 DEBUG [PID:-1]  [version:3.8.0] [interaction/msg_sync.go:145] loadSeq {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "syncedMaxSeqs": {}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.972 DEBUG [PID:-1]  [version:3.8.0] [open_im_sdk/userRelated.go:368] login success... {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "login cost time: ": "175.000064ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.973 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:178] readPump start {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 30} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnConnecting","errCode":0,"errMsg":"","operationID":"004f2d4a-8ea1-419c-89e2-236db9fbd8ea"} (@openim_wasm-client-sdk.js, line 1648) [Log] connectingHandler (imGlobalEvent.ts, line 75) [Log] 2024-08-14 18:53:44.973 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:236] writePump start {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 31} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.974 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:285] heartbeat start {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.978 INFO [PID:-1]  [version:3.8.0] [open_im_sdk/caller.go:107] fn call success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "function name": "github.com/openimsdk/openim-sdk-core/v3/open_im_sdk.(LoginMgr).Login-fm", "resp": "", "cost time": "188 ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.980 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:661] conn start {"operationID": "1723632827545697185", "url": "ws://127.0.0.1:10001?sendID=6cc5e94388b1440283359858a4928e2d&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI2Y2M1ZTk0Mzg4YjE0NDAyODMzNTk4NThhNDkyOGUyZCIsIlBsYXRmb3JtSUQiOjUsImV4cCI6MTczMTQwODgyNCwibmJmIjoxNzIzNjMyNTI0LCJpYXQiOjE3MjM2MzI4MjR9.Yh3Nkows2UokIqUZuGD0lYQa2xNoe4QD6lFfZMH_qu8&platformID=5&operationID=1723632827545697185&isBackground=false&compression=gzip"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:44.999 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:595] writeConnFirstSubMsg getNewConnSubUserIDs {"operationID": "1723632827545697185", "userIDs": []} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnConnectSuccess","errCode":0,"errMsg":"","operationID":"004f2d4a-8ea1-419c-89e2-236db9fbd8ea"} (@openim_wasm-client-sdk.js, line 1648) [Log] connectSuccessHandler (imGlobalEvent.ts, line 81) [Log] 2024-08-14 18:53:45.001 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:713] long conn establish success {"operationID": "1723632827545697185", "localAddr": "", "connNum": 1} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.003 INFO [PID:-1]  [version:3.8.0] [interaction/msg_sync.go:176] recv long conn mgr connected {"operationID": "1723632827545697185", "cmd": "connSuccess", "value": null} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.007 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:153] send message to send channel success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "msg": "userID:\"6cc5e94388b1440283359858a4928e2d\"", "reqIdentifier": 1001} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.008 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:259] writePump recv message {"operationID": "1723632827545697185", "reqIdentifier": 1001, "operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "sendID": "6cc5e94388b1440283359858a4928e2d"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.008 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:47] NotificationCmd start {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "cmd": "002", "value": {"Msgs":null,"SyncFlag":1005}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.045 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:73] AppDataSyncStart {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea"} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnSyncServerStart","errCode":0,"errMsg":"","data":true,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Log] syncStartHandler (imGlobalEvent.ts, line 91) [Info] SDK => received event {"event":"OnSyncServerProgress","errCode":0,"errMsg":"","data":1,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Info] => (invoked by go wasm) run getVersionSync method with args ["local_friends","6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getVersionSync method with args ["local_groups","6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getVersionSync method with response – "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_friends, entityID 6cc5e94388b1440283359858a4928e2d\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.052 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetVersionSync with response ": "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_friends, entityID 6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.054 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_incremental_friends", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"\",\"version\":0}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getVersionSync method with response – "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_groups, entityID 6cc5e94388b1440283359858a4928e2d\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.059 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetVersionSync with response ": "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_groups, entityID 6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.062 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_incremental_join_groups", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"\",\"version\":0}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.069 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:506] recv msg {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "errCode": 0, "errMsg": "", "reqIdentifier": 1001} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.072 DEBUG [PID:-1]  [version:3.8.0] [interaction/msg_sync.go:292] get max seq success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "resp": {"n_6cc5e94388b1440283359858a4928e2d_6cc5e94388b1440283359858a4928e2d":0}} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run batchInsertNotificationSeq method with args ["[{\"conversationID\":\"n_6cc5e94388b1440283359858a4928e2d_6cc5e94388b1440283359858a4928e2d\",\"seq\":0}]"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run batchInsertNotificationSeq method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.077 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) BatchInsertNotificationSeq with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.078 DEBUG [PID:-1]  [version:3.8.0] [interaction/msg_sync.go:444] noting conversation to sync {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "syncMsgNum": 1} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.124 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_incremental_friends", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":1,\"versionID\":\"66bc8cb9e27ae59da27d70fc\",\"full\":true,\"delete\":null,\"insert\":null,\"update\":null,\"sortVersion\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.126 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_incremental_friends", "state": "success", "cost time": "72ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run deleteAllFriend method with args [] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.128 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_incremental_join_groups", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":1,\"versionID\":\"66bc8cb9f0d34dcbb11d4f7e\",\"full\":true,\"delete\":null,\"insert\":null,\"update\":null,\"sortVersion\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.130 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/group/get_incremental_join_groups", "state": "success", "cost time": "68ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run deleteAllGroup method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run deleteAllFriend method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.138 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) DeleteAllFriend with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.140 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_friend_list", "body": "{\"pagination\":{\"pageNumber\":1,\"showNumber\":100},\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run deleteAllGroup method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.143 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) DeleteAllGroup with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.145 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_joined_group_list", "body": "{\"pagination\":{\"pageNumber\":1,\"showNumber\":100},\"fromUserID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.161 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_friend_list", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"friendsInfo\":null,\"total\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.163 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_friend_list", "state": "success", "cost time": "22ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.164 DEBUG [PID:-1]  [version:3.8.0] [friend/friend.go:110] BatchInsertFriend {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "length": 0} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run batchInsertFriend method with args ["null"] (@openim_wasm-client-sdk.js, line 497) [Error] TypeError: null is not an object (evaluating 'JSON.parse(e).map') — worker.js:0 (匿名函数) (worker.js:1:239560) [Log] 2024-08-14 18:53:45.168 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_joined_group_list", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"total\":0,\"groups\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.170 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/group/get_joined_group_list", "state": "success", "cost time": "24ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run batchInsertGroup method with args ["null"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run batchInsertFriend method with response – "{\"data\":\"{}\",\"errCode\":10001,\"errMsg\":\"{}\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.172 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) BatchInsertFriend with response ": "{\"data\":\"{}\",\"errCode\":10001,\"errMsg\":\"{}\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.173 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:351] full sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalFriend"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.174 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_full_friend_user_ids", "body": "{\"idHash\":0,\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Error] TypeError: null is not an object (evaluating 'JSON.parse(e).map') — worker.js:0 (匿名函数) (worker.js:1:219741) [Info] => (invoked by go wasm) run batchInsertGroup method with response – "{\"data\":\"{}\",\"errCode\":10001,\"errMsg\":\"{}\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.177 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) BatchInsertGroup with response ": "{\"data\":\"{}\",\"errCode\":10001,\"errMsg\":\"{}\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.178 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:351] full sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalGroup"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.180 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_full_join_group_ids", "body": "{\"idHash\":0,\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.196 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_full_join_group_ids", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":0,\"versionID\":\"66bc8cb9f0d34dcbb11d4f7e\",\"equal\":true,\"groupIDs\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.197 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/group/get_full_join_group_ids", "state": "success", "cost time": "17ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run setVersionSync method with args ["{\"tableName\":\"local_groups\",\"entityID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"66bc8cb9f0d34dcbb11d4f7e\",\"version\":1,\"createTime\":0,\"uidList\":null}"] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.200 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_full_friend_user_ids", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":0,\"versionID\":\"66bc8cb9e27ae59da27d70fc\",\"equal\":true,\"userIDs\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.201 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_full_friend_user_ids", "state": "success", "cost time": "28ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run setVersionSync method with args ["{\"tableName\":\"local_friends\",\"entityID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"66bc8cb9e27ae59da27d70fc\",\"version\":1,\"createTime\":0,\"uidList\":null}"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run setVersionSync method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.204 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) SetVersionSync with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getJoinedGroupList method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run setVersionSync method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.207 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) SetVersionSync with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.209 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/friend.(Friend).IncrSyncFriends-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.160999936} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getJoinedGroupList method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.211 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetJoinedGroupListDB with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.212 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/group.(Group).SyncAllJoinedGroupsAndMembers-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.164} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnSyncServerProgress","errCode":0,"errMsg":"","data":4,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Info] => (invoked by go wasm) run getVersionSync method with args ["local_conversations","6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getVersionSync method with response – "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_conversations, entityID 6cc5e94388b1440283359858a4928e2d\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.216 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetVersionSync with response ": "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no sync version with tableName local_conversations, entityID 6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.218 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_incremental_conversations", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"\",\"version\":0}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.236 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_incremental_conversations", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":1,\"versionID\":\"66bc8cb9aa8635c43df7ef42\",\"full\":true,\"delete\":null,\"insert\":null,\"update\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.238 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/conversation/get_incremental_conversations", "state": "success", "cost time": "20ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getAllConversationIDList method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getAllConversationIDList method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.241 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetAllConversationIDList with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run deleteAllConversation method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run deleteAllConversation method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.245 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) DeleteAllConversation with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.246 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_owner_conversation", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"pagination\":{\"pageNumber\":1,\"showNumber\":300}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.292 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_owner_conversation", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"total\":0,\"conversations\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.294 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/conversation/get_owner_conversation", "state": "success", "cost time": "46ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run batchInsertConversationList method with args ["null"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run batchInsertConversationList method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.296 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) BatchInsertConversationList with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.298 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:351] full sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalConversation"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.299 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_full_conversation_ids", "body": "{\"idHash\":0,\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.313 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/conversation/get_full_conversation_ids", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"version\":0,\"versionID\":\"66bc8cb9aa8635c43df7ef42\",\"equal\":true,\"conversationIDs\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.315 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/conversation/get_full_conversation_ids", "state": "success", "cost time": "16ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run setVersionSync method with args ["{\"tableName\":\"local_conversations\",\"entityID\":\"6cc5e94388b1440283359858a4928e2d\",\"versionID\":\"66bc8cb9aa8635c43df7ef42\",\"version\":1,\"createTime\":0,\"uidList\":null}"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run setVersionSync method with response – "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.320 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) SetVersionSync with response ": "{\"data\":\"\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.322 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/conversation_msg.(Conversation).IncrSyncConversations-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.108} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.323 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/sync.go:31] start SyncConversationHashReadSeqs {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.325 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/msg/get_conversations_has_read_and_max_seq", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"conversationIDs\":null}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.342 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/msg/get_conversations_has_read_and_max_seq", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.344 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/msg/get_conversations_has_read_and_max_seq", "state": "success", "cost time": "19ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.345 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/sync.go:37] getServerHasReadAndMaxSeqs completed {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.021999872} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.347 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/conversation_msg.(Conversation).SyncAllConversationHashReadSeqs-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.022999808} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.348 WARN [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:90] core data sync over {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "cost time": 0.300999936} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnSyncServerProgress","errCode":0,"errMsg":"","data":10,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Log] 2024-08-14 18:53:45.350 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:66] NotificationCmd end {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "cmd": "002", "value": {"Msgs":null,"SyncFlag":1005}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.351 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/user/process_user_command_get_all", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.351 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/user/get_users_info", "body": "{\"userIDs\":[\"6cc5e94388b1440283359858a4928e2d\"]}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.352 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_black_list", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"pagination\":{\"pageNumber\":1,\"showNumber\":50}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.352 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_friend_apply_list", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"pagination\":{\"pageNumber\":1,\"showNumber\":50}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.353 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_self_friend_apply_list", "body": "{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"pagination\":{\"pageNumber\":1,\"showNumber\":50}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.354 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_recv_group_applicationList", "body": "{\"pagination\":{\"pageNumber\":1,\"showNumber\":50},\"fromUserID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.354 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:92] ApiRequest {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_user_req_group_applicationList", "body": "{\"pagination\":{\"pageNumber\":1,\"showNumber\":50},\"userID\":\"6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.359 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:47] NotificationCmd start {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "cmd": "002", "value": {"Msgs":null,"SyncFlag":1006}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.375 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:106 AppDataSyncFinish {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "time": 328} (wasm_exec.js, line 22) [Info] SDK => received event {"event":"OnSyncServerProgress","errCode":0,"errMsg":"","data":100,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Info] SDK => received event {"event":"OnSyncServerFinish","errCode":0,"errMsg":"","data":true,"operationID":""} (@openim_wasm-client-sdk.js, line 1648) [Log] syncFinishHandler (imGlobalEvent.ts, line 95) [Info] SDK => [OperationID:6e85d450-4186-49e0-9492-b9e4a8b76a95] (invoked by js) run getConversationListSplit with args ["6e85d450-4186-49e0-9492-b9e4a8b76a95",0,20] (@openim_wasm-client-sdk.js, line 1648) [Log] 2024-08-14 18:53:45.379 INFO [PID:-1]  [version:3.8.0] [open_im_sdk/caller.go:115] func call req {"operationID": "6e85d450-4186-49e0-9492-b9e4a8b76a95", "function name": "github.com/openimsdk/openim-sdk-core/v3/internal/conversation_msg.(Conversation).GetConversationListSplit-fm", "args": [0,20]} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getConversationListSplit method with args [0,20] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.381 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:66] NotificationCmd end {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "cmd": "002", "value": {"Msgs":null,"SyncFlag":1006}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.384 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/user/process_user_command_get_all", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"CommandResp\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.386 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/user/process_user_command_get_all", "state": "success", "cost time": "35ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.389 WARN [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:433 github.com/openimsdk/openim-sdk-core/v3/internal/user.(User).SyncAllCommandWithoutNotice-fm sync error {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.037999872, "error": "==> github.com/openimsdk/openim-sdk-core/v3/wasm/exec.Exec.func1()@53: : syscall/js: Value.Call: property processUserCommandGetAll is not a function, got undefined"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.390 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/user/get_users_info", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"usersInfo\":[{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"nickname\":\"Visitor\",\"faceURL\":\"https://cdn.jsdelivr.net/gh/thxcom/assets/thxchat/icon-default-avatar.png\",\"ex\":\"{}\",\"createTime\":1723632824456,\"appMangerLevel\":0,\"globalRecvMsgOpt\":0}]}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.392 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/user/get_users_info", "state": "success", "cost time": "40ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getLoginUser method with args ["6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getConversationListSplit method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.394 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetConversationListSplitDB with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.395 INFO [PID:-1]  [version:3.8.0] [open_im_sdk/caller.go:107] fn call success {"operationID": "6e85d450-4186-49e0-9492-b9e4a8b76a95", "function name": "github.com/openimsdk/openim-sdk-core/v3/internal/conversation_msg.(*Conversation).GetConversationListSplit-fm", "resp": [], "cost time": "17 ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.403 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_user_req_group_applicationList", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"total\":0,\"groupRequests\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.405 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/group/get_user_req_group_applicationList", "state": "success", "cost time": "51ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getSendGroupApplication method with args [] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.407 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_black_list", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"blacks\":null,\"total\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.408 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_black_list", "state": "success", "cost time": "56ms"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.409 DEBUG [PID:-1]  [version:3.8.0] [friend/sync.go:147] black from server {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "data": null} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getBlackList method with args [] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getLoginUser method with response – "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no login user with id 6cc5e94388b1440283359858a4928e2d\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.410 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetLoginUser with response ": "{\"data\":\"\",\"errCode\":10002,\"errMsg\":\"no login user with id 6cc5e94388b1440283359858a4928e2d\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.411 DEBUG [PID:-1]  [version:3.8.0] [user/sync.go:57] SyncLoginUserInfo {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "remoteUser": {"userID":"6cc5e94388b1440283359858a4928e2d","nickname":"Visitor","faceURL":"https://cdn.jsdelivr.net/gh/thxcom/assets/thxchat/icon-default-avatar.png","createTime":1723632824456,"ex":"{}","attachedInfo":"","globalRecvMsgOpt":0}, "localUser": null} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.412 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:282] sync insert {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalUser", "server": {"userID":"6cc5e94388b1440283359858a4928e2d","nickname":"Visitor","faceURL":"https://cdn.jsdelivr.net/gh/thxcom/assets/thxchat/icon-default-avatar.png","createTime":1723632824456,"ex":"{}","attachedInfo":"","globalRecvMsgOpt":0}} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run insertLoginUser method with args ["{\"userID\":\"6cc5e94388b1440283359858a4928e2d\",\"nickname\":\"Visitor\",\"faceURL\":\"https://cdn.jsdelivr.net/gh/thxcom/assets/thxchat/icon-default-avatar.png\",\"createTime\":1723632824456,\"ex\":\"{}\",\"attachedInfo\":\"{}\"}"] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.414 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/group/get_recv_group_applicationList", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"total\":0,\"groupRequests\":null}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.415 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/group/get_recv_group_applicationList", "state": "success", "cost time": "62ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getAdminGroupApplication method with args [] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.417 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_friend_apply_list", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"FriendRequests\":null,\"total\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.418 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_friend_apply_list", "state": "success", "cost time": "66ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getRecvFriendApplication method with args ["6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.421 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:116] ApiResponse {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "url": "http://127.0.0.1:10002/friend/get_self_friend_apply_list", "status": "200 OK", "body": "{\"errCode\":0,\"errMsg\":\"\",\"errDlt\":\"\",\"data\":{\"friendRequests\":null,\"total\":0}}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.422 DEBUG [PID:-1]  [version:3.8.0] [util/post.go:69] CallApi {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "api": "/friend/get_self_friend_apply_list", "state": "success", "cost time": "70ms"} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getSendFriendApplication method with args ["6cc5e94388b1440283359858a4928e2d"] (@openim_wasm-client-sdk.js, line 497) [Info] => (invoked by go wasm) run getSendGroupApplication method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.424 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetSendGroupApplication with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.425 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:265] sync both the server and client are empty {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalGroupRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.426 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalGroupRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.427 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/group.(Group).SyncAllSelfGroupApplicationWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.072999936} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getBlackList method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.428 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetBlackListDB with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.429 DEBUG [PID:-1]  [version:3.8.0] [friend/sync.go:152] black from local {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "data": null} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.429 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:265] sync both the server and client are empty {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalBlack"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.430 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalBlack"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.431 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/friend.(Friend).SyncAllBlackListWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.079000064} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run insertLoginUser method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.432 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) InsertLoginUser with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.433 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:328] sync delete {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalUser", "localMap": {}} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.434 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalUser"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.435 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/user.(User).SyncLoginUserInfoWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.083999744} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getAdminGroupApplication method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.436 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetAdminGroupApplication with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.437 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:265] sync both the server and client are empty {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalAdminGroupRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.437 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalAdminGroupRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.438 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/group.(Group).SyncAllAdminGroupApplicationWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.085000192} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getRecvFriendApplication method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.443 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetRecvFriendApplication with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.445 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:265] sync both the server and client are empty {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalFriendRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.445 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalFriendRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.446 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/friend.(Friend).SyncAllFriendApplicationWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.093999872} (wasm_exec.js, line 22) [Info] => (invoked by go wasm) run getSendFriendApplication method with response – "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}" (@openim_wasm-client-sdk.js, line 497) [Log] 2024-08-14 18:53:45.447 DEBUG [PID:-1]  [version:3.8.0] [exec/executor.go:81] js then function {"=> (main go context) GetSendFriendApplication with response ": "{\"data\":\"[]\",\"errCode\":0,\"errMsg\":\"\"}"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.448 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:265] sync both the server and client are empty {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalFriendRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.449 DEBUG [PID:-1]  [version:3.8.0] [syncer/syncer.go:249] sync success {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "type": "model_struct.LocalFriendRequest"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:53:45.450 DEBUG [PID:-1]  [version:3.8.0] [conversation_msg/conversation_notification.go:435 github.com/openimsdk/openim-sdk-core/v3/internal/friend.(Friend).SyncAllSelfFriendApplicationWithoutNotice-fm completed successfully {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "duration": 0.096999936} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:08.982 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:08.984 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632851153534808"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:08.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632851153534808"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:32.982 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:32.983 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632873180012521"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:32.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632873180012521"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:56.983 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:56.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632897306204217"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:54:56.986 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632897306204217"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:20.982 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:20.983 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632923122634242"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:20.984 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632923122634242"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:44.983 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:44.984 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632949267636097"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:55:44.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632949267636097"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:08.983 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:08.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632972332605830"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:08.986 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632972332605830"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:32.984 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:32.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632996681039466"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:32.986 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723632996681039466"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:56.983 INFO [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:299] sendPingMessage {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:56.985 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:310] ping Message Started {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723633019089954947"} (wasm_exec.js, line 22) [Log] 2024-08-14 18:56:56.986 DEBUG [PID:-1]  [version:3.8.0] [interaction/long_conn_mgr.go:312] ping Message Started isConnected {"operationID": "004f2d4a-8ea1-419c-89e2-236db9fbd8ea", "goroutine ID:": 32, "opid": "1723633019089954947"} (wasm_exec.js, line 22)

Bloomingg commented 4 weeks ago

Are your server and client versions both 3.8?

u3breeze commented 3 weeks ago

Are your server and client versions both 3.8?

yes, both 3.8, Use docker deployment:(git clone https://github.com/openimsdk/openim-docker)