MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. cssxsh
    3. Posts
    • Profile
    • Following 0
    • Followers 129
    • Topics 61
    • Posts 2101
    • Best 158
    • Controversial 0
    • Groups 2

    Posts made by cssxsh

    • RE: 求助:请检查 magic-signer-guide by http://127.0.0.1:8888 的可用性
      1. 确认你要使用的签名服务 unidbg-fetch-qsign 或 magic-signer-guide
      2. 确认你的协议和服务相匹配
      posted in 使用交流
      cssxsh
      cssxsh
    • RE: magic-signer-guide 安装与对接的问题
      1. KFCFactory 正常来说应该会被 SPI 机制加载注册
      2. 如果项目结构特殊,可用使用 KFCFactory.install 手动注册
      posted in HTTP API和第三方SDK
      cssxsh
      cssxsh
    • RE: magic-signer-guide 安装与对接的问题

      Exception in thread "main" java.net.UnknownHostException: msfwifi.3g.qq.com: Temporary failure in name resolution

      检查 DNS 是不是有问题

      posted in HTTP API和第三方SDK
      cssxsh
      cssxsh
    • RE: 求助,使用fix-protocol-version时无法自动登录
      1. fix-protocol-version-1.9.5 对接了第三方签名服务 https://github.com/fuqiuluo/unidbg-fetch-qsign
        你需要开启一个实例对接
      2. unidbg-fetch-qsign 的默认端口是 8080 和 mirai-api-http 的默认端口也是 8080
        你需要修改 unidbg-fetch-qsign 或者 mirai-api-http 的端口 ,避免冲突
      3. 如果你修改 unidbg-fetch-qsign 的端口
        那么 KFCFactory.json 里的 base_url 也要一起修改
      posted in 使用交流
      cssxsh
      cssxsh
    • RE: 协议问题汇报

      @N70_ 在 协议问题汇报 中说:

      http://127.0.0.1:8080

      请确认这个是可用的 unidbg-fetch-qsign,服务

      另外,这已经超出了本贴的讨论范围

      posted in 官方公告
      cssxsh
      cssxsh
    • RE: 协议问题汇报

      @N70_ 在 协议问题汇报 中说:

      ANDROID_PHONE 8.9.58.11170 2023-05-19T11:35+08:00
      ANDROID_PAD 8.9.58.11170 2023-05-19T11:35+08:00

      posted in 官方公告
      cssxsh
      cssxsh
    • 写了点示例代码

      https://github.com/cssxsh/mirai-example

      Mirai 示例代码

      如果没有你想学习或参照的示例,可以到 issues 表述需求

      posted in 开发交流
      cssxsh
      cssxsh
    • RE: Mirai Content Censor 群内容审核插件

      @liuguang

      去开个 issue

      posted in 插件发布
      cssxsh
      cssxsh
    • 关于签名服务

      为什么需要签名服务

      登录和发消息时需要对数据包进行签名验证
      无法通过验证就会出现 code=45 或者 他人无法看到机器人发送的消息
      并且签名服务和登录协议版本需要匹配,否则签名无效

      Mirai 对签名服务支持

      Mirai 不会提供内置的签名服务,但提供了接入第三方服务的接口

      需要注意的是,Mirai 不对签名服务作任何的推荐,
      并且是否使用及使用何种服务,由用户自行决定。

      对签名服务支持是在 2.15.0 正式引入的

      如何使用第三方签名服务

      • https://github.com/cssxsh/fix-protocol-version
        已经封装好的第三方对接插件,只需修改其配置文件即可
      posted in 官方公告
      cssxsh
      cssxsh
    • RE: 部署 unidbg-fetch-qsign 以后为什么MiraiLogger在Bot.login()的时候总是HttpRequestTimeoutException?

      https://github.com/fuqiuluo/unidbg-fetch-qsign/issues/120
      https://github.com/fuqiuluo/unidbg-fetch-qsign/issues/126

      posted in 开发交流
      cssxsh
      cssxsh
    • W/stderr: ERROR StatusLogger Log4j2 could not find a logging implementation.
      0000-00-00 00:00:00 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...
      

      mirai-console 出现这个的解决方法

      在 plugin-shared-libraries/libraries.txt 中加入两行

      org.apache.logging.log4j:log4j-api:2.20.0
      org.apache.logging.log4j:log4j-to-slf4j:2.20.0
      
      posted in 使用交流
      cssxsh
      cssxsh
    • RE: 协议问题汇报

      @Takeoff0518

      unidbg-fetch-qsign 自带两个版本 8.9.63 8.9.68 支持
      这个版本是在启动时指定的

      你的 mirai 的协议版本是 8.9.63

      请检查是否匹配

      posted in 官方公告
      cssxsh
      cssxsh
    • RE: 安装防风控插件fix-protocol-version后显示没有找到对应8.9.58的服务配置

      文件路径都给你了,打开看一下会死系列

      posted in 使用交流
      cssxsh
      cssxsh
    • 登录小技巧

      如果你为你的 bot 配置了自动登录

      那么 当你手动登录的时候将会载入自动登录的配置作为默认参数
      也就是说不需要输入密码和协议也能执行登录指令
      login 123456

      如下指令可以关闭自动登录但保留配置
      /autoLogin setConfig 12345 enable false

      如下指令可以调整登录指令
      /autoLogin setConfig 123456 protocol ANDROID_PAD

      posted in 使用交流
      cssxsh
      cssxsh
    • RE: unidbg-fetch-qsign 1.1.3 使用方法

      @earlydew

      你的网有点差,协议信息下载不下载
      更新一下 fix-protocol-version 吧

      posted in 使用交流
      cssxsh
      cssxsh
    • RE: B站订阅插件,动态、视频、直播订阅 @全体成员

      @dokurorz 在 B站订阅插件,动态、视频、直播订阅 @全体成员 中说:

      VideoSubtitle

      目测你的那个适配缺少这部分信息
      等待下个版本修复吧

      方便的话开个 issue https://github.com/cssxsh/bilibili-helper/issues

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: unidbg-fetch-qsign 1.1.3 使用方法

      @PopChicken

      https://github.com/cssxsh/fix-protocol-version#命令
      protocol sync ANDROID_PAD 更新协议

      posted in 使用交流
      cssxsh
      cssxsh
    • RE: 协议问题汇报

      @tamamoimoto

      code=237 属于滑块验证处理有问题,比如处理的太慢之类的,
      你可以多尝试几次

      Request timeout 看这个
      https://github.com/cssxsh/fix-protocol-version/discussions/45

      posted in 官方公告
      cssxsh
      cssxsh
    • RE: unidbg-fetch-qsign 1.1.3 使用方法

      @Alceatraz

      https://github.com/cssxsh/fix-protocol-version#命令

      posted in 使用交流
      cssxsh
      cssxsh
    • RE: 协议问题汇报

      @yrdmj2023 在 协议问题汇报 中说:

      2023-07-11 18:21:29 I/main: Auto-login 865043709, protocol: ANDROID_WATCH, heartbeatStrategy: STAT_HB

      2023-07-11 18:21:30 E/main: net.mamoe.mirai.network.BotAuthorizationException: BotAuthorization(BotAuthorization.byPassword(<ERASED>)) threw an exception during authorization process. See cause below.
      net.mamoe.mirai.network.BotAuthorizationException: BotAuthorization(BotAuthorization.byPassword(<ERASED>)

      你配置了一个自动登录(密码)

      posted in 官方公告
      cssxsh
      cssxsh
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 105
    • 106
    • 6 / 106