-
Notifications
You must be signed in to change notification settings - Fork 40
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 GError这个错误 #59
Comments
|
还没有 |
我挂服务器,用 node 20 经常这样,但我改用 node 18 已经稳定2周了。 |
改用18以后最长稳定了多久啊? |
uncaughtException GError: 状态同步超过300s未响应,5s后尝试重启
at Wechat.checkPolling (/opt/getting-started-main/node_modules/wechat4u/lib/wechat.js:298:19)
at Timeout._onTimeout (/opt/getting-started-main/node_modules/wechat4u/lib/wechat.js:319:25)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
code: 2,
details: 'Error: 状态同步超过300s未响应,5s后尝试重启\n' +
' at Wechat.checkPolling (/opt/getting-started-main/node_modules/wechat4u/lib/wechat.js:298:19)\n' +
' at Timeout._onTimeout (/opt/getting-started-main/node_modules/wechat4u/lib/wechat.js:319:25)\n' +
' at listOnTimeout (node:internal/timers:559:17)\n' +
' at processTimers (node:internal/timers:502:7)'
}
这是因为网络问题吗?
The text was updated successfully, but these errors were encountered: