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 }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
当我搭建好相关的服务,调用接口发送消息的时候,当天下午测试可以调用发送,第二天早上好像也可以调用发送,但是第三天早上可能就发送失败了,根据代码查看发现500
uncaughtException AssertionError [ERR_ASSERTION]: 3 == 0
at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24)
at /app/node_modules/wechat4u/lib/core.js:444:24
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 2,
details: 'AssertionError [ERR_ASSERTION]: 3 == 0\n' +
' at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24)\n' +
' at /app/node_modules/wechat4u/lib/core.js:444:24\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)'
}
uncaughtException GError: 状态同步超过284.609s未响应,5s后尝试重启
at Wechat.checkPolling (/app/node_modules/wechat4u/lib/wechat.js:298:19)
at Timeout._onTimeout (/app/node_modules/wechat4u/lib/wechat.js:319:25)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
code: 2,
details: 'Error: 状态同步超过284.609s未响应,5s后尝试重启\n' +
' at Wechat.checkPolling (/app/node_modules/wechat4u/lib/wechat.js:298:19)\n' +
' at Timeout._onTimeout (/app/node_modules/wechat4u/lib/wechat.js:319:25)\n' +
' at listOnTimeout (node:internal/timers:569:17)\n' +
' at process.processTimers (node:internal/timers:512:7)'
}
Error handling POST request: AssertionError [ERR_ASSERTION]: 1102 == 0
at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24)
at /app/node_modules/wechat4u/lib/core.js:535:24
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PuppetWechat4u.messageSendText (/app/node_modules/wechaty-puppet-wechat4u/dist/cjs/src/puppet-wechat4u.js:635:9)
at async WechatifiedUserClass.say (/app/node_modules/wechaty/dist/cjs/src/user-modules/room.js:371:21)
at async formatAndSendMsg (/app/src/service/msg.js:8:7)
at async /app/src/route/msg.js:31:28 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1102,
expected: 0,
The text was updated successfully, but these errors were encountered: