openimsdk / open-im-uniapp-demo

IM
https://openim.io
GNU General Public License v3.0
142 stars 103 forks source link

Bug: Running to the real machine and reporting an error:Error: Not Found:Page[3][-1,2,4-1,6,1][ERROR] #46

Closed lakerchen closed 12 months ago

lakerchen commented 1 year ago

What happened?

Mac环境下,使用HBuilderX,已经打包好自定义基座,点击“运行-运行到手机或模拟器-运行到iOS App基座”,控制台有如下报错

17:34:21.950 正在建立手机连接...
17:34:22.190 手机端调试基座版本号为2.0.0, 版本号相同,跳过基座更新
17:34:22.190 正在同步手机端程序文件...
17:34:27.563 同步手机端程序文件完成
17:34:28.644 应用【OpenIM-Uniapp】已启动
17:34:28.811 [JS Framework] 当前运行的基座不包含原生插件[Tuoyun-OpenIMSDK-OUIFilePicker],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座 __WARN
17:34:28.811 %c uView V2.0.34 %c https://uviewui.com/
17:34:28.812 ,  color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px; at uni_modules/uview-ui/libs/config/config.js:6
17:34:28.812 setGlobalIMlistener at App.vue:64
17:34:28.812 [Object] {"config":{}}  at store/modules/user.js:96
17:34:59.023 [JS Framework] 当前运行的基座不包含原生插件[Tuoyun-OpenIMSDK-OUIFilePicker],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座 __WARN
17:34:59.023 %c uView V2.0.34 %c https://uviewui.com/
17:34:59.024 ,  color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px; at uni_modules/uview-ui/libs/config/config.js:6
17:34:59.024 setGlobalIMlistener at App.vue:64
17:34:59.024 [Object] {"config":{}}  at store/modules/user.js:96
17:35:23.180 [Object] {"err":"","errCode":0}  at App.vue:82
17:35:23.181 [Object] {"errMsg":"","errCode":0,"data":0}  at store/modules/conversation.js:100
17:35:23.182 [Object] {"err":"","errCode":0}  at App.vue:85
17:35:23.182 [Object] {"errMsg":"","errCode":0,"data":0}  at store/modules/conversation.js:100
17:35:27.232 [Object] {"unreadCount":0,"groupAtType":0,"isPrivateChat":false,"groupID":"","isNotInGroup":false,"d...} at pages/conversation/conversationList/components/ConversationItem.vue:168
17:35:27.233 [Object] []  at pages/conversation/chating/components/ChatingList.vue:59
17:35:27.233 [Object] []  at pages/conversation/chating/components/ChatingList.vue:59
17:35:27.233 [Object] {"messageList":[{"clientMsgID":"997f99b815c244fe0d70b545def12a3f","serverMsgID":"992c1f0759...} at store/modules/message.js:34
17:35:27.255 [Object] [{"clientMsgID":"997f99b815c244fe0d70[LOG] :  , [Object] [{"clientMsgID":"997f99b815c244fe0d70b545def12a3f","serverMsgID":"992c1f07598c47a49db10f934...} at pages/conversation/chating/components/ChatingList.vue:59
17:35:28.524 Error: Not Found:Page[3][-1,2,4-1,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-1,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-2,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-2,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-3,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-3,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-5,6,1][ERROR] : Error: Not Found:Page[3][-1,2,4-5,6,1][ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[ERROR] : TypeError: undefined is not an object (evaluating 'r.data.attrs._i')[LOG] : initSuccess at pages/conversation/chating/index.vue:87

What did you expect to happen?

demo项目正常运行,没有报错

How can we reproduce it (as minimally and precisely as possible)?

Mac环境下打包好自定义基座,然后运行到真机

Anything else we need to know?

No response

version

HBuilderX:3.8.12.20230817

Cloud provider

OS version

Apple M1 Pro,macOS 13.5

Install tools

lgz5689 commented 12 months ago

选择原生插件 选择云插件 https://ext.dcloud.net.cn/plugin?id=6577

JoieLu commented 7 months ago

同样的问题,但是没有发现什么功能被影响