MiraiForum

    • 注册
    • 登录
    • 搜索
    • 热门
    • 最新
    • 未解决
    • 标签
    • 群组
    • 友情链接
    1. 主页
    2. bsulike
    B
    • 资料
    • 关注 0
    • 粉丝 0
    • 主题 0
    • 帖子 1
    • 最佳 1
    • 有争议的 0
    • 群组 0

    bsulike

    @bsulike

    1
    声望
    1
    资料浏览
    1
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    bsulike 取消关注 关注

    bsulike 发布的最佳帖子

    • RE: mirai-http-api启动时报错

      @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

      发布在 HTTP API和第三方SDK
      B
      bsulike

    bsulike 发布的最新帖子

    • RE: mirai-http-api启动时报错

      @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

      发布在 HTTP API和第三方SDK
      B
      bsulike