Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 911 forks source link

Unable to accept offers #1140

Closed Noobgam closed 5 years ago

Noobgam commented 5 years ago

For some reason bot is often unable to accept offers, gets to this line (trade state is 2 which is TradeOfferStateActive). It consistently keeps happening over and over throughout the day, but at the moment I don't have any idea what's causing that or how to fix that, am investigating now.

Retrying with a reasonable (5-10 sec) delay does not fix the issue, trade still doesn't get accepted and steam replies with null response

Noobgam commented 5 years ago

Also in my logs I can see that TradeError is При принятии этого предложения обмена произошла ошибка. Пожалуйста, повторите попытку позже. (28).

Which implies that english locale isn't forced in steambot. I am unsure why does it have russian locale for me, since my system locale is no longer russian (but used to be a couple of years ago), but I am currently located in Russia, so that might be the thing.

Noobgam commented 5 years ago

Unfortunately seems to be related directly to steam, nothing SteamBot can do about it.