-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
【错误回报】 #389
Comments
网络问题 |
是指我链接 |
可以增加 |
是的, 网络波动 默认timeout是5.0秒, 可以自己添加timeout参数 如果不是一直报错不建议修改 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
运行环境
windows10
HarukaBot 版本
1.5.4
go-cqhttp 版本
v11
错误描述
apscheduler爆出连接超时错误(ConnectTimeout)
文件路径:E:\IDEAyes\BOT\nonebot2\venv\lib\site-packages\apscheduler\executors\base_py3.py【第30行】
错误的源头是代码中的live_sched函数开始的。在live_sched函数中调用了get_rooms_info_by_uids函数,该函数又调用了post函数,最终导致了连接超时的异常。具体的代码文件和行数如下:
文件路径:E:\IDEAyes\BOT\nonebot2\venv\lib\site-packages\haruka_bot\plugins\pusher\live_pusher.py【第22行】
报错日志(如果有)
No response
The text was updated successfully, but these errors were encountered: