Ice9Coffee / HoshinoBot

A qqbot for Princess Connect Re:Dive (and other usage :)
GNU General Public License v3.0
1.42k stars 412 forks source link

UserWarning: defining message_preprocessor outside a plugin is deprecated #205

Closed GirlKiller512 closed 2 years ago

GirlKiller512 commented 3 years ago

星乃运行后会出现以下 Warning:

/usr/local/lib/python3.9/site-packages/nonebot/message.py:58: UserWarning: defining message_preprocessor outside a plugin is deprecated and will not be supported in the future
  warnings.warn('defining message_preprocessor outside a plugin is deprecated '

NoneBot 1.9.0 更新日志里面有一句:

重要:通过 message_preprocessor 注册的消息预处理器在 PluginManager.remove_plugin, PluginManager.switch_plugin_global, reload_plugin 执行后也会被一并移除

应该跟这个有关系

(虽然运行没多大影响但还是提一下吧)

Ice9Coffee commented 2 years ago

nonebot 1.6之后的特性完全没有用到,现在感觉越更越难用了...😅 HoshinoBot暂时先维持兼容nonebot 1.8.x,之后看情况迁移至nb2