wechat-bot icon indicating copy to clipboard operation
wechat-bot copied to clipboard

docker部署运行约两天后报错停止

Open sd3420625 opened this issue 8 months ago • 5 comments

ubuntu22系统,新版代码,docker部署约40小时后log显示报错(此问题老版本程序也存在),具体如下:

❌ bot error handle: GError: 连续167次同步失败,5s后尝试重启 at /app/node_modules/wechat4u/lib/wechat.js:129:22 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 2, details: 'Error: 连续167次同步失败,5s后尝试重启\n' + ' at /app/node_modules/wechat4u/lib/wechat.js:129:22\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)' } ❌ uncaughtException 捕获到未处理的异常: Error: must logout first before login again! at PuppetWechat4u.login (file:///app/node_modules/wechaty-puppet/dist/esm/src/mixins/login-mixin.js:81:23) at Wechat. (file:///app/node_modules/wechaty-puppet-wechat4u/dist/esm/src/puppet-wechat4u.js:289:24) at Wechat.emit (node:events:513:28) at /app/node_modules/wechat4u/lib/wechat.js:202:16 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) uncaughtException Error: must logout first before login again! at PuppetWechat4u.login (file:///app/node_modules/wechaty-puppet/dist/esm/src/mixins/login-mixin.js:81:23) at Wechat. (file:///app/node_modules/wechaty-puppet-wechat4u/dist/esm/src/puppet-wechat4u.js:289:24) at Wechat.emit (node:events:513:28) at /app/node_modules/wechat4u/lib/wechat.js:202:16 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ❌ bot error handle: AssertionError [ERR_ASSERTION]: 1205 == 0 at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24) at /app/node_modules/wechat4u/lib/core.js:265:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1205 == 0\n' + ' at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24)\n' + ' at /app/node_modules/wechat4u/lib/core.js:265:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)' } ❌ bot error handle: AssertionError [ERR_ASSERTION]: 1205 == 0 at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24) at /app/node_modules/wechat4u/lib/core.js:265:24 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { code: 2, details: 'AssertionError [ERR_ASSERTION]: 1205 == 0\n' + ' at Object.equal (/app/node_modules/wechat4u/lib/util/global.js:69:24)\n' + ' at /app/node_modules/wechat4u/lib/core.js:265:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)' } ❌ bot error handle: 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:446: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:446:24\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)'

荣大方便时候看看

sd3420625 avatar Jun 27 '24 07:06 sd3420625