@lunailoli 这有8.9.80的配置,不过我还是45...... https://github.com/rhwong/unidbg-fetch-qsign-onekey/tree/1.1.9-fix2/txlib
D
delay 发布的帖子
-
RE: 如何使用Java发本地视频
new Thread() {
@Override
public void run() {
File file = new File(filePath);
FileInputStream fileInputStream = new FileInputStream(file);
group.getFiles().uploadNewFile("xxx.mp4",
ExternalResource.create(fileInputStream));} }.start();
-
RE: Java如何实现定时向全部群或者某个群发送消息
for(Bot b: Bot.getInstances()){
for(Contact g : b.getGroups()){
g.sendMessage("");
}
} -
RE: 协议问题汇报
===============================[ Mirai console 2.15.0-dev-99 ]================================ __ __ __ __ ______ __ | \ / \ \ | \/ \ | \ | ▓▓\ / ▓▓\▓▓ ______ ______ \▓▓ ▓▓▓▓▓▓\ ______ _______ _______ ______ | ▓▓ ______ | ▓▓▓\ / ▓▓▓ \/ \ | \| \ ▓▓ \▓▓/ \| \ / \/ \| ▓▓/ \ | ▓▓▓▓\ ▓▓▓▓ ▓▓ ▓▓▓▓▓▓\ \▓▓▓▓▓▓\ ▓▓ ▓▓ | ▓▓▓▓▓▓\ ▓▓▓▓▓▓▓\ ▓▓▓▓▓▓▓ ▓▓▓▓▓▓\ ▓▓ ▓▓▓▓▓▓\ | ▓▓\▓▓ ▓▓ ▓▓ ▓▓ ▓▓ \▓▓/ ▓▓ ▓▓ ▓▓ __| ▓▓ | ▓▓ ▓▓ | ▓▓\▓▓ \| ▓▓ | ▓▓ ▓▓ ▓▓ ▓▓ | ▓▓ \▓▓▓| ▓▓ ▓▓ ▓▓ | ▓▓▓▓▓▓▓ ▓▓ ▓▓__/ \ ▓▓__/ ▓▓ ▓▓ | ▓▓_\▓▓▓▓▓▓\ ▓▓__/ ▓▓ ▓▓ ▓▓▓▓▓▓▓▓ | ▓▓ \▓ | ▓▓ ▓▓ ▓▓ \▓▓ ▓▓ ▓▓\▓▓ ▓▓\▓▓ ▓▓ ▓▓ | ▓▓ ▓▓\▓▓ ▓▓ ▓▓\▓▓ \ \▓▓ \▓▓\▓▓\▓▓ \▓▓▓▓▓▓▓\▓▓ \▓▓▓▓▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓\▓▓▓▓▓▓▓ \▓▓▓▓▓▓ \▓▓ \▓▓▓▓▓▓▓ 2023-06-16 03:30:59 I/main: Backend: version 2.15.0-dev-99, built on 2023-06-15 23:52:36. 2023-06-16 03:30:59 I/main: Frontend Terminal: version 2.15.0-M1, provided by Mamoe Technologies 2023-06-16 03:30:59 I/main: Welcome to visit https://mirai.mamoe.net/ 2023-06-16 03:31:01 I/fix-protocol-version: 协议版本检查更新... 2023-06-16 03:31:01 I/fix-protocol-version: 注册服务... 2023-06-16 03:31:01 W/fix-protocol-version: 注册服务失败 java.lang.UnsatisfiedLinkError: /www/wwwroot/mirai/libt544-enc-linux-x64.so: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /www/wwwroot/mirai/libt544-enc-linux-x64.so) at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method) at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2445) at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2501) at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2700) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2630) at java.base/java.lang.Runtime.load0(Runtime.java:768) at java.base/java.lang.System.load(System.java:1837) at fix-protocol-version-1.7.1.mirai2.jar//xyz.cssxsh.mirai.tool.TLV544Provider.<clinit>(TLV544Provider.kt:42) at fix-protocol-version-1.7.1.mirai2.jar//xyz.cssxsh.mirai.tool.FixProtocolVersionPlugin.onLoad(FixProtocolVersionPlugin.kt:32) at net.mamoe.mirai.console.internal.plugin.JvmPluginInternal.internalOnLoad$mirai_console(JvmPluginInternal.kt:373) at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl.load(BuiltInJvmPluginLoaderImpl.kt:286) at net.mamoe.mirai.console.internal.plugin.BuiltInJvmPluginLoaderImpl.load(BuiltInJvmPluginLoaderImpl.kt:39) at net.mamoe.mirai.console.plugin.jvm.JvmPluginLoader$BuiltIn.load(JvmPluginLoader.kt) at net.mamoe.mirai.console.plugin.jvm.JvmPluginLoader$BuiltIn.load(JvmPluginLoader.kt:54) at net.mamoe.mirai.console.internal.plugin.PluginManagerImpl.loadPluginNoEnable(PluginManagerImpl.kt:96) at net.mamoe.mirai.console.internal.plugin.PluginManagerImpl.loadAllPluginsUsingBuiltInLoaders$mirai_console(PluginManagerImpl.kt:152) at net.mamoe.mirai.console.internal.MiraiConsoleImplementationBridge.doStart$mirai_console(MiraiConsoleImplementationBridge.kt:302) at net.mamoe.mirai.console.MiraiConsoleImplementation$Companion.start(MiraiConsoleImplementation.kt:512) at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.startAsDaemon(MiraiConsoleTerminalLoader.kt:177) at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.startAsDaemon$default(MiraiConsoleTerminalLoader.kt:176) at net.mamoe.mirai.console.terminal.MiraiConsoleTerminalLoader.main(MiraiConsoleTerminalLoader.kt:54) 2023-06-16 03:31:01 I/plugin: Successfully loaded plugin fix-protocol-version v1.7.1 2023-06-16 03:31:01 I/main: Prepared built-in commands: autoLogin, help, login, logout, permission, status, stop 2023-06-16 03:31:02 I/stdout: [2023-06-16 03:31:01] [DEBUG] cn.hutool.log.LogFactory: Use [Hutool Console Logging] Logger As Default. 2023-06-16 03:31:02 I/stdout: [2023-06-16 03:31:02] [DEBUG] cn.hutool.setting.SettingLoader: Load setting file [/www/wwwroot/mirai/config/net.lawaxi.wifeOttery/config.setting] 2023-06-16 03:31:02 I/stdout: [2023-06-16 03:31:02] [DEBUG] cn.hutool.log.LogFactory: Use [Hutool Console Logging] Logger As Default. 2023-06-16 03:31:02 I/stdout: [2023-06-16 03:31:02] [DEBUG] cn.hutool.setting.SettingLoader: Load setting file [/www/wwwroot/mirai/config/net.lawaxi.shitboy/config.setting] 2023-06-16 03:31:03 I/fix-protocol-version: 当前各协议版本日期: ANDROID_PHONE 8.9.58.11170 2023-05-19T11:35+08:00 ANDROID_PAD 8.9.58.11170 2023-05-19T11:35+08:00 ANDROID_WATCH 2.0.8 2019-06-03T20:25:31+08:00 IPAD 8.9.33.614 2021-12-31T11:36:26+08:00 MACOS 6.7.9 1970-01-01T08:00+08:00 2023-06-16 03:31:03 I/stdout: [2023-06-16 03:31:03] [DEBUG] cn.hutool.log.LogFactory: Use [Hutool Console Logging] Logger As Default. 2023-06-16 03:31:03 I/stdout: [2023-06-16 03:31:03] [DEBUG] cn.hutool.setting.SettingLoader: Load setting file [/www/wwwroot/mirai/config/net.lawaxi.wifeOttery48/config.setting] 2023-06-16 03:31:04 I/stdout: [2023-06-16 03:31:04] [DEBUG] cn.hutool.log.LogFactory: Use [Hutool Console Logging] Logger As Default. 2023-06-16 03:31:04 I/stdout: [2023-06-16 03:31:04] [DEBUG] cn.hutool.setting.SettingLoader: Load setting file [/www/wwwroot/mirai/config/net.lawaxi.shitboyjja/config.setting] 2023-06-16 03:31:04 E/MCL Addon: Mirai Console 并未通过 iTXTech Mirai Console Loader 加载。 2023-06-16 03:31:04 E/MCL Addon: 请访问 https://github.com/iTXTech/mirai-console-loader 2023-06-16 03:31:04 I/stdout: [2023-06-16 03:31:04] [DEBUG] cn.hutool.log.LogFactory: Use [Hutool Console Logging] Logger As Default. 2023-06-16 03:31:04 I/stdout: [2023-06-16 03:31:04] [DEBUG] cn.hutool.setting.SettingLoader: Load setting file [/www/wwwroot/mirai/config/net.lawaxi.util0util/config.setting] 2023-06-16 03:31:04 I/main: 9 plugin(s) enabled. 2023-06-16 03:31:04 I/main: Auto-login *, protocol: ANDROID_PAD, heartbeatStrategy: STAT_HB 2023-06-16 03:31:06 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>)) threw an exception during authorization process. See cause below. at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:242) at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$StateConnecting$startState$2.invokeSuspend(CommonNetworkHandler.kt:247) 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) Suppressed: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(*), code=45, title=禁止登录, message=登录失败,建议升级最新版本后重试,或通过问题反馈与我们联系。, errorInfo=) at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl.doLogin(SsoProcessor.kt:469) at net.mamoe.mirai.internal.network.components.SsoProcessorImpl$SlowLoginImpl$doLogin$1.invokeSuspend(SsoProcessor.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) ... 5 more Caused by: [CIRCULAR REFERENCE: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(*), code=45, title=禁止登录, message=登录失败,建议升级最新版本后重试,或通过问题反馈与我们联系。, errorInfo=)] 2023-06-16 03:31:06 V/Bot.*: Event: net.mamoe.mirai.console.events.AutoLoginEvent$Failure@57fce8b 2023-06-16 03:31:06 I/Bot.*: Bot cancelled: Bot closed 2023-06-16 03:31:06 I/Bot.*: device.json 可能已经被拉黑, 将重新生成,请稍后重新尝试手动重新登陆 2023-06-16 03:31:06 I/main: mirai-console started successfully. 2023-06-16 03:31:48 E/console: 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>)) threw an exception during authorization process. See cause below. at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:242) at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$StateConnecting$startState$2.invokeSuspend(CommonNetworkHandler.kt:247) 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) Suppressed: net.mamoe.mirai.network.WrongPasswordException: Error(bot=Bot(*), code=235, title=温馨提示, message=当前QQ版本过低,请升级至最新版本后再登录。点击进入下载页面, errorInfo=
-
RE: 关于Mirai是否能够正常登录机器人
@zszcq 在 关于Mirai是否能够正常登录机器人 中说:
@delay 你猜我为啥跑到这里来看mirai,还不是cq被code 45了,你去看cq那边的issus,多少人都在问,目前mirai这边提供的临时解决方案中,说的"隔壁使用的8.8.88"指的就是cq,并且最先提出使用8.8.88老版本协议的是cq那边的一个的大佬,他自行fork并且编译了一个低版本的cq,然后官方才跟进
8.8.88,cq能登mirai235 :)