MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接

    fix-protocol-version无法下载协议

    使用交流
    3
    3
    509
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      error00000x1 0 last edited by

      使用qsign部署了8.9.73版本的服务,但fix-protocol-version无法下载8.9.73的协议

      2023-09-30 19:41:20 W/fix-protocol-version: java.lang.IllegalStateException: 从 https://raw.githubusercontent.com/RomiChan/protocol-versions/master/android_pad/8.9.73.json 下载协议失败
      java.lang.IllegalStateException: 从 https://raw.githubusercontent.com/RomiChan/protocol-versions/master/android_pad/8.9.73.json 下载协议失败
      	at fix-protocol-version-1.9.9.mirai2.jar//xyz.cssxsh.mirai.tool.FixProtocolVersion.fetch(FixProtocolVersion.kt:319)
      	at fix-protocol-version-1.9.9.mirai2.jar//xyz.cssxsh.mirai.tool.FixProtocolVersionCommand.fetch(FixProtocolVersionCommand.kt:15)
      	at jdk.internal.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      	at kotlin.reflect.jvm.internal.calls.CallerImpl$Method.callMethod(CallerImpl.kt:97)
      	at kotlin.reflect.jvm.internal.calls.CallerImpl$Method$Instance.call(CallerImpl.kt:113)
      	at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:108)
      	at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod$kotlin_reflection(KCallableImpl.kt:159)
      	at kotlin.reflect.full.KCallables.callSuspendBy(KCallables.kt:74)
      	at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invokeSuspend(CommandReflector.kt:339)
      	at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
      	at net.mamoe.mirai.console.internal.command.CommandReflector$findSubCommands$6$1.invoke(CommandReflector.kt)
      	at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call$suspendImpl(CommandSignature.kt:84)
      	at net.mamoe.mirai.console.command.descriptor.CommandSignatureFromKFunctionImpl.call(CommandSignature.kt)
      	at net.mamoe.mirai.console.internal.command.CommandManagerImplKt.executeCommandImpl(CommandManagerImpl.kt:168)
      	at net.mamoe.mirai.console.command.CommandManager.executeCommand$suspendImpl(CommandManager.kt:131)
      	at net.mamoe.mirai.console.command.CommandManager.executeCommand(CommandManager.kt)
      	at net.mamoe.mirai.console.command.CommandManager$INSTANCE.executeCommand(CommandManager.kt)
      	at net.mamoe.mirai.console.terminal.ConsoleThreadKt$startupConsoleThread$3.invokeSuspend(ConsoleThread.kt:187)
      	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
      	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
      	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
      	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
      	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
      	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
      Caused by: java.net.UnknownHostException: raw.githubusercontent.com
      	at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567)
      	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
      	at java.base/java.net.Socket.connect(Socket.java:633)
      	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
      	at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:178)
      	at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:532)
      	at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:637)
      	at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)
      	at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)
      	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)
      	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)
      	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
      	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
      	at fix-protocol-version-1.9.9.mirai2.jar//xyz.cssxsh.mirai.tool.FixProtocolVersion.fetch(FixProtocolVersion.kt:294)
      	... 25 more
      	Suppressed: java.io.FileNotFoundException: https://ghproxy.com/https://raw.githubusercontent.com/RomiChan/protocol-versions/master/android_pad/8.9.73.json
      		at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993)
      		at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
      		at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
      		at fix-protocol-version-1.9.9.mirai2.jar//xyz.cssxsh.mirai.tool.FixProtocolVersion.fetch(FixProtocolVersion.kt:303)
      		... 25 more
      
      
      

      qsign服务部署是没问题的

      1 Reply Last reply Reply Quote 0
      • MrXiaoM
        MrXiaoM 童心未泯 last edited by MrXiaoM

        RomiChan 仓库里最高只有 8.9.63,更高的版本在 PR 里。
        你也可以在 MrXiaoM/qsign 里下载存好的。
        高版本稳定性堪忧,谨慎升级

        1 Reply Last reply Reply Quote 0
        • cssxsh
          cssxsh last edited by

          上游库 https://github.com/RomiChan/protocol-versions
          还没有更新

          1 Reply Last reply Reply Quote 0
          • Moved from BUG反馈 by  cssxsh cssxsh 
          • 1 / 1
          • First post
            Last post
          Powered by Mamoe Technologies & NodeBB | 友情链接 | 服务监控 | Contact