Jessecar96 / SteamBot

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

Problems with trade offers. #929

Open doktokto opened 8 years ago

doktokto commented 8 years ago
  1. offer.Accept() never return true anymore.
  2. offer.OfferState never get TradeOfferState.TradeOfferStateNeedsConfirmation state. Even if you open in browser there is no message Awaiting mobile confirmation in trade offer. But if you call Bot.AcceptAllMobileTradeConfirmations(); trade will be accepted.
  3. Bot.AcceptAllMobileTradeConfirmations(); don't write to log Confirmed Trade with... if there is a lot of items in offer (for example 100).
RafalNiewinski commented 8 years ago

Actually all works fine.

BlueRaja commented 8 years ago
  1. offer.Accept() no longer returns a boolean, please see the method prototype
  2. I am not reproing this
  3. I will look into this. Edit - I don't see that string in the code anywhere...
doktokto commented 7 years ago

I will look into this. Edit - I don't see that string in the code anywhere...

https://github.com/Jessecar96/SteamBot/blob/8a22079bee029bdf99ab9da9ed68b05b3b0005d2/SteamBot/Bot.cs#L1092