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

redeem_package doesn't work #527

Open
3 tasks done
dream2333 opened this issue Apr 1, 2024 · 0 comments
Open
3 tasks done

redeem_package doesn't work #527

dream2333 opened this issue Apr 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dream2333
Copy link

dream2333 commented Apr 1, 2024

Summary

redeem_package has stuck after call it

Reproduction Steps


import steam

class MyClient(steam.Client):
    async def on_ready(self) -> None:
        print("Logged in as", self.user)
        retid = await self.redeem_package(1018587)
        print(retid)


if __name__ == "__main__":
    client = MyClient()
    client.run("username", "password")

Expected Results

User redeem free license successful and received correct response

Actual Results

stuck after call redeem_package and no output

System Information

python version: 3.11.4
steam.py version: 1.0.1
aiohttp version: 3.9.3
betterproto version: 2.0.0b6
operating system info: Windows-10-10.0.22631-SP0

Checklist

  • I have searched the issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my username, password, shared/identity secrets and refresh/access tokens from display, if visible.
@dream2333 dream2333 added the bug Something isn't working label Apr 1, 2024
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