tradeofferstate 2 means: "This trade offer has been sent, neither party has acted on it yet."
This is obviously wrong and it seems to be on their end, it makes me believe that these "tradeofferstates" are not reliable... I cannot continue the development of my application until I figure out why this is happening. Any suggestions?
I'm pretty sure this is one of valve's many problems with their api.
Here is me inspecting element the trade offer on the offers page that the bot requested me. I previously declined it using the popup window.
https://i.gyazo.com/6730e963858983a296ad0b7afed2a203.png
We find tradeofferid: 648163636
Now by using this code in my poll offers function:
I recieve:
648163636 state:2
By this article: https://developer.valvesoftware.com/wiki/Steam_Web_API/IEconService
tradeofferstate 2 means: "This trade offer has been sent, neither party has acted on it yet."
This is obviously wrong and it seems to be on their end, it makes me believe that these "tradeofferstates" are not reliable... I cannot continue the development of my application until I figure out why this is happening. Any suggestions?