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
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
Rule check failed for Matcher(type='message', module=nonebot-plugin-ncm, lineno=103).
Exception Group Traceback (most recent call last):
| File "", line 15, in
| nonebot.run()
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot_init_.py", line 337, in run
| get_driver().run(*args, **kwargs)
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\drivers\fastapi.py", line 188, in run
| uvicorn.run(
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\uvicorn\main.py", line 579, in run
| server.run()
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\uvicorn\server.py", line 65, in run
| return asyncio.run(self.serve(sockets=sockets))
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 194, in run
| return runner.run(main)
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 118, in run
| return self._loop.run_until_complete(task)
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 708, in run_until_complete
| self.run_forever()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 679, in run_forever
| self._run_once()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 2027, in _run_once
| handle._run()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\events.py", line 89, in _run
| self._context.run(self._callback, *self._args)
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\utils.py", line 254, in run_coro_with_shield
| return await coro
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\message.py", line 496, in check_and_run_matcher
| if not await _check_matcher(
| > File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\message.py", line 400, in _check_matcher
| if not await Matcher.check_rule(bot, event, state, stack, dependency_cache):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 403, in check_rule
| return event_type == (cls.type or event_type) and await cls.rule(
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 97, in call
| with catch({SkippedException: _handle_skipped_exception}):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\exceptiongroup_catch.py", line 39, in exit
| raise unhandled from exc.cause
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 98, in call
| async with anyio.create_task_group() as tg:
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\anyio_backends_asyncio.py", line 763, in aexit
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 95, in _run_checker
| result &= is_passed
| TypeError: unsupported operand type(s) for &=: 'bool' and 'NoneType'
+------------------------------------
Rule check failed for Matcher(type='message', module=nonebot-plugin-ncm, lineno=103).
| File "", line 15, in
| nonebot.run()
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot_init_.py", line 337, in run
| get_driver().run(*args, **kwargs)
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\drivers\fastapi.py", line 188, in run
| uvicorn.run(
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\uvicorn\main.py", line 579, in run
| server.run()
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\uvicorn\server.py", line 65, in run
| return asyncio.run(self.serve(sockets=sockets))
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 194, in run
| return runner.run(main)
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\runners.py", line 118, in run
| return self._loop.run_until_complete(task)
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 708, in run_until_complete
| self.run_forever()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 679, in run_forever
| self._run_once()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\base_events.py", line 2027, in _run_once
| handle._run()
| File "C:\Users\10905\AppData\Local\Programs\Python\Python313\Lib\asyncio\events.py", line 89, in _run
| self._context.run(self._callback, *self._args)
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\utils.py", line 254, in run_coro_with_shield
| return await coro
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\message.py", line 496, in check_and_run_matcher
| if not await _check_matcher(
| > File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\message.py", line 400, in _check_matcher
| if not await Matcher.check_rule(bot, event, state, stack, dependency_cache):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\matcher\matcher.py", line 403, in check_rule
| return event_type == (cls.type or event_type) and await cls.rule(
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 97, in call
| with catch({SkippedException: _handle_skipped_exception}):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\exceptiongroup_catch.py", line 39, in exit
| raise unhandled from exc.cause
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 98, in call
| async with anyio.create_task_group() as tg:
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\anyio_backends_asyncio.py", line 763, in aexit
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "E:\LLBOT\rainbowdashnb.venv\Lib\site-packages\nonebot\internal\rule.py", line 95, in _run_checker
| result &= is_passed
| TypeError: unsupported operand type(s) for &=: 'bool' and 'NoneType'
+------------------------------------