You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
06-20 14:27:40 [ERROR] apscheduler | Job "live_sched (trigger: interval[0:00:10], next run at: 2023-06-20 14:27:50 CST)" raised an exception
Traceback (most recent call last):
File "<string>", line 1, in<module>
File "/usr/lib/python3.10/multiprocessing/spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "/usr/lib/python3.10/multiprocessing/spawn.py", line 129, in _main
return self._bootstrap(parent_sentinel)
File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/nonebot_plugin_reboot/reloader.py", line 27, in _run
_nb_run(*args, **kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/nonebot/__init__.py", line 309, in run
get_driver().run(*args, **kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/nonebot/drivers/fastapi.py", line 198, in run
uvicorn.run(
File "/home/ubuntu/.local/lib/python3.10/site-packages/uvicorn/main.py", line 578, in run
server.run()
File "/home/ubuntu/.local/lib/python3.10/site-packages/uvicorn/server.py", line 61, in run
return asyncio.run(self.serve(sockets=sockets))
File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
> File "/home/ubuntu/.local/lib/python3.10/site-packages/apscheduler/executors/base_py3.py", line 30, in run_coroutine_job
retval = await job.func(*job.args, **job.kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/haruka_bot/plugins/pusher/live_pusher.py", line 22, in live_sched
res = await get_rooms_info_by_uids(uids, reqtype="web", proxies=PROXIES)
File "/home/ubuntu/.local/lib/python3.10/site-packages/bilireq/live/__init__.py", line 14, in get_rooms_info_by_uids
return await post(url, json=data, auth=auth, reqtype=reqtype, **kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/bilireq/utils/__init__.py", line 171, in post
return await request("POST", url, **kwargs)
File "/home/ubuntu/.local/lib/python3.10/site-packages/bilireq/utils/__init__.py", line 158, in request
raise ResponseCodeError(
bilireq.exceptions.ResponseCodeError: 错误码: 65530, 信息: route_exception
The text was updated successfully, but these errors were encountered:
运行环境
ubuntu22.04
HarukaBot 版本
1.5.4
go-cqhttp 版本
1.0.1
错误描述
在定时检查推送的时候报错,
我当前环境是py3.10.6,nb2.0.0,使用pip安装,是插件版本,在有订阅的情况下会出现。
我希望解决这个问题,正常的检查关注信息并推送
报错日志(如果有)
The text was updated successfully, but these errors were encountered: