黑名单应该有自动踢出的功能吧
另外你要不逝世HuYanSession的屏蔽功能(不知道管不管用)
如梦初醒 发布的最佳帖子
-
RE: 2.14登录没有弹出验证码窗口
@error00000x1-0 浏览器打开链接,然后摁F12,打开开发人员工具,网络一栏,完成验证后找到cap_new_verify,在响应栏里找到ticket(PS:腾讯加强了安全验证,如果在一个IP登录,另一个IP验证,完成滑动后是没有ticket的,所以必须在同一台设备完成验证,或者逝世MiraiAndorid的导出device.json功能)
如梦初醒 发布的最新帖子
-
Mirai登录报错
Mirai登录后报错
2023-05-20 19:34:30 E/main: Exception in coroutine Bot 3127201349.MessageSvcSyncerImpl
java.lang.IllegalStateException: NetworkHandler is already closed.
at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$StateClosed.sendPacketImpl(CommonNetworkHandler.kt:389)
at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler.sendPacketImpl(CommonNetworkHandler.kt:36)
at net.mamoe.mirai.internal.network.handler.NetworkHandlerSupport.sendAndExpect(NetworkHandlerSupport.kt:123)
at net.mamoe.mirai.internal.network.handler.NetworkHandlerSupport$sendAndExpect$1.invokeSuspend(NetworkHandlerSupport.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:33)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
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)
Suppressed: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 5000 ms
at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:184)
at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:154)
at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:508)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:108)
at java.base/java.lang.Thread.run(Unknown Source)运行环境:
Java 17 OpenJ9
Mirai 2.14 -
RE: 2.14登录没有弹出验证码窗口
@error00000x1-0 浏览器打开链接,然后摁F12,打开开发人员工具,网络一栏,完成验证后找到cap_new_verify,在响应栏里找到ticket(PS:腾讯加强了安全验证,如果在一个IP登录,另一个IP验证,完成滑动后是没有ticket的,所以必须在同一台设备完成验证,或者逝世MiraiAndorid的导出device.json功能)