-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stored empty data objects #54
Comments
Deleting the cached data and pulling the information again does not seem to fix the issue. Requesting the information via the
If I am not mistaken the API currently does not automatically uses a token (flag for the info function of the steam library). Perhaps that is an issue. |
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 failed (returned empty response). 10 minutes later I tested it again and suddenly it was able to retrieve the data:
Perhaps a retry mechanism is needed. |
These are the logs from this morning:
|
A chunk of the stored app's contained the To correct and keep correcting the stored data I have created another task that goes through all the stored app values in the cache database and retriggers the retrieval of app information. This task runs every 30 minutes. |
Reported by Zadeerade on Discord.
When request app info for app id 2008980 the API returns an empty data object:
But when this user tried the beta API it does return the proper information:
Normally when the API functions correctly but the Steam backend simply returned an empty response the API stores and returns this empty data set. Apparently this is incorrect behaviour seeing the fact that the Steam backend returning an empty set does not mean it is actually empty/not available.
The text was updated successfully, but these errors were encountered: