GraiaProject / Application

一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
https://graia-document.vercel.app/
GNU Affero General Public License v3.0
438 stars 63 forks source link

提示 metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases #148

Closed LinHui88 closed 3 years ago

LinHui88 commented 3 years ago

描述你遇到的问题: 提示 metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

复现步骤: 该 BUG 会在进行以下操作后出现:

  1. ... 本来正常运行 然后手抖又安了一下scheduler
  2. ...

发生错误的代码

image

控制台日志输出截图:

mirai正常,现在是无法启动 直接报错 运行环境:

graia-broadcast 0.11.1 graia-scheduler 0.0.5

额外信息:

GMYXDS commented 3 years ago

这个是咋解决的