-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
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]: 1 == 0 #259
Comments
有一样问题的朋友顶上去 |
同问 |
随之而来的是微信官方的警告⚠ |
看到群里说 wechatty 凉了 |
对,只要用就封号或者警告 |
大概率肯定是,现在一用就警告或者封号 |
大家都等一波吧,应该是用的人很多,最近微信查的好严格,其它同类型的库都存在这个问题 |
目前 pad 协议正常些(需要自行去 wecahty 官方购买),免费的 web 协议会有问题(能登录,容易弹警告或者频繁使用被检测有封号的风险) 主要是 底层的 wechaty 不怎么维护了,他们好像被腾讯告了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uncaughtException AssertionError [ERR_ASSERTION]: 1 == 0
at Object.equal (F:\iprogram\wechat-bot\node_modules\wechat4u\lib\util\global.js:69:24)
at F:\iprogram\wechat-bot\node_modules\wechat4u\lib\core.js:229:24
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 2,
details: 'AssertionError [ERR_ASSERTION]: 1 == 0\n' +
' at Object.equal (F:\iprogram\wechat-bot\node_modules\wechat4u\lib\util\global.js:69:24)\n' +
' at F:\iprogram\wechat-bot\node_modules\wechat4u\lib\core.js:229:24\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)'
}
It no longer works, and it seems to be a dependency library issue. How can I fix this?
The text was updated successfully, but these errors were encountered: