-
Sometimes when it can't connect this code breaks the script
File:SteamWeb.cs
Line 67
```
// Get the response
return request.GetResponse() as HttpWebResponse;
```
How can i avoid tha…
hyt47 updated
9 years ago
-
We are using SteamBot and we'd like to try using multiple IP addresses, but SteamKit doesn't allow for this.
One example is the use of a WebClient in WebAPI.AsyncInterface. In order for this to work,…
-
Sometimes when steamcommunity has troubles, the Web related stuff of SteamTrade gets http errors causing SteamBot.exe to stop responding. Mostly been happening for me on sending trade offers. Maybe it…
-
Hey, I'm currently using the SteamBot and I want to import the SimpleUserHandler.cs Posted for scrapbanking [here](http://www.reddit.com/r/tf2trade/comments/19zvu2/psa_remember_when_i_released_the_sou…
ghost updated
9 years ago
-
I've been having this issue on some of my bots (but others work fine) that looks like this:
TypeError: Object.keys called on non-object
at Function.keys (native)
at mergeWithDescriptions (C:\…
-
Hi Just need to ask how can i extract the error object from steam.
For example : [Error : There was an error accepting this trade offer.]
I can't extract the error message using below.
bot.makeOff…
-
Hey,
I just installed this and am getting the following error when I try and run the bot.
C:\Users\Ben\stem>node bin/stem auto.json
module.js:340
throw err;
^
Error: Cannot find modul…
-
There's another bot based on node-steam (which is what gave me the idea of adding trading) that implements a hardcoded announcement function. I'd like to see this in the chat bot as a trigger, but I c…
-
Hey,
I still cant send or receive any tradeoffers, even with the sample storehouse.js file. The code runs fine, the login works and there is no error thrown whatsoever.
Is it possible that it fails d…
-
I want to check the rarity of the items. Can you help me with some clue how to achieve it?