Jona Koudijs

Results 10 comments of Jona Koudijs

As of version `1.10.0` the API has been rewritten to FastAPI 🥳

As of version 1.10.0 the API has been rewritten to FastAPI 🥳. Loggin has been improved a bit and although it needs more work this will be not added in...

As of version 1.10.0 the API has been rewritten to FastAPI 🥳. This will make creating features like this a lot easier but for now this issue will be closed...

Sadly **steamcmd** itself is not ARM compatible. Therefor it would not really make sense to create ARM images without major changes to the images itself. Several steamcmd-based game server projects...

Hi @joaop221 awesome work! Sorry for the delayed reply, some personal matters have consumped a lot of time and energy recently. Let’s continue to work on this. My suggestion is...

Deleting the cached data and pulling the information again does not seem to fix the issue. Requesting the information via the `steamcmd` cli works as expected: ``` $ steamcmd +login...

It seems that the responses from the Steam backend are not consistent. I tested it twice with both the live API and the FastAPI component running locally and they both...

These are the logs from this morning: ``` 2025-02-21 11:52:21.049 INFO 10.42.0.11:52694 - "HEAD /v1/info/2008980 HTTP/1.1" 405 2025-02-21 11:45:42.568 INFO 10.42.0.11:58590 - "GET /v1/info/2008980 HTTP/1.1" 200 2025-02-21 11:45:42.565 level=INFO msg="Succesfully...

A chunk of the stored app's contained the `"false"` value. This should be more properly handled in the code. The hard thing about it is that I did not have...

Adding extra retry logic and avoiding storing "false" values is out of scope for this issue. The correction task that checks for "false" values and corrects them seems to be...