-
Hi. I'm sorry if its my fault but i have an problem with accepting incoming trades.
I got this when i debuged what method 'acceptOffer' returns:
response.statusCode returns "500"
body.strError return…
-
[ Bot [#1] 2015-09-16 17:22:28] SUCCESS: Done Loading Bot!
[ Bot [#1] 2015-09-16 17:22:32] SUCCESS: User Authenticated!
[ Bot [#1] 2015-09-16 17:22:32] INFO: Trying to fetch trade offers (attempt 1/5)…
-
To have multiple bots, would I create multiple instances of steamClient and steamUser,
OR:
ONE instance of steamClient, and multiple steamUsers?
I have a method:
exports.createBot = function () {
…
-
Hello,
I have Bot class, in class constructor i have initializing of MySQL connection etc etc..
```
public botClass(Bot bot, SteamID sid)
: base(bot, sid)
{
Log.Debug("Initialized");
..…
-
This is using node-steam-tradeoffers for reference.
I've been trying to find some information on this one, but can't find anything anywhere.
I recently refactored most of my bot code into a module t…
-
Hello
This error occurs when reconnecting to Steam
There was an error:
/home/server/node_modules/steam/node_modules/protobufjs/dist/ProtoBuf.js:3007
throw(e);
^
RangeError: Illegal offset: 0
-
I'm pretty sure this is one of valve's many problems with their api.
Here is me inspecting element the trade offer on the offers page that the bot requested me. I previously declined it using the pop…
-
Bot Erection is not available to trade. More information will be shown to Bot Erection if they invite you to trade.
I got this error today but didn't have this problem yesterday, is there a way I can…
-
DELETED.
-
I was wondering where the api key is stored. I revoked the one I was using but it is now saved and I was wondering how to remove it, and if you could add it to the wiki for future reference.
Thanks