2023-01-29 04:56:57 W/weibo-helper: 登陆失败, SRF Cookie 为空, 请尝试使用 /wlogin 指令登录
2023-01-29 04:56:58 I/weibo-helper: 模拟游客成功,置信度100
2023-01-29 04:56:58 I/weibo-helper: 微博图片清理开始
2023-01-29 04:56:58 W/weibo-helper: WEIBO登陆状态失效,需要重新登陆
java.lang.IllegalStateException: CROSS DOMAIN 跳转异常
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.weibo.api.LoginKt.restore(Login.kt:136)
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.weibo.api.LoginKt$restore$1.invokeSuspend(Login.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 weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:138)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:112)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:14)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:62)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:138)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:112)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:14)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:62)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:138)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:112)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:14)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:62)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.resumeRootWith(SuspendFunctionGun.kt:138)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.loop(SuspendFunctionGun.kt:112)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun.access$loop(SuspendFunctionGun.kt:14)
at weibo-helper-1.5.9-M1.mirai2.jar[private]//io.ktor.util.pipeline.SuspendFunctionGun$continuation$1.resumeWith(SuspendFunctionGun.kt:62)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
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)
2023-01-29 04:56:59 E/weibo-helper: Exception in coroutine Plugin xyz.cssxsh.mirai.plugin.weibo-helper of weibo-helper
java.util.NoSuchElementException: Not Found LoginContact 12345
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.mirai.weibo.WeiboUtilsKt$LoginContact$2.invoke(WeiboUtils.kt:146)
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.mirai.weibo.WeiboUtilsKt$LoginContact$2.invoke(WeiboUtils.kt:141)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.mirai.weibo.WeiboUtilsKt.getLoginContact(WeiboUtils.kt:141)
at weibo-helper-1.5.9-M1.mirai2.jar//xyz.cssxsh.mirai.weibo.WeiboUtilsKt$sendLoginMessage$1.invokeSuspend(WeiboUtils.kt:160)
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)
大佬这是怎么回事捏