@jadlokin-scarlet 你或许可以尝试提升http-api的版本
http-api项目地址有相关升级配置
我是下载最新的 https://github.com/project-mirai/mirai-api-http/releases/tag/v2.1.0
直接替换了/plugins文件夹内的jar,然后 .\mcl -d updater
关闭更新
另外附上config.json
{
"js_optimization_level": -1,
"mirai_repo": "https://gitee.com/peratx/mirai-repo/raw/master",
"maven_repo": [
"https://maven.aliyun.com/repository/public"
],
"packages": [
{
"id": "net.mamoe:mirai-console",
"channel": "beta",
"version": "2.7-M2",
"type": "libs",
"versionLocked": false
},
{
"id": "net.mamoe:mirai-console-terminal",
"channel": "beta",
"version": "2.7-M2",
"type": "libs",
"versionLocked": false
},
{
"id": "net.mamoe:mirai-core-all",
"channel": "beta",
"version": "2.7-M2",
"type": "libs",
"versionLocked": false
},
{
"id": "org.itxtech:mcl-addon",
"channel": "stable",
"version": "1.2.1",
"type": "plugins",
"versionLocked": false
},
{
"id": "net.mamoe:mirai-api-http",
"channel": "stable",
"version": "v2.1.0.mirai",
"type": "plugins",
"versionLocked": false
}
],
"disabled_scripts": [
"updater"
],
"proxy": "",
"log_level": 1,
"script_props": {}
}
最后再带上之前论坛的解决方案:https://mirai.mamoe.net/topic/323/mirai更新到2-7m1后mirai-api-http插件无法使用/14