steam icon indicating copy to clipboard operation
steam copied to clipboard

☁️ Python package for interacting with Steam

Results 63 steam issues
Sort by recently updated
recently updated
newest added

**Description** When I try "client.get_product_info(apps=[app_id], timeout=1)" I get an timeout. Of course before I initialize and login the Client and login anonymously with ``` client = SteamClient() client.anonymous_login() ``` then...

bug
needs-review

fixed get_manifest in area where cdn auth token required Resolve #473

` def get_cdn_auth_token(self, depot_id, hostname): """Get CDN authentication token .. note:: This token is no longer needed for access to CDN files :param depot_id: depot id :type depot_id: :class:`int` :param...

bug
needs-review

**Description** steam/core/manifest.py Unexpected \0 after decrypted filenames in manifest When I uses manifest saved by ValvePython in depotdownloader, a exception was raised. Upon checking, I found that there are a...

bug
needs-review

Adding the timeout parameter for get_changes_since would be useful.

corrected the numbering of the steps

**Description** A clear and concise description of what the bug is. **Steps to Reproduce the behavior** (Include debug logs if possible and relevant) **Expected behavior** A clear and concise description...

bug
needs-review

**Description** A clear and concise description of what the bug is. Idk if it is a bug. I want to send messages to a group, tried using the Documentations method,...

bug
needs-review

I found the following error when trying to pull the manifest information of a specific appid: ```python >>> from steam.client.cdn import CDNClient >>> client = SteamClient() >>> client.anonymous_login() >>> mycdn...