aiarena / aiarena-web

A website for running the aiarena.net ladder.
https://aiarena.net
GNU General Public License v3.0
93 stars 15 forks source link

please offer details for Initialization Failure #242

Closed guojiahuiEmily closed 2 years ago

guojiahuiEmily commented 3 years ago
  1. My bot requset match. Got Initialization Failure. But I don't know what's the problem. I download someone other's bot BluntLurkers. And upload to request match. Also got Initialization Failure.

My bot : https://aiarena.net/bots/283/

How can I make my bot run normally. My bot is based on sharpy-sc2. Is just one core file. I run it ok on my Mac.

  1. and that's the python version your aiarena client use to run ?

  2. use what command to run my run.py to check?

lladdy commented 3 years ago

Hi @guojiahuiEmily,

Sorry for the slow reply. You'll usually get a much quicker reply on our Discord here in case you wish to join: https://discord.gg/Emm5Ztz

If you go to your bot's page, you can download your bot's error log in the list of played matches.

We're running Python 3.7. You can see the DockerFile here: https://github.com/aiarena/aiarena-docker

The bot command is: `python --GamePort --StartPort --LadderServer --OpponentId You can see how the call to the bot is constructed here: https://github.com/aiarena/aiarena-client/blob/50b25eb4838b6588d696ee46690c23bdcd234f8b/arenaclient/match/bot.py#L159

lladdy commented 2 years ago

Closing this - no longer needed.