一直是Timeout,做了测速改了host,无论挂服务器转发还是本地全都挂了 #191
Unanswered
Kodoku0203
asked this question in
提问
Replies: 1 comment
-
测出来的IP也不是都能用,改完host后要自己在浏览器访问看是否超时。如果试了十几个IP还是不行,大概是你的地区真有墙中墙了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
错误belike
2024-04-13 08:45:08,163 INFO [main]: App started, initializing
2024-04-13 08:45:08,378 INFO [main]: Server started: 127.0.0.1:12450
2024-04-13 08:45:08,379 INFO [main]: Running event loop
2024-04-13 08:45:08,395 INFO [services.translate]: TencentTranslateFree waiting to become available
2024-04-13 08:45:08,666 INFO [services.translate]: TencentTranslateFree became available
2024-04-13 08:45:09,060 INFO [api.chat]: client=127.0.0.1 connected
2024-04-13 08:45:09,061 INFO [api.chat]: client=127.0.0.1 joining room ***KG7
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:45:09,061 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
2024-04-13 08:45:19,269 INFO [api.chat]: client=127.0.0.1 disconnected, room=***KG7
2024-04-13 08:45:19,270 INFO [services.chat]: room=***KG7 removed client 127.0.0.1, 0 clients
2024-04-13 08:45:19,598 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api\open_live.py", line 63, in request_open_live_or_common_server
File "api\open_live.py", line 132, in _read_response
api.open_live.TransportError: TimeoutError:
2024-04-13 08:45:19,600 ERROR [services.chat]: _start_game() failed
2024-04-13 08:45:19,600 INFO [services.chat]: room=***KG7 live client init failed
2024-04-13 08:45:19,601 ERROR [blivedm]: room=None _network_coroutine() finished with exception:
Traceback (most recent call last):
File "blivedm\blivedm\clients\ws_base.py", line 243, in _network_coroutine_wrapper
File "blivedm\blivedm\clients\ws_base.py", line 266, in _network_coroutine
File "blivedm\blivedm\clients\open_live.py", line 281, in _on_before_ws_connect
File "blivedm\blivedm\clients\ws_base.py", line 312, in _on_before_ws_connect
blivedm.blivedm.clients.ws_base.InitError: init_room() failed
2024-04-13 08:45:19,601 INFO [services.chat]: room=***KG7 removing live client
2024-04-13 08:45:19,602 INFO [services.chat]: room=***KG7 live client removed, 0 live clients
2024-04-13 08:45:19,602 INFO [services.chat]: room=***KG7 removing client room
2024-04-13 08:45:19,602 INFO [services.chat]: room=***KG7 clearing 0 clients
2024-04-13 08:45:19,602 INFO [services.chat]: room=***KG7 client room removed, 0 client rooms
2024-04-13 08:45:23,533 INFO [api.open_live]: client=127.0.0.1 requesting open live, cls=StartGamePublicHandler
2024-04-13 08:45:33,600 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api\open_live.py", line 63, in request_open_live_or_common_server
File "api\open_live.py", line 132, in _read_response
api.open_live.TransportError: TimeoutError:
2024-04-13 08:45:33,602 ERROR [tornado.access]: 500 POST /api/open_live/start_game (127.0.0.1) 10068.37ms
2024-04-13 08:45:35,995 INFO [api.open_live]: client=127.0.0.1 requesting open live, cls=StartGamePublicHandler
2024-04-13 08:45:46,608 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
以上是不挂服务器转发模式下的错误
2024-04-13 08:51:56,701 INFO [main]: App started, initializing
2024-04-13 08:51:56,916 INFO [main]: Server started: 127.0.0.1:12450
2024-04-13 08:51:56,916 INFO [main]: Running event loop
2024-04-13 08:51:56,932 INFO [services.translate]: TencentTranslateFree waiting to become available
2024-04-13 08:51:57,203 INFO [services.translate]: TencentTranslateFree became available
2024-04-13 08:52:06,180 INFO [api.chat]: client=127.0.0.1 connected
2024-04-13 08:52:06,180 INFO [api.chat]: client=127.0.0.1 joining room ***KG7
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:52:06,181 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
2024-04-13 08:52:16,598 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api\open_live.py", line 63, in request_open_live_or_common_server
File "api\open_live.py", line 132, in _read_response
api.open_live.TransportError: TimeoutError:
2024-04-13 08:52:16,599 ERROR [services.chat]: _start_game() failed
2024-04-13 08:52:16,600 INFO [services.chat]: room=***KG7 live client init failed
2024-04-13 08:52:16,600 ERROR [blivedm]: room=None _network_coroutine() finished with exception:
Traceback (most recent call last):
File "blivedm\blivedm\clients\ws_base.py", line 243, in _network_coroutine_wrapper
File "blivedm\blivedm\clients\ws_base.py", line 266, in _network_coroutine
File "blivedm\blivedm\clients\open_live.py", line 281, in _on_before_ws_connect
File "blivedm\blivedm\clients\ws_base.py", line 312, in _on_before_ws_connect
blivedm.blivedm.clients.ws_base.InitError: init_room() failed
2024-04-13 08:52:16,601 INFO [services.chat]: room=***KG7 removing live client
2024-04-13 08:52:16,601 INFO [services.chat]: room=***KG7 live client removed, 0 live clients
2024-04-13 08:52:16,601 INFO [services.chat]: room=***KG7 removing client room
2024-04-13 08:52:16,601 INFO [services.chat]: room=***KG7 clearing 1 clients
2024-04-13 08:52:16,601 INFO [services.chat]: room=***KG7 client room removed, 0 client rooms
2024-04-13 08:52:16,602 INFO [api.chat]: client=127.0.0.1 disconnected, room=***KG7
2024-04-13 08:52:18,770 INFO [api.chat]: client=127.0.0.1 connected
2024-04-13 08:52:18,771 INFO [api.chat]: client=127.0.0.1 joining room ***KG7
2024-04-13 08:52:18,771 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:52:18,771 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:52:18,772 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:52:18,772 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:52:18,772 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:52:18,772 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
2024-04-13 08:52:29,605 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api\open_live.py", line 63, in request_open_live_or_common_server
File "api\open_live.py", line 132, in _read_response
api.open_live.TransportError: TimeoutError:
2024-04-13 08:52:40,956 ERROR [services.chat]: _start_game() failed
2024-04-13 08:52:40,956 INFO [services.chat]: room=***KG7 live client init failed
2024-04-13 08:52:40,956 ERROR [blivedm]: room=None _network_coroutine() finished with exception:
Traceback (most recent call last):
File "blivedm\blivedm\clients\ws_base.py", line 243, in _network_coroutine_wrapper
File "blivedm\blivedm\clients\ws_base.py", line 266, in _network_coroutine
File "blivedm\blivedm\clients\open_live.py", line 281, in _on_before_ws_connect
File "blivedm\blivedm\clients\ws_base.py", line 312, in _on_before_ws_connect
blivedm.blivedm.clients.ws_base.InitError: init_room() failed
2024-04-13 08:52:40,957 INFO [services.chat]: room=***KG7 removing live client
2024-04-13 08:52:40,957 INFO [services.chat]: room=***KG7 live client removed, 0 live clients
2024-04-13 08:52:40,957 INFO [services.chat]: room=***KG7 removing client room
2024-04-13 08:52:40,958 INFO [services.chat]: room=***KG7 clearing 1 clients
2024-04-13 08:52:40,958 INFO [services.chat]: room=***KG7 client room removed, 0 client rooms
2024-04-13 08:52:40,958 INFO [api.chat]: client=127.0.0.1 disconnected, room=***KG7
2024-04-13 08:52:44,972 INFO [api.chat]: client=127.0.0.1 connected
2024-04-13 08:52:44,973 INFO [api.chat]: client=127.0.0.1 joining room ***KG7
2024-04-13 08:52:44,973 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:52:44,974 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:52:44,974 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:52:44,974 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:52:44,974 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:52:44,975 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
2024-04-13 08:52:55,601 ERROR [api.open_live]: Request common server failed:
Traceback (most recent call last):
File "api\open_live.py", line 124, in _read_response
File "aiohttp\client.py", line 1194, in aenter
File "aiohttp\client.py", line 682, in _request
File "aiohttp\helpers.py", line 735, in exit
asyncio.exceptions.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "api\open_live.py", line 63, in request_open_live_or_common_server
File "api\open_live.py", line 132, in _read_response
api.open_live.TransportError: TimeoutError:
2024-04-13 08:52:55,602 ERROR [services.chat]: _start_game() failed
2024-04-13 08:52:55,603 INFO [services.chat]: room=***KG7 live client init failed
2024-04-13 08:52:55,603 ERROR [blivedm]: room=None _network_coroutine() finished with exception:
Traceback (most recent call last):
File "blivedm\blivedm\clients\ws_base.py", line 243, in _network_coroutine_wrapper
File "blivedm\blivedm\clients\ws_base.py", line 266, in _network_coroutine
File "blivedm\blivedm\clients\open_live.py", line 281, in _on_before_ws_connect
File "blivedm\blivedm\clients\ws_base.py", line 312, in _on_before_ws_connect
blivedm.blivedm.clients.ws_base.InitError: init_room() failed
2024-04-13 08:52:55,604 INFO [services.chat]: room=***KG7 removing live client
2024-04-13 08:52:55,604 INFO [services.chat]: room=***KG7 live client removed, 0 live clients
2024-04-13 08:52:55,604 INFO [services.chat]: room=***KG7 removing client room
2024-04-13 08:52:55,604 INFO [services.chat]: room=***KG7 clearing 1 clients
2024-04-13 08:52:55,605 INFO [services.chat]: room=***KG7 client room removed, 0 client rooms
2024-04-13 08:52:55,605 INFO [api.chat]: client=127.0.0.1 disconnected, room=***KG7
2024-04-13 08:53:02,603 INFO [api.chat]: client=127.0.0.1 connected
2024-04-13 08:53:02,604 INFO [api.chat]: client=127.0.0.1 joining room ***KG7
2024-04-13 08:53:02,604 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
以上是挂了服务器转发以后的问题
无限刷
2024-04-13 08:53:02,604 INFO [services.chat]: room=***KG7 creating client room
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 client room created, 1 client rooms
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 creating live client
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 live client created, 1 live clients
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 addding client 127.0.0.1
2024-04-13 08:53:02,605 INFO [services.chat]: room=***KG7 added client 127.0.0.1, 1 clients
这一段
所有的测速包括github里的方法全都试过了,还是没用
Beta Was this translation helpful? Give feedback.
All reactions