-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
Problem: i am running steamctl to fetch every steam game once daily (about 70 command runs/day), and every other day, this script does not finish, because one of the steamctl execution returns:
[ERROR] IStoreQueryService.Query failed: HTTPSConnectionPool(host='api.steampowered.com', port=443): Read timed out. (read timeout=30)
Solution: i am willing to wait much more for a reply, even 5 minutes. Please allow me to override the read timeout. Best would be to allow overriding every timeouts.
Alternatives: none really, except for brute-forcing the Steam API and retrying until success.
Thank you!