Replies: 1 comment
-
此异常大概率为缺失部分依赖或启动方式错误 可以试着参考 https://github.com/simple-robot/simbot-mirai-spring-boot-demo 的配置 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
配置一切按照2.0的文档书写,但是启动报错创建这个simbotContext异常,(本人尝试过只使用这两个结合,排除自己的其他代码的影响,但是还是报错)
错误全称:```
Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'simbotContext' defined in love.forte.simbot.spring.autoconfigure.SimbotAppConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [love.forte.simbot.core.SimbotContext]: Factory method 'simbotApp' threw exception; nested exception is love.forte.common.ioc.exception.NoSuchDependException: love.forte.simbot.api.sender.SenderFactory
Beta Was this translation helpful? Give feedback.
All reactions