-
I'm coding a bot that will deny any trade offer with potential escrow but it seems like the function is broken or i've done something wrong.
```
offer.getEscrowDuration(function(err, daysTheirEscrow,…
-
Sample of code:
```
case *steam.WebLoggedOnEvent:
log.Print("Successfully logged on web")
token := "awajV_Bp"
TOClient := tradeoffer.NewClient(SteamAPIKey, clien…
-
I have this error.
C:\xampp\htdocs\server\source\node_modules\steamcommunity\components\confirmations.js:145
params.a = community.steamID.getSteamID64();
^…
-
I've created a functioning trade bot using `node-steam-tradeoffers`, and afterwards have switched over to using `node-steam-tradeoffer-manager`.
**I've already been using my account, and sentry file,…
-
``` c#
float thisMarketVal = MarketValue.GetMarketValue(tmpDescription.market_hash_name);
SendTradeMessage("{0} added to the trade, estimated value is ${1}", tmpDescription.market_hash_name, thisMarke…
-
Hello all, and thank you in advance :)
I am attempting to create a trading bot, I set up a trade offer manager just like the example yet the 'webSession' event doesn't get fired.
The logged on event…
-
I've been getting "Error: There was an error sending your trade offer. Please try again later. (10)" on my bots a lot recently.
> Busy = 10;
Am I trying to send too many offers? Is there an easy f…
-
I made a Steam Tread Bot for cs go site. But when I send trade offer to the bot, I see this in the console
![e925944653fb3e112c94af80522f64bd663ab35c772078b8a9 pimgpsh_fullsize_distr](https://cloud.gi…
-
Remember to follow the [pre bug report](https://github.com/caskroom/homebrew-cask/blob/master/doc/reporting_bugs/pre_bug_report.md) guide beforehand. Failure to do so might get your issue closed.
#…
ghost updated
7 years ago
-
TradeProposed doesnt work for me. My bot is logged in and when i send him trade offer, nothing happends.
steam.on('tradeProposed', function(tradeID, otherClient) {
console.log('tradeProposed' + ot…