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
`08-07 20:22:32 [ERROR] nonebot | Failed to import "nonebot_plugin_eventmonitor"
Traceback (most recent call last):
File "/root/wfbot/bot.py", line 14, in
nonebot.load_from_toml("pyproject.toml")
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/load.py", line 131, in load_from_toml
return load_all_plugins(plugins, plugin_dirs)
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/load.py", line 65, in load_all_plugins
return manager.load_all_plugins()
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 203, in load_all_plugins
return set(
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 204, in
filter(None, (self.load_plugin(name) for name in self.available_plugins))
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 167, in load_plugin
module = importlib.import_module(self._third_party_plugin_ids[name])
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 255, in exec_module
super().exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/usr/local/lib/python3.10/dist-packages/nonebot_plugin_eventmonitor/init.py", line 16, in
require("nonebot_plugin_apscheduler")
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/load.py", line 188, in require
raise RuntimeError(f'Cannot load plugin "{name}"!')
RuntimeError: Cannot load plugin "nonebot_plugin_apscheduler"!`
这里存在两个包名"nonebot_plugin_eventmonitor"和"nonebot_plugin_apscheduler"
而且文档有很多写不一样的
The text was updated successfully, but these errors were encountered:
`08-07 20:22:32 [ERROR] nonebot | Failed to import "nonebot_plugin_eventmonitor"
Traceback (most recent call last):
File "/root/wfbot/bot.py", line 14, in
nonebot.load_from_toml("pyproject.toml")
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/load.py", line 131, in load_from_toml
return load_all_plugins(plugins, plugin_dirs)
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/load.py", line 65, in load_all_plugins
return manager.load_all_plugins()
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 203, in load_all_plugins
return set(
File "/usr/local/lib/python3.10/dist-packages/nonebot/plugin/manager.py", line 204, in
filter(None, (self.load_plugin(name) for name in self.available_plugins))
The text was updated successfully, but these errors were encountered: