Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 启动客户端出现“客户端无法与登录队列进行通讯,平台也许在维护中”时程序崩溃 #309

Closed
2 tasks done
Ghosthh2 opened this issue Mar 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ghosthh2
Copy link

问题描述

我的环境

我这边网络情况会导致需要多次登录才能成功到大厅的,因此我认为只需要处理当出现这种情况时,Seraphine不会直接报错强行退出就好

报错信息

Traceback (most recent call last):
File "app\view\main_window.py", line 451, in __startConnector
File "app\lol\connector.py", line 175, in start
File "app\lol\connector.py", line 230, in __initManager
File "app\lol\connector.py", line 277, in __json_retry_get
app.lol.exceptions.RetryMaximumAttempts: Exceeded maximum retry attempts.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "qasync_init_.py", line 780, in _error_handler
File "app\view\main_window.py", line 424, in __onLolClientStarted
File "app\view\main_window.py", line 456, in __startConnector
File "app\lol\connector.py", line 209, in close
RuntimeError: super-class init() of type LolClientConnector was never called

LOL客户端截图

image

系统信息

Windows 10

运行方式

直接双击打开 exe 程序

软件版本

0.11.1

客户端状态(若有)

选区后登录到大厅的过程中

复现方法(若有)

可能开TUN模式的翻墙并使用全局模式时可以复现吧。

日志文件

Seraphine_2024-03-29_ERROR.log

您进行游戏的服务器(若有)

黑色玫瑰

出现率(若有)

每次这么做都必定会出现

在提交之前,请您确认

  • 我已经查看了 常见问题 FAQ,但并不能解决我的问题
  • 我已经查看了之前(包括已经关闭)的 issues,但并不能解决我的问题
@Zzaphkiel
Copy link
Owner

感谢反馈。之前没这个问题的,0.10.0 重构之后引入的 BUG,现在仓库代码已经修复了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants