-
Notifications
You must be signed in to change notification settings - Fork 8
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
重连机制失效? #64
Comments
Jun 26 05:59:12 nb[804586]: 06-26 05:59:12 [ERROR] nonebot | Kaiheila | Error while process data from websocketwss://ws.kaiheila.cn/gateway?compress=0&token=. Trying to reconnect... |
adapter版本已经是最新版本,在出现这个bug后无法自动恢复正常(表现为无法收到任何消息) |
错误信息在下一条comment(隐私信息已隐藏),在断网后重连无法正常接收到kook方向的信息
`import nonebot
from nonebot.adapters.kaiheila import adapter as KaiheilaAdapter
nonebot.init()
driver = nonebot.get_driver()
driver.register_adapter(KaiheilaAdapter)
nonebot.load_plugin("Bot")
if name == "main":
nonebot.run()`
以上为引入adapter的源代码
The text was updated successfully, but these errors were encountered: