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!
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?
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.
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.