Skip to content
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

Timeout on Steam product info #52

Closed
mtkennerly opened this issue Oct 12, 2024 · 1 comment
Closed

Timeout on Steam product info #52

mtkennerly opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mtkennerly
Copy link
Owner

Sometime in the last few days, get-steam-app-info.py started timing out on client.get_product_info. I found some related ticketes:

For now, I've updated the logic so that we ignore the failure: 09b865b. The steam-cache file will still mark those games as needing an update, so the import script can retry them later.

I'll give it some more time to see if it ends up being an issue on Steam's side that gets resolved or if we need to migrate away from the Python library we're using for this. I'd love to switch to a Rust library, but I think I had trouble finding a suitable option the last time I tried.

@mtkennerly mtkennerly added the bug Something isn't working label Oct 12, 2024
@mtkennerly
Copy link
Owner Author

This seems to have started working again 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant