Closed unreal1 closed 11 years ago
Your settings.json
configuration file is either not present or is messed up.. See the README for installation and configuration instructions. Make sure it's in the same location as the executable.
Could you post your settings.json
file? I have a theory, but I'd need to see the file first.
{
//"Admins":["234567"],
"ApiKey":"3EC38BC0C728DB02",
"mainLog": "syslog.log",
"Bots": [
{
"Username":"testung123",
"Password":"password",
"DisplayName":"=USE= Gaming",
"ChatResponse":"Welcome to =USE= Gaming Donation Bot",
"logFile": "TestBot.log",
"BotControlClass": "SteamBot.SimpleUserHandler",
"MaximumTradeTime":180,
"MaximumActionGap":30,
"DisplayNamePrefix":"[=USE= Gaming] ",
"TradePollingInterval":800,
"LogLevel":"Success"
}
]
}
You might want to remove your API key in the comment...
That's not my API key, just a bunch of random stuff
nvm then
Uncomment the Admin section. Just give it an empty array setting and it may work.
yeah, what @cwhelchel said; or, if you need to, try /* this kind of comment */
I just removed the admin line at it worked fine :) the /* */ commenting also works.
Also, tried giving it my real steam Id and it worked. Thanks for the help!
Anybody know what this error means?