-
Notifications
You must be signed in to change notification settings - Fork 39
[BUG] 扫码后报错uncaughtException AssertionError [ERR_ASSERTION]: 1 == 0 #2
Description
提交 issue 前,请先确认:
- 我已看过 FAQ,此问题不在列表中
- 我已看过其他 issue,他们不能解决我的问题
表现
描述 BUG 的表现情况
运行环境:
- 操作系统:Ubuntu 22.04
- Docker: true
- 项目版本:1.0.0
复现步骤
描述你是如何触发这个 BUG 的
手机扫码确认后这个报错
wechatbot_1 | uncaughtException AssertionError [ERR_ASSERTION]: 1 == 0
wechatbot_1 | at Object.equal (/app/node_modules/wechat4u/src/util/global.js:53:14)
wechatbot_1 | at /app/node_modules/wechat4u/src/core.js:194:16
wechatbot_1 | at processTicksAndRejections (node:internal/process/task_queues:96:5) {
wechatbot_1 | code: 2,
wechatbot_1 | details: 'AssertionError [ERR_ASSERTION]: 1 == 0\n' +
wechatbot_1 | ' at Object.equal (/app/node_modules/wechat4u/src/util/global.js:53:14)\n' +
wechatbot_1 | ' at /app/node_modules/wechat4u/src/core.js:194:16\n' +
wechatbot_1 | ' at processTicksAndRejections (node:internal/process/task_queues:96:5)'
wechatbot_1 | }