-
Notifications
You must be signed in to change notification settings - Fork 6
Description
查了Debug后是这样的:
05-14 20:50:36 [DEBUG] nonebot | Running PreProcessors...
05-14 20:50:36 [DEBUG] nonebot | Checking for matchers in priority 1...
05-14 20:50:36 [INFO] nonebot | Event will be handled by Matcher(type='message', module=src.plugins.nonebot_plugin_random_reply.nonebot_plugin_random_reply, lineno=304)
05-14 20:50:36 [DEBUG] nonebot | Running Matcher(type='message', module=src.plugins.nonebot_plugin_random_reply.nonebot_plugin_random_reply, lineno=304)
05-14 20:50:36 [DEBUG] nonebot | Running handler Dependent(call=handle)
05-14 20:50:36 [DEBUG] nonebot | Handler Dependent(call=handle) skipped
05-14 20:50:36 [INFO] nonebot | Matcher(type='message', module=src.plugins.nonebot_plugin_random_reply.nonebot_plugin_random_reply, lineno=304) running complete
05-14 20:50:36 [DEBUG] nonebot | Stop event propagation
05-14 20:50:36 [DEBUG] nonebot | Checking for matchers completed
handle()一直被跳过,无法正常运行插件