Advertisement
Guest User

Untitled

a guest
Mar 6th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. 2022-03-06 21:18:12 E/Bot.2268074381: Exception on parsing packet.
  2. java.lang.IllegalStateException: Exception in net.mamoe.mirai.internal.network.notice.group.GroupMessageProcessor@49fff9d4 while processing packet PbPushMsg.
  3. at net.mamoe.mirai.internal.network.components.NoticeProcessorPipelineImpl.process$suspendImpl(NoticeProcessorPipeline.kt:241)
  4. at net.mamoe.mirai.internal.network.components.NoticeProcessorPipelineImpl$process$1.invokeSuspend(NoticeProcessorPipeline.kt)
  5. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  6. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194)
  7. at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15)
  8. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89)
  9. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  10. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194)
  11. at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15)
  12. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89)
  13. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  14. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194)
  15. at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15)
  16. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89)
  17. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  18. at io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:194)
  19. at io.ktor.util.pipeline.SuspendFunctionGun.access$resumeRootWith(SuspendFunctionGun.kt:15)
  20. at io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:89)
  21. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  22. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
  23. at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
  24. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
  25. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
  26. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
  27. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  28. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  29. at java.base/java.lang.Thread.run(Unknown Source)
  30. Caused by: java.lang.IllegalStateException: Failed to download forward message `xP5mh7MpKS3CTVTc85NYlN8MqeBMIrwd5ixOOr1QCov2Z70MdmESraAxwm4C6VQa`
  31. at net.mamoe.mirai.internal.MiraiImpl.downloadForwardMessage$suspendImpl(MiraiImpl.kt:843)
  32. at net.mamoe.mirai.internal.MiraiImpl$downloadForwardMessage$1.invokeSuspend(MiraiImpl.kt)
  33. ... 25 more
  34. Caused by: java.lang.IllegalStateException: Cannot download forward message
  35. at net.mamoe.mirai.internal.MiraiImpl.downloadMultiMsgTransmit(MiraiImpl.kt:1219)
  36. at net.mamoe.mirai.internal.MiraiImpl.access$downloadMultiMsgTransmit(MiraiImpl.kt:71)
  37. at net.mamoe.mirai.internal.MiraiImpl$downloadMultiMsgTransmit$1.invokeSuspend(MiraiImpl.kt)
  38. ... 25 more
  39. Caused by: java.net.ConnectException: Failed to connect to ssl.htdata.qq.com/0.0.0.1:443
  40. at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:297)
  41. at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:207)
  42. at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
  43. at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
  44. at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
  45. at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
  46. at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
  47. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
  48. at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
  49. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
  50. at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
  51. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
  52. at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
  53. at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
  54. at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
  55. at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
  56. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  57. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  58. ... 1 more
  59. Caused by: java.net.ConnectException: 无效的参数 (connect failed)
  60. at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
  61. at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  62. at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  63. at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  64. at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
  65. at java.base/java.net.Socket.connect(Unknown Source)
  66. at okhttp3.internal.platform.Platform.connectSocket(Platform.kt:128)
  67. at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.kt:295)
  68. ... 18 more
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement