tencent-ailab / hok_env

Honor of Kings AI Open Environment of Tencent
https://aiarena.tencent.com/aiarena/en/open-gamecore
Apache License 2.0
627 stars 72 forks source link

python test_env.py [Warning] Check game status error, stop it directly. HTTPConnectionPool(host='172.29.241.1', port=23432): Max retries exceeded with url: /v2/stopGame (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fddd0e6add8>: Failed to establish a new connection: [Errno 110] Connection timed out',)) #14

Closed Logan-lxw closed 1 year ago

Logan-lxw commented 1 year ago
    I am really thankful for your reply.And I solved some problems with your help.But unfortunately,I meet some new problems now.

First,I got the nameserver and connect it with my command telnet.

image

Then I delete the inbound rule as what you tell me to do.But when I start python test_env.py ,there is still some fault there. image

I am looking forward to your reply.Thank you! @@hongyangqin @Caiderkoujiao @tencent-ailab @HIT-jixiyang

_Originally posted by @Logan-lxw in https://github.com/tencent-ailab/hok_env/issues/11#issuecomment-1362536285_

hongyangqin commented 1 year ago

The result shows that the gamecore server is not reachable after deleting the inbound rules.

If you can telnet to the target server successfully, no need to reset the inbound rule of firewall again.

After deleted the inbound rules, you need to restart the gamecore-server.exe, and retry to telnet the server to check if the network is accesable.

Logan-lxw commented 1 year ago

Thanks for your reply again! Now I solved the problem.