ThunbergOlle / SteamTradeBot

Open source steam trading bot. Accepting or declining trades based on the automatic value calculation.
MIT License
93 stars 16 forks source link

Bot is not doing anything #31

Open MrToWy opened 4 years ago

MrToWy commented 4 years ago

The linked SteamAccount is online and playing "I'm a bot" so the connection seems to be working. All incoming trades are ignored. Any idea how to fix that? :)

Config:

{
    "username":"_________",
    "password":"________________",
    "sharedSecret":"_______________=",
    "identitySecret":"__________________=",
    "ownerID":"_____________",
  "game": 730,
  "gameidexamples:" : "730 = CSGO, 440 = TF2, 578080 = PUBG, 304930 = Unturned",
  "trashlimit": 0.04,
    "GameTitle":"I'm a bot!"
}

Log:

[10:26:28] Loaded debug.
[10:26:28] New tradeoffer-manager was setup.
[10:26:28] Tried to logon with account credentials
[10:26:28] Loaded App
[10:26:28] Loaded BrowserMenu
[10:26:30] Logged on to steam

Screenshot