wangrongding / wechat-bot

🤖一个基于 WeChaty 结合 OpenAi ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...
MIT License
5.59k stars 771 forks source link

WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() #205

Open hiddenlong opened 3 months ago

hiddenlong commented 3 months ago

Automatic robot chat mode has been activated 16:51:57 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined ❌ bot error handle: AssertionError [ERR_ASSERTION]: 1205 == 0 at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24) at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Promise.all (index 1) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1205 == 0\n' + ' at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24)\n' + ' at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at async Promise.all (index 1)' } 16:51:59 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined ❌ bot error handle: AssertionError [ERR_ASSERTION]: 1205 == 0 at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24) at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Promise.all (index 0) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1205 == 0\n' + ' at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24)\n' + ' at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' + ' at async Promise.all (index 0)' } 16:52:01 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined 16:52:03 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined ❌ bot error handle: AssertionError [ERR_ASSERTION]: 1205 == 0 at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24) at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1205 == 0\n' + ' at Object.equal (F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\util\global.js:69:24)\n' + ' at F:\AI.Workspaces\wechat-bot-main\node_modules\wechat4u\lib\core.js:326:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)' } 16:52:05 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined 16:52:07 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined 16:52:09 WARN PuppetWechat4u contactRawPayload(AssertionError [ERR_ASSERTION]: 1205 == 0) wechat4u.batchGetContact() exception: undefined

lfcleo commented 2 months ago

我也出现这个了,但还能使用,就是控制台一直输出这个,你解决了吗?