LagrangeDev / Lagrange.Core

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
GNU General Public License v3.0
1.97k stars 238 forks source link

[Bug?]: 被强制下线后无法再次登录,提示版本过低 #422

Closed MicIsHere closed 2 months ago

MicIsHere commented 2 months ago

请确保您已阅读以上注意事项,并勾选下方的确认框。

Lagrange项目

OneBot

所使用/依赖的Lagrange项目对应的commit

09b80f4

运行环境

Linux

运行架构

x64

连接方式

反向 WebSocket

重现步骤

登录时出现

期望的结果是什么?

正常登录

实际的结果是什么?

无法登陆,Lagrange提示 Login Failed: 140022017 | 安全提醒: 你当前使用的QQ版本过低,请前往QQ官网im.qq.com下载最新版QQ后重试。

简单的复现代码/链接(可选)

No response

Trace 级别日志记录(可选)

info: Microsoft.Hosting.Lifetime[0]
      Application is shutting down...
info: Lagrange.OneBot.LagrangeApp[0]
      Lagrange.OneBot Implementation has stopped
dbug: Microsoft.Extensions.Hosting.Internal.Host[3]
      Hosting stopping
dbug: Microsoft.Extensions.Hosting.Internal.Host[4]
      Hosting stopped
warn: Lagrange.OneBot.Utility.MusicSigner[0]
      MusicSignServer is not available, sign may be failed
dbug: Microsoft.Extensions.Hosting.Internal.Host[1]
      Hosting starting
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Production
info: Microsoft.Hosting.Lifetime[0]
      Content root path: /home/lagrange
dbug: Microsoft.Extensions.Hosting.Internal.Host[2]
      Hosting started
info: Lagrange.OneBot.LagrangeApp[0]
      Lagrange.OneBot Implementation has started
info: Lagrange.OneBot.LagrangeApp[0]
      Protocol:  | 3.1.2-13107
info: Lagrange.OneBot.Utility.OneBotSigner[0]
      Signature Service is successfully established
info: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:46] [SocketContext] [VERBOSE]: Server: http://221.238.41.89:8080/ Latency: 20
info: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:46] [SocketContext] [VERBOSE]: Server: http://42.81.179.212:8080/ Latency: 21
info: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:48] [WtExchangeLogic] [INFORMATION]: Key Exchange successfully!
info: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:48] [WtExchangeLogic] [INFORMATION]: Trying to Login by EasyLogin...
warn: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:48] [WtExchangeLogic] [WARNING]: Fast Login Failed with code 140022017, trying to Login by Password...
info: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:48] [WtExchangeLogic] [INFORMATION]: Trying to Login by Password...
warn: Lagrange.Core.BotContext[0]
      [2024-06-29 10:41:49] [WtExchangeLogic] [WARNING]: Login Failed: 140022017 | 安全提醒: 你当前使用的QQ版本过低,请前往QQ官网im.qq.com下载最新版QQ后重试。

补充说明(可选)

我的Lagrange在6月29日凌晨2点发了最后一条消息,之后因为未知原因被踢下线了。 再次登录就提示版本过低。

ghost commented 2 months ago

请删除Keystore尝试使用扫码登陆

ghost commented 2 months ago

请使用新版本的拉格兰 重启逻辑已经被重构过了

MicIsHere commented 2 months ago

请删除Keystore尝试使用扫码登陆

使用 09b80f4 的Nightly Release版本,进行扫码登录后解决。