You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: Message#Text[🗣Contact@👥Room<加时间>] 面南背北
Waiting for the debugger to disconnect...
D:\wechatRoomBot\node_modules\wechaty\dist\cjs\src\user-modules\room.js:895
const contactListAll = await Promise.all(memberIdList.map(id => this.wechaty.Contact.find({ id })));
^
TypeError: Cannot read properties of undefined (reading 'map')
at WechatifiedUserClass.memberList (D:\wechatRoomBot\node_modules\wechaty\dist\cjs\src\user-modules\room.js:895:63)
at async Object.sendMsg2RecvdApi (D:\wechatRoomBot\src\service\webhook.js:49:28)
Message: Message#Text[🗣Contact@👥Room<加时间>] 面南背北
Waiting for the debugger to disconnect...
D:\wechatRoomBot\node_modules\wechaty\dist\cjs\src\user-modules\room.js:895
const contactListAll = await Promise.all(memberIdList.map(id => this.wechaty.Contact.find({ id })));
^
TypeError: Cannot read properties of undefined (reading 'map')
at WechatifiedUserClass.memberList (D:\wechatRoomBot\node_modules\wechaty\dist\cjs\src\user-modules\room.js:895:63)
at async Object.sendMsg2RecvdApi (D:\wechatRoomBot\src\service\webhook.js:49:28)
Node.js v18.17.1
memberIdList 有时候有,有时候无,第一次是有的,后面几次群消息再去查询 memberIdList 就变成undefined了
The text was updated successfully, but these errors were encountered: