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

TypeError: int() argument must be a string, a bytes-like object or a real number, not 'dict' #6

Open
fredi-68 opened this issue Jan 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fredi-68
Copy link
Owner

This bug occurs for certain games when fetching manifests. It is caused by an upstream bug in the steam dependency. See ValvePython/steam#436

@fredi-68 fredi-68 added the bug Something isn't working label Jan 22, 2024
@fredi-68
Copy link
Owner Author

Workaround: Install experimental PR from https://github.com/smcv/python-steam/tree/issue436 with sudo pip3 install --break-system-packages --force "git+https://github.com/smcv/python-steam@issue436#egg=steam" (exact command may vary depending on platform and environment)

The PR mentioned above is contributor software and thus not an official valve product. Please exercise caution when downloading or running untrusted third party code.

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