-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
在调用 来两张图指令时报错 #236
Comments
|
|
aiofiles 24.1.0 |
PixivRepoMetadata 这个类的调用中 optional 的属性也必须传入一个None才能运行 |
确实,我还没测过pydantic v2的表现( |
10-14 19:38:26 [ERROR] nonebot | Running Matcher(type='message', module=nonebot_plugin_pixivbot.handler.common.random_recommended_illust, lineno=35) failed.
Traceback (most recent call last):
File "", line 17, in
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/site-packages/nonebot/init.py", line 335, in run
get_driver().run(*args, **kwargs)
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/site-packages/nonebot/drivers/none.py", line 56, in run
loop.run_until_complete(self._serve())
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/asyncio/base_events.py", line 634, in run_until_complete
self.run_forever()
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/asyncio/base_events.py", line 601, in run_forever
self._run_once()
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/asyncio/base_events.py", line 1905, in _run_once
handle._run()
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/home/linyuan/miniconda3/envs/nonebot/lib/python3.9/site-packages/nonebot/message.py", line 476, in check_and_run_matcher
await _run_matcher(
The text was updated successfully, but these errors were encountered: