Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]:BBot控制台卡死,无法正常退出 #18

Closed
4 tasks done
Well2333 opened this issue Sep 10, 2022 · 4 comments
Closed
4 tasks done

[Bug]:BBot控制台卡死,无法正常退出 #18

Well2333 opened this issue Sep 10, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@Well2333
Copy link
Collaborator

Well2333 commented Sep 10, 2022

需要由您确认的事项

  • 我已阅读了项目的 Wiki,并且成功安装了所需的所有依赖。
  • 我已经使用 GitHub 的 Issue 搜索功能,并且确认我的问题并未被提出或解决。
  • 我已经确认我的问题不是上游错误。
  • 是否为 Release 的一键启动包。

系统

Linux

IDC

阿里云

Python 版本

Release

BBot 版本

v1.0.0

Mirai 版本号

v2.12.1

Mirai API HTTP 版本号

v2.5.2

问题简述

BBot在部署完成后可以正常启动,但会在初始化完毕后卡死,无法使用ctrl+c组合键中断,只能直接kill掉才可中止进程

Mirai 配置

adapters:
  - http
  - ws
debug: false
enableVerify: true
verifyKey: <*-*手动马赛克*-*> # 需要匹配的对象
singleMode: false
cacheSize: 4096
adapterSettings:
  http:
    host: 0.0.0.0 # 需要匹配的对象
    port: 34986     # 需要匹配的对象
    cors: [*]
  ws:
    host: 0.0.0.0 # 需要匹配的对象
    port: 34986     # 需要匹配的对象
    reservedSyncId: -1

BBot 配置

Mirai:
  account: <*-*手动马赛克*-*>
  verify_key: <*-*手动马赛克*-*>
  mirai_host: http://localhost:34986
Debug:
  groups:
  - <*-*手动马赛克*-*>
  enable: false
Bilibili:
  username: <*-*手动马赛克*-*>
  password: <*-*手动马赛克*-*>
  mobile_style: true
  concurrency: 5
  use_login: true
Event:
  mute: true
  permchange: true
log_level: INFO
name: Ptilopsis
master: <*-*手动马赛克*-*>
admins:
- <*-*手动马赛克*-*>
- <*-*手动马赛克*-*>
max_subsubscribe: 10
access_control: false

在此处填写 Mirai 日志

�[92m2022-09-10 02:55:33 I/main: Starting mirai-console...�[0m�[m
�[92m2022-09-10 02:55:33 I/main: Backend: version 2.12.1, built on 2022-07-31 17:49:27.�[0m�[m
�[92m2022-09-10 02:55:33 I/main: Frontend Terminal: version 2.12.1, provided by Mamoe Technologies�[0m�[m
�[92m2022-09-10 02:55:33 I/main: Welcome to visit https://mirai.mamoe.net/�[0m�[m
�[91m2022-09-10 02:55:33 W/stderr: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".�[0m�[m
�[91m2022-09-10 02:55:33 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation�[0m�[m
�[91m2022-09-10 02:55:33 W/stderr: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.�[0m�[m
�[92m2022-09-10 02:55:34 I/plugin: Successfully loaded plugin net.mamoe.mirai-api-http v2.5.2�[0m�[m
�[92m2022-09-10 02:55:34 I/plugin: Successfully loaded plugin MCL Addon v2.0.2�[0m�[m
�[92m2022-09-10 02:55:34 I/main: Prepared built-in commands: autoLogin, help, login, logout, permission, status, stop�[0m�[m
�[92m2022-09-10 02:55:34 I/Mirai HTTP API: ********************************************************�[0m�[m
�[91m2022-09-10 02:55:34 W/stderr: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".�[0m�[m
�[91m2022-09-10 02:55:34 W/stderr: SLF4J: Defaulting to no-operation (NOP) logger implementation�[0m�[m
�[91m2022-09-10 02:55:34 W/stderr: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.�[0m�[m
�[92m2022-09-10 02:55:34 I/http adapter: >>> [http adapter] is listening at http://0.0.0.0:34986�[0m�[m
�[92m2022-09-10 02:55:34 I/ws adapter: >>> [ws adapter] is listening at ws://0.0.0.0:34986�[0m�[m
�[92m2022-09-10 02:55:34 I/Mirai HTTP API: Http api server is running with verifyKey: <*-*手动马赛克*-*>
�[92m2022-09-10 02:55:34 I/Mirai HTTP API: adaptors: [http,ws]�[0m�[m
�[92m2022-09-10 02:55:34 I/Mirai HTTP API: ********************************************************�[0m�[m
�[92m2022-09-10 02:55:34 I/MCL Addon: iTXTech MCL Version: 2.1.0-71ec418�[0m�[m
�[91m2022-09-10 02:55:34 W/MCL Addon: iTXTech Soyuz 未安装,Soyuz MCL Handler 特性已禁用�[0m�[m
�[92m2022-09-10 02:55:34 I/main: 2 plugin(s) enabled.�[0m�[m
�[92m2022-09-10 02:55:34 I/main: Auto-login 339865157�[0m�[m
�[91m2022-09-10 02:55:34 W/stderr: ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...�[0m�[m
�[92m2022-09-10 02:55:35 I/Bot.339865157: Loaded account secrets from local cache.�[0m�[m
�[92m2022-09-10 02:55:35 I/Bot.339865157: Saved account secrets to local cache for fast login.�[0m�[m
�[92m2022-09-10 02:55:35 I/Bot.339865157: Login successful.�[0m�[m
�[0m2022-09-10 02:55:36 V/Bot.339865157: Event: BotOnlineEvent(bot=Bot(339865157))�[0m�[m
�[92m2022-09-10 02:55:36 I/Bot.339865157: Bot login successful.�[0m�[m
�[92m2022-09-10 02:55:36 I/main: mirai-console started successfully.�[0m�[m
�[0m2022-09-10 09:27:27 V/Bot.339865157: Friend(1070330078) <- BBot-Graia成功启动。\n当前 Ptilopsis 共加入了 4 个群�[0m�[m
�[0m2022-09-10 09:27:27 V/Bot.339865157: Friend(1070330078) <- [Bilibili推送] 缓存登录完成�[0m�[m
�[0m2022-09-10 09:27:30 V/Bot.339865157: Friend(1070330078) <- [BiliBili推送] 将对 9 个 UP 进行监控,初始化完成�[0m�[m

在此处填写 BBot 日志

2022-09-10 09:27:25.240 | SUCCESS  | core.log:<module>:59 - 成功重载 logger,当前日志等级为 INFO
2022-09-10 09:27:25.245 | INFO     | bot:<module>:14 - BBot is starting...
2022-09-10 09:27:25.251 | INFO     | core.announcement:base_telemetry:76 - 
                     //
         \\         //
          \\       //
    ##DDDDDDDDDDDDDDDDDDDDDD##
    ## DDDDDDDDDDDDDDDDDDDD ##   ________  ________  ________  _________
    ## hh                hh ##  |\   __  \|\   __  \|\   __  \|\___   ___\
    ## hh    //    \\    hh ##  \ \  \|\ /\ \  \|\ /\ \  \|\  \|___ \  \_|
    ## hh   //      \\   hh ##   \ \   __  \ \   __  \ \  \\\  \   \ \  \
    ## hh                hh ##    \ \  \|\  \ \  \|\  \ \  \\\  \   \ \  \
    ## hh      wwww      hh ##     \ \_______\ \_______\ \_______\   \ \__\
    ## hh                hh ##      \|_______|\|_______|\|_______|    \|__|
    ## MMMMMMMMMMMMMMMMMMMM ##
    ##MMMMMMMMMMMMMMMMMMMMMM##  Release 1.0.0. Powered by graia-ariadne 0.8.4.
        \/            \/

graia-ariadne: 0.8.4
2022-09-10 09:27:25.254 | DEBUG    | logging:callHandlers:1661 - Using selector: EpollSelector
2022-09-10 09:27:25.255 | DEBUG    | graia.saya:require:111 - require function
2022-09-10 09:27:25.313 | DEBUG    | logging:callHandlers:1661 - ('CREATE TABLE IF NOT EXISTS "dynamic_push" ("id" INTEGER NOT NULL PRIMARY KEY, "uid" VARCHAR(255) NOT NULL, "uname" VARCHAR(255) NOT NULL, "dyn_id" VARCHAR(255) NOT NULL, "dyn_type" VARCHAR(255) NOT NULL, "dyn_text" VARCHAR(255), "push_groups" INTEGER NOT NULL, "push_time" DATETIME NOT NULL)', [])
2022-09-10 09:27:25.314 | DEBUG    | logging:callHandlers:1661 - ('CREATE UNIQUE INDEX IF NOT EXISTS "dynamicpush_dyn_id" ON "dynamic_push" ("dyn_id")', [])
2022-09-10 09:27:25.314 | DEBUG    | logging:callHandlers:1661 - ('CREATE TABLE IF NOT EXISTS "live_push" ("id" INTEGER NOT NULL PRIMARY KEY, "uid" VARCHAR(255) NOT NULL, "room_name" VARCHAR(255), "room_area_parent" VARCHAR(255), "room_area" VARCHAR(255), "statu" INTEGER NOT NULL, "push_groups" INTEGER NOT NULL, "push_time" DATETIME NOT NULL)', [])
2022-09-10 09:27:25.314 | DEBUG    | logging:callHandlers:1661 - ('CREATE TABLE IF NOT EXISTS "sub_list" ("id" INTEGER NOT NULL PRIMARY KEY, "uid" VARCHAR(255) NOT NULL, "uname" VARCHAR(255) NOT NULL, "nick" VARCHAR(255), "group" VARCHAR(255) NOT NULL, "atall" INTEGER NOT NULL, "live" INTEGER NOT NULL, "dynamic" INTEGER NOT NULL)', [])
2022-09-10 09:27:25.390 | SUCCESS  | function:<module>:39 - [function] 加载完成
2022-09-10 09:27:25.392 | INFO     | graia.saya:require:134 - module loading finished: function
2022-09-10 09:27:25.393 | INFO     | launart.manager:launch_blocking:446 - Starting launart main task...
2022-09-10 09:27:25.395 | INFO     | launart.manager:launch:319 - Launching 5 components as async task...
2022-09-10 09:27:25.401 | INFO     | graia.ariadne.service:base_telemetry:105 - 
    _         _           _
   / \   _ __(_) __ _  __| |_ __   ___
  / _ \ | '__| |/ _` |/ _` | '_ \ / _ \
 / ___ \| |  | | (_| | (_| | | | |  __/
/_/   \_\_|  |_|\__,_|\__,_|_| |_|\___|

graia-amnesia: 0.5.8
graia-ariadne: 0.8.4
graia-broadcast: 0.18.2
graia-saya: 0.0.16
graia-scheduler: 0.0.8
2022-09-10 09:27:25.404 | INFO     | launart.manager:_launchable_task_done_callback:59 - [elizabeth.connection.339865157.http_client_connection] completed.
2022-09-10 09:27:25.405 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:25.406 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:25.406 | DEBUG    | function.pusher.dynamic:main:52 - [Dynamic Pusher] Dynamic Pusher is not init
2022-09-10 09:27:25.406 | SUCCESS  | launart.manager:launch:358 - Layer #1:[http.universal_client, cache.client] preparation completed.
2022-09-10 09:27:25.408 | INFO     | function.event.bot_launch:main:23 - 正在获取浏览器版本
2022-09-10 09:27:25.413 | SUCCESS  | launart.manager:launch:358 - Layer #3:[elizabeth.service] preparation completed.
2022-09-10 09:27:25.415 | INFO     | launart.manager:launch:363 - All components prepared, start blocking phase.
2022-09-10 09:27:25.469 | SUCCESS  | graia.ariadne.connection.ws:_:60 - Successfully got session key
2022-09-10 09:27:25.920 | INFO     | function.event.bot_launch:main:27 - [BiliBili推送] 浏览器启动完成,当前版本 5.0 (Linux; Android 10; RMX1911) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Mobile Safari/537.36
2022-09-10 09:27:25.923 | INFO     | function.event.bot_launch:main:32 - [BiliBili推送] 正在获取首页 Cookie
2022-09-10 09:27:25.958 | DEBUG    | logging:callHandlers:1661 - HTTP Request: GET https://bilibili.com/ "HTTP/1.1 301 Moved Permanently"
2022-09-10 09:27:26.410 | INFO     | function.pusher.init:init:76 - [BiliBili推送] 当前为登录模式,正在进行登录流程
2022-09-10 09:27:26.587 | DEBUG    | logging:callHandlers:1661 - HTTP Request: GET https://www.bilibili.com/ "HTTP/1.1 302 Found"
2022-09-10 09:27:27.221 | DEBUG    | logging:callHandlers:1661 - HTTP Request: GET https://www.bilibili.com/?rt=<*-*手动马赛克*-*> "HTTP/1.1 200 OK"
2022-09-10 09:27:27.222 | DEBUG    | function.event.bot_launch:main:34 - <Cookies <*-*手动马赛克*-*>>
2022-09-10 09:27:27.223 | INFO     | function.event.bot_launch:main:36 - Graia 成功启动
2022-09-10 09:27:27.334 | INFO     | graia.ariadne.model:log:84 - 339865157: [SEND][Well404(1070330078)] <- BBot-Graia成功启动。\n当前 Ptilopsis 共加入了 4 个群
2022-09-10 09:27:27.397 | DEBUG    | function.pusher.dynamic:debug:131 - {'liveing': {}, 'offset': None, 'init': False, 'dynamic_updateing': False, 'live_updateing': False}
2022-09-10 09:27:27.600 | DEBUG    | logging:callHandlers:1661 - HTTP Request: POST https://passport.bilibili.com/api/v2/oauth2/refresh_token?access_token=<*-*手动马赛克*-*> "HTTP/1.1 200 OK"
2022-09-10 09:27:27.632 | SUCCESS  | function.pusher.init:init:84 - [Bilibili推送] 缓存登录完成
2022-09-10 09:27:27.730 | INFO     | graia.ariadne.model:log:84 - 339865157: [SEND][Well404(1070330078)] <- [Bilibili推送] 缓存登录完成
2022-09-10 09:27:27.732 | INFO     | function.pusher.init:init:166 - [Bilibili推送] 登录完成
2022-09-10 09:27:27.907 | DEBUG    | logging:callHandlers:1661 - HTTP Request: GET https://passport.bilibili.com/api/v2/oauth2/info?access_token<*-*手动马赛克*-*> "HTTP/1.1 200 OK"
2022-09-10 09:27:27.958 | DEBUG    | function.pusher.init:init:168 - {'mid': <*-*手动马赛克*-*>, 'access_token': '<*-*手动马赛克*-*>', 'expires_in': 15552000}
2022-09-10 09:27:27.959 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:27.960 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:28.211 | INFO     | function.pusher.init:init:245 - [BiliBili推送] 直播初始化完成,当前 0 个 UP 正在直播
2022-09-10 09:27:28.408 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:28.408 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:28.409 | DEBUG    | function.pusher.dynamic:main:52 - [Dynamic Pusher] Dynamic Pusher is not init
2022-09-10 09:27:29.213 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:29.397 | DEBUG    | function.pusher.dynamic:debug:131 - {'liveing': {}, 'offset': None, 'init': False, 'dynamic_updateing': False, 'live_updateing': False}
2022-09-10 09:27:29.737 | INFO     | function.pusher.init:init:258 - [BiliBili推送] 动态初始化完成,offset:704035841054343176
2022-09-10 09:27:29.740 | SUCCESS  | function.pusher.init:init:260 - [BiliBili推送] 将对 9 个 UP 进行监控,初始化完成
2022-09-10 09:27:30.845 | INFO     | graia.ariadne.model:log:84 - 339865157: [SEND][Well404(1070330078)] <- [BiliBili推送] 将对 9 个 UP 进行监控,初始化完成
2022-09-10 09:27:31.398 | DEBUG    | function.pusher.dynamic:debug:131 - {'liveing': {}, 'offset': 704035841054343176, 'init': True, 'dynamic_updateing': False, 'live_updateing': False}
2022-09-10 09:27:31.411 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:31.411 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:31.412 | DEBUG    | function.pusher.dynamic:main:65 - [Dynamic] Start to get dynamic list
2022-09-10 09:27:31.412 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:31.868 | DEBUG    | function.pusher.dynamic:main:75 - [Dynamic] Start to check dynamic
2022-09-10 09:27:31.869 | DEBUG    | function.pusher.dynamic:main:77 - [Dynamic] Get 20 dynamics
2022-09-10 09:27:31.869 | DEBUG    | function.pusher.dynamic:main:84 - [Dynamic] 0 new dynamics
2022-09-10 09:27:31.869 | DEBUG    | function.pusher.dynamic:main:125 - [Dynamic] Updateing finished
2022-09-10 09:27:32.373 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:32.373 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:32.374 | DEBUG    | function.pusher.dynamic:main:65 - [Dynamic] Start to get dynamic list
2022-09-10 09:27:32.374 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:32.397 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:32.397 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:32.570 | DEBUG    | logging:callHandlers:1661 - HTTP Request: POST https://api.live.bilibili.com/room/v1/Room/get_status_info_by_uids?<*-*手动马赛克*-*> "HTTP/1.1 200 OK"
2022-09-10 09:27:32.897 | DEBUG    | function.pusher.dynamic:main:75 - [Dynamic] Start to check dynamic
2022-09-10 09:27:32.897 | DEBUG    | function.pusher.dynamic:main:77 - [Dynamic] Get 20 dynamics
2022-09-10 09:27:32.898 | DEBUG    | function.pusher.dynamic:main:84 - [Dynamic] 0 new dynamics
2022-09-10 09:27:32.898 | DEBUG    | function.pusher.dynamic:main:125 - [Dynamic] Updateing finished
2022-09-10 09:27:33.399 | DEBUG    | function.pusher.dynamic:debug:131 - {'liveing': {}, 'offset': 704035841054343176, 'init': True, 'dynamic_updateing': False, 'live_updateing': False, 'last_update': '2022-09-10 09:27:32', 'last_finish': '2022-09-10 09:27:32'}
2022-09-10 09:27:33.401 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:33.401 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:33.401 | DEBUG    | function.pusher.dynamic:main:65 - [Dynamic] Start to get dynamic list
2022-09-10 09:27:33.402 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:33.605 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:33.606 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:33.781 | DEBUG    | logging:callHandlers:1661 - HTTP Request: POST https://api.live.bilibili.com/room/v1/Room/get_status_info_by_uids?<*-*手动马赛克*-*> "HTTP/1.1 200 OK"
2022-09-10 09:27:33.861 | DEBUG    | function.pusher.dynamic:main:75 - [Dynamic] Start to check dynamic
2022-09-10 09:27:33.861 | DEBUG    | function.pusher.dynamic:main:77 - [Dynamic] Get 20 dynamics
2022-09-10 09:27:33.861 | DEBUG    | function.pusher.dynamic:main:84 - [Dynamic] 0 new dynamics
2022-09-10 09:27:33.861 | DEBUG    | function.pusher.dynamic:main:125 - [Dynamic] Updateing finished
2022-09-10 09:27:34.364 | DEBUG    | function.pusher.dynamic:main:47 - [Dynamic Pusher] Dynamic Pusher running now...
2022-09-10 09:27:34.364 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:34.364 | DEBUG    | function.pusher.dynamic:main:65 - [Dynamic] Start to get dynamic list
2022-09-10 09:27:34.365 | DEBUG    | logging:callHandlers:1661 - Using AsyncIOEngine.POLLER as I/O engine
2022-09-10 09:27:34.816 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:34.817 | DEBUG    | logging:callHandlers:1661 - ('SELECT DISTINCT "t1"."uid" FROM "sub_list" AS "t1"', [])
2022-09-10 09:27:34.856 | DEBUG    | function.pusher.dynamic:main:75 - [Dynamic] Start to check dynamic
2022-09-10 09:27:34.856 | DEBUG    | function.pusher.dynamic:main:77 - [Dynamic] Get 20 dynamics
2022-09-10 09:27:34.856 | DEBUG    | function.pusher.dynamic:main:84 - [Dynamic] 0 new dynamics
2022-09-10 09:27:34.857 | DEBUG    | function.pusher.dynamic:main:125 - [Dynamic] Updateing finished

其他信息

Ubuntu 20.04.1 LTS
log-30.log
debug.log

@Well2333 Well2333 added the bug Something isn't working label Sep 10, 2022
@djkcyl
Copy link
Owner

djkcyl commented Sep 10, 2022

请将所有依赖升级至最新版

@djkcyl djkcyl pinned this issue Sep 10, 2022
@Well2333
Copy link
Collaborator Author

我目前使用的依赖都是按照教程部署的,并且使用的都是我能找到的最新版本

@djkcyl
Copy link
Owner

djkcyl commented Sep 10, 2022

目前mah的2.5.2并不是最新版本,请升级至2.6.2重试一下
下载地址:https://github.com/project-mirai/mirai-api-http/releases
请下载 mirai-api-http-v2.6.2.mirai2.jar 并替换掉 mcl-2.1.0/plugins 文件夹下的旧版本插件

@Well2333
Copy link
Collaborator Author

已解决问题,将mirai-api-http升级至2.6.2后可以正常输出了!
十分感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants