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] 游戏结束后报错 #320

Closed
2 tasks done
chasiopen opened this issue Apr 7, 2024 · 1 comment
Closed
2 tasks done

[BUG] 游戏结束后报错 #320

chasiopen opened this issue Apr 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@chasiopen
Copy link

问题描述

游戏结算之后报错,出现了很多次了。

(并不清楚是游戏中还是游戏结算时,反正游戏结束之后看软件已经报错了)

系统信息

Windows 11

运行方式

直接双击打开 exe 程序

软件版本

0.11.1

客户端状态(若有)

No response

复现方法(若有)

No response

日志文件

Traceback (most recent call last):
File "aiohttp\connector.py", line 992, in _wrap_create_connection
File "asyncio\base_events.py", line 1025, in create_connection
File "asyncio\base_events.py", line 1010, in create_connection
File "asyncio\base_events.py", line 924, in _connect_sock
File "asyncio\proactor_events.py", line 702, in sock_connect
File "qasync_windows.py", line 43, in _process_events
File "asyncio\windows_events.py", line 599, in finish_connect
ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "qasync_init_.py", line 780, in _error_handler
File "app\view\main_window.py", line 658, in __onGameStatusChanged
File "app\view\main_window.py", line 786, in __onGameStart
File "app\view\main_window.py", line 761, in paintEnemySummonersInfo
File "app\lol\tools.py", line 748, in parseGameInfoByGameflowSession
File "app\lol\tools.py", line 867, in parseSummonerGameInfo
File "app\lol\connector.py", line 73, in wrapper
File "app\lol\connector.py", line 50, in wrapper
File "app\lol\connector.py", line 608, in getSummonerById
File "app\lol\connector.py", line 719, in wrapper
File "app\lol\connector.py", line 727, in __get
File "aiohttp\client.py", line 578, in _request
File "aiohttp\connector.py", line 544, in connect
File "aiohttp\connector.py", line 911, in _create_connection
File "aiohttp\connector.py", line 1235, in _create_direct_connection
File "aiohttp\connector.py", line 1204, in _create_direct_connection
File "aiohttp\connector.py", line 1000, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 127.0.0.1:5331 ssl:False [远程计算机拒绝网络连接。]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "aiohttp\connector.py", line 992, in _wrap_create_connection
File "asyncio\base_events.py", line 1025, in create_connection
File "asyncio\base_events.py", line 1010, in create_connection
File "asyncio\base_events.py", line 924, in _connect_sock
File "asyncio\proactor_events.py", line 702, in sock_connect
File "qasync_windows.py", line 43, in _process_events
File "asyncio\windows_events.py", line 599, in finish_connect
ConnectionRefusedError: [WinError 1225] 远程计算机拒绝网络连接。

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "qasync_init_.py", line 780, in _error_handler
File "app\view\main_window.py", line 665, in __onGameStatusChanged
File "app\view\main_window.py", line 786, in __onGameStart
File "app\view\main_window.py", line 761, in paintEnemySummonersInfo
File "app\lol\tools.py", line 748, in parseGameInfoByGameflowSession
File "app\lol\tools.py", line 867, in parseSummonerGameInfo
File "app\lol\connector.py", line 73, in wrapper
File "app\lol\connector.py", line 50, in wrapper
File "app\lol\connector.py", line 608, in getSummonerById
File "app\lol\connector.py", line 719, in wrapper
File "app\lol\connector.py", line 727, in __get
File "aiohttp\client.py", line 578, in _request
File "aiohttp\connector.py", line 544, in connect
File "aiohttp\connector.py", line 911, in _create_connection
File "aiohttp\connector.py", line 1235, in _create_direct_connection
File "aiohttp\connector.py", line 1204, in _create_direct_connection
File "aiohttp\connector.py", line 1000, in _wrap_create_connection
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 127.0.0.1:5331 ssl:False [远程计算机拒绝网络连接。]

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

影流

出现率(若有)

非常低的概率会出现

在提交之前,请您确认

  • 我已经查看了 常见问题 FAQ,但并不能解决我的问题
  • 我已经查看了之前(包括已经关闭)的 issues,但并不能解决我的问题
@chasiopen chasiopen added the bug Something isn't working label Apr 7, 2024
@Zzaphkiel
Copy link
Owner

感谢反馈,和 #277 重复了。最近太忙没时间修 BUG,可以暂时用一下 v0.10.3 版本。

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