Closed zhuangzihan closed 2 years ago
I don't know what happened by just reading your log, but it's obviously related to the upstream package sidecar. Will investigate it when I got time, and please provide more details if you can. Thanks for the reporting!
@huan
环境配置
$ node -v
v16.13.2
$ npm -v
8.1.2
$ npm ls
+-- @chatie/eslint-config@1.0.4
+-- @chatie/git-scripts@0.6.2
+-- @chatie/semver@0.4.7
+-- @chatie/tsconfig@4.6.2
+-- @types/cuid@2.0.1
+-- @types/faker@5.5.9
+-- @types/node-schedule@1.3.2
+-- @types/xml2js@0.4.9
+-- axios@0.24.0
+-- cuid@2.1.8
+-- node-schedule@2.1.0
+-- sidecar@0.17.16
+-- tstest@1.0.1
+-- typed-emitter@1.4.0
+-- wechaty-puppet@1.10.2
+-- wechaty@1.10.4
`-- xml2js@0.4.23
操作系统
版本 Windows 11 家庭中文版
版本 21H2
安装日期 2021/11/22
操作系统版本 22000.434
体验 Windows 功能体验包 1000.22000.434.0
微信版本号:3.3.0.115
Wired, according to the below code, it should not happen:
Wired, according to the below code, it should not happen:
请问这个文件的位置在哪里?我找不到它。
I add log code to the code line:
-->
try {
let ok = false
setTimeout(() => {
if (!ok) {
log.warn('PuppetXp', 'loadRoomList() getChatroomMemberNickInfo( %s , %s )', roomId, memberId)
}
}, 1000)
const memberNickName = await this.sidecar.getChatroomMemberNickInfo(memberId, roomId)
ok = true
const contact = {
output:
Puppet Version: 0.0.0
Please wait... I'm trying to login in...
Error [TypeError]: cannot read property 'then' of null
at <anonymous> (frida/runtime/message-dispatcher.js:14)
at c (frida/runtime/message-dispatcher.js:23) {
fileName: 'frida/runtime/message-dispatcher.js',
lineNumber: 14
}
Error [TypeError]: cannot read property 'then' of null
at <anonymous> (frida/runtime/message-dispatcher.js:14)
at c (frida/runtime/message-dispatcher.js:23) {
fileName: 'frida/runtime/message-dispatcher.js',
lineNumber: 14
}
wxid_xxxxxxxx login
23:09:37 WARN PuppetXp loadRoomList() getChatroomMemberNickInfo( 25651788905@chatroom , wxid_5mt8sa309trl21 )
23:09:37 WARN PuppetXp loadRoomList() getChatroomMemberNickInfo( 25651788905@chatroom , 25984982822634748@openim )
Found from WeChat log:
[I][2022-02-06 +8.0 23:09:36.346][8340, 22636][MMPC_ContactStorage] ... [user not In db:wxi*l21~19
[I][2022-02-06 +8.0 23:09:36.350][8340, 22636][MMPC_ContactStorage] ... [user not In db:259*nim~24
Fix confirmed
使用
npm start
时出现了以下错误,但是功能却正常,我尝试换一个微信号登录,发现没有遇到这种问题