Log Files Not Downloading (Bot and Match)

Hey everyone,

I’m having trouble downloading the log files. The download starts but returns a 204 response.

The match status is failed, so it could be related to my setup. However, I can’t determine what went wrong without the logs. The build and upload were successful.

EDIT: I’m unable to extract log files generated after running matches locally.

gzip: data stream error
gzip: gameLogs.log.gz: uncompress failed

Has anyone encountered this before or know how to fix it? Any help would be appreciated!

Hey there Martin! :grin:

I am looking into this for you. Could you please send me your email as a private message on here so I can try and look for your logs and maybe see what’s cooking?

-Francois

1 Like

@FrancoisVolschenk looks like I’m unable to send private messages. I sent an email to the challenge@entelect address.

Hi @Martin, apologies for the delay.
It’s likely that due to the match failing, the logs aren’t getting fully written to disk, we will investigate.

3 Likes

Greetings everyone, I need help regarding the match failed status, I also can’t download the logs.
I’m using the java for the challenge.
Thanks

Hi there, I have the same issue with the Javascript bot version. Everything passes except the match, it also says failed.

Hi, also having the same issue with python

Same here using an .net bot Match status failed with no downloadable logs.

Also confirmed running everything in docker locally does work.

Hi there!
We are aware of this issue, and are in the process of resolving it. Expect a fix in the next release, sorry for the inconvenience!

3 Likes

Bot and Match log files can now be downloaded. The match log file is downloaded as a .json file by default but is actually a gzip file. You can still save it and open it with something like 7 Zip to get to the actual json.

1 Like

Hi @daniekruger, you’re correct. This was fixed with version 2025.0.10.
It’s not technically a JSON file, but each line is a JSON object. It is gzip compressed to save space and bandwidth.

2 Likes