-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
getWebApiKey no longer functional -> GetTradeOffers & other api-key based stuff is broken #354
Comments
DoctorMcKay/node-steamcommunity#342 is related to this issue |
Neither option works for me. If I don't use 'UseAccessToken: true' when creating the manager, I get a 429 error in trades. If I use 'UseAccessToken', there are no errors, but trades aren't accepted, even though I receive information about them. Also, when trying to create an API key, I somehow received a 429 error from Steam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since getWebApiKey gives zeros, polling stopped working. How to reproduce:
You're getting cookies somehow -> you're using manager.setCookies() -> manager sets cookies for steamcommunity -> manager tries to get api key from steam -> manager receives zeros -> manager polling is broken
The text was updated successfully, but these errors were encountered: