Refloow/Steam-Card-Bot-PRO

API breaking changes

Refloow opened this issue · 1 comments

Steam recently upated their API key endpoint where its not hidden, and if retrieved from the endpoint what's received comes as all 000000000000s
API key is visible only ones when its created, and even after refreshing page in the client its seen as 000000000.
Node Steam Trade Offer manager module works by fetching the API key when it needs it, and using it within the request. I think it even falls back to it even if API is defined in some cases. This all results in 403 and 429 errors that wont go away.

Working on a fix that should come in the following days

This has been resolved