Jessecar96 / SteamBot

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

Bot crashes when trying to trade #321

Closed ghost closed 11 years ago

ghost commented 11 years ago

I tried to trade with the bot, but then this appears on my screen: ss 2013-06-03 at 06 14 26 This also happen when I send the bot a message on the chat and then the bot goes offline.Note: I'm using the Steambot Keyhandler. Here are is my settings.json:

{ "Admins":["1234567"], "ApiKey":"1234567", "mainLog": "syslog.log", "UseSeparateProcesses": "false", "AutoStartAllBots": "true", "Bots": [ { "Username":"name", "Password":"password", "DisplayName":"name", "logFile": "main.log", "BotControlClass":"SteamBot.KeyUserHandler", "ChatResponse":"Hi there bro", "MaximumTradeTime":180, "MaximumActionGap":30, "DisplayNamePrefix":"[Keybot] ", "TradePollingInterval":800, "LogLevel":"Success", "AutoStart": "true" } ] }

cwhelchel commented 11 years ago

This is duplicate of #320. So I'm going to copy paste the best answer from there. (TL;DR - compile the code with the KeyUserHandler)

This is a basic programming/helpdesk type question and should not be in this repository. See #307 for more details.

@ImElgo, your question is common enough, and is addressed in the Wiki (Last sentence was recently added for further clarification)

Please follow the instructions there to add an existing class to your project and close this issue.

Thank you.