Closed Textowhtml closed 1 year ago
提供项目的完整依赖信息
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>simbot.example</groupId>
<artifactId>simbot-boot-normal-java</artifactId>
<version>0</version>
<properties>
<java.version>17</java.version>
<simbot.version>3.0.0-RC.2</simbot.version>
<simbot-mirai.version>3.0.0.0-M5</simbot-mirai.version>
</properties>
<dependencies>
<dependency>
<groupId>love.forte.simbot.boot</groupId>
<artifactId>simboot-core</artifactId>
<version>${simbot.version}</version>
</dependency>
<dependency>
<groupId>love.forte.simbot.component</groupId>
<artifactId>simbot-component-mirai-core</artifactId>
<version>${simbot-mirai.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
临时增加依赖解决:
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.8.0</version>
</dependency>
后续版本会修复此问题,或直接使用 simboot-core-spring-boot-starter
也不会有此问题
问题修复需要等待
kotlinx-coroutines
下一个默认为Kotlin v1.8.x
的版本发布
版本号
v3.0.0
附加版本
这是版本依赖
下面是配置文件 { "component": "simbot.mirai", "code": 1437542624, "passwordInfo": { "type": "text", "text": "xxxxx" }, "config": { "protocol": "ANDROID_WATCH", "deviceInfo": { "type": "auto" }, "recallMessageCacheStrategyConfig": { "type": "invalid" } } }
问题描述
启动时报错, 已经通过滑块验证及短信验证
复现方式
启动时报错
相关日志
其他补充
No response