DoctorMcKay/node-steam-tradeoffer-manager

getWebApiKey no longer functional -> GetTradeOffers & other api-key based stuff is broken

kjljxybr opened this issue · 6 comments

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

CleanShot 2024-05-02 at 16 27 47@2x
CleanShot 2024-05-02 at 16 28 03@2x

workaround: set api-key just before you set cookies
CleanShot 2024-05-02 at 16 49 40@2x

workaround №2:
CleanShot 2024-05-06 at 19 50 20@2x

workaround №2: CleanShot 2024-05-06 at 19 50 20@2x

THanks it's work after get 429/403 for few days

I still haven't seen this behavior on any of my accounts.

image

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