steamctl icon indicating copy to clipboard operation
steamctl copied to clipboard

[FEATURE REQUEST] option to override timeouts

Open phpmoli opened this issue 2 years ago • 0 comments

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!

phpmoli avatar Jun 23 '23 23:06 phpmoli