We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uncaughtException AssertionError [ERR_ASSERTION]: 1204 == 0 at Object.equal (C:\Users\Administrator\git_workspace\wechat-openai-qa-bot\node_modules\wechat4u\src\util\global.js:53:14) at C:\Users\Administrator\git_workspace\wechat-openai-qa-bot\node_modules\wechat4u\src\core.js:476:16 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async PuppetWechat4u.messageSendText (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/node_modules/wechaty-puppet-wechat4u/src/puppet-wechat4u.ts:770:5) at async WechatifiedUserClass.say (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/node_modules/wechaty/src/user-modules/contact.ts:338:19) at async WechatyImpl.onReady (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/src/bot.ts:382:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1204, expected: 0, operator: '==', response: [Object], tips: '发送文本信息失败' }
请问这是什么问题
注: hook群里对方发送的消息是没问题的
The text was updated successfully, but these errors were encountered:
可以粘贴一下你sendMsg里面的username吗
Sorry, something went wrong.
No branches or pull requests
uncaughtException AssertionError [ERR_ASSERTION]: 1204 == 0
at Object.equal (C:\Users\Administrator\git_workspace\wechat-openai-qa-bot\node_modules\wechat4u\src\util\global.js:53:14)
at C:\Users\Administrator\git_workspace\wechat-openai-qa-bot\node_modules\wechat4u\src\core.js:476:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async PuppetWechat4u.messageSendText (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/node_modules/wechaty-puppet-wechat4u/src/puppet-wechat4u.ts:770:5)
at async WechatifiedUserClass.say (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/node_modules/wechaty/src/user-modules/contact.ts:338:19)
at async WechatyImpl.onReady (file:///C:/Users/Administrator/git_workspace/wechat-openai-qa-bot/src/bot.ts:382:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1204,
expected: 0,
operator: '==',
response: [Object],
tips: '发送文本信息失败'
}
请问这是什么问题
注:
hook群里对方发送的消息是没问题的
The text was updated successfully, but these errors were encountered: