Jump to content
McKay Development

SeMaKKa

Member
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SeMaKKa's Achievements

  1. Hello. I have node bot like this which starts via directing to the file and then need to type node bot.js and it sends items from first bot to second and then vice versa but there are a lot of crashes which demolishes my brain. now I have found https://github.com/DoctorMcKay/node-steam-tradeoffer-manager but there is something different, how to run the bot, it seems this is for site but not really sure. can someone help me to configure and run step by step this bot correctly and inform how it works? Regards.
  2. Hello after sending 1 trade offer it's time to send second one back but getting this error. what does it means? C:\node-steam-trade-farm-master>node bot Main Client Logged In! Bot Client Logged In! The item in which we are using is a/an blue tshirt Trade offered. Counter is at : 0 Trade #1 Second Account found an Offer! Second Account, has accepted trade. Now sending it back. C:\node-steam-trade-farm-master\node_modules\steam-tradeoffer-manager\lib\classe s\TradeOffer.js:254 if (typeof details.appid === 'undefined' || typeof details.contextid === 'undefined' || (typeof details.assetid === 'undefined' && typeof details.id === 'undefined')) { ^ TypeError: Cannot read property 'appid' of undefined at addItem (C:\node-steam-trade-farm-master\node_modules\steam-tradeoffer-ma nager\lib\classes\TradeOffer.js:254:20) at TradeOffer.addMyItem (C:\node-steam-trade-farm-master\node_modules\steam- tradeoffer-manager\lib\classes\TradeOffer.js:167:9) at botManager.getInventoryContents (C:\node-steam-trade-farm-master\bot.js:1 84:25) at SteamCommunity.<anonymous> (C:\node-steam-trade-farm-master\node_modules\ steamcommunity\components\users.js:464:5) at Request._callback (C:\node-steam-trade-farm-master\node_modules\steamcomm unity\components\http.js:67:15) at Request.self.callback (C:\node-steam-trade-farm-master\node_modules\reque st\request.js:185:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7) at Request.<anonymous> (C:\node-steam-trade-farm-master\node_modules\request \request.js:1161:10) at emitOne (events.js:96:13)
  3. as i said before in my post everything is correct in my script from that versions. we are friends, trade url is valid on both accounts, accounts don't have vac or trade ban or trade cooldown, there is enough space for items to trade
  4. Thanks for your reply. I checked that link, everything is written correctly in my script. I have already added this steam account in friends, trade token for both accounts are correct, items are from TF2 game and they can be tradable, as they was in use before. i can send from bot's account manually this items but still getti the error from bot's side eresult: 15 is there any other way to fix that? For now I have changed trade url on both accounts but still the same problem The game which I'm using is RUST (ID: 252490) (It was working exactly on the same items without any problems) @Dr. McKay
  5. Hello. everything was perfect before, was working perfectly but now after sending 1 trade it can't send back to the same account. how can i fix this error please help me. C:\node-steam-trade-farm-master\node-steam-trade-farm-master>node bot Main Client Logged In! Bot Client Logged In! The item in which we are using is a/an tan boots Trade offered. Counter is at : 0 Trade #1 Second Account found an Offer! Second Account, has accepted trade. Now sending it back. { Error: There was an error sending your trade offer. Please try again later. ( 15) at Object.exports.makeAnError (C:\node-steam-trade-farm-master\node-steam-tr ade-farm-master\node_modules\steam-tradeoffer-manager\lib\helpers.js:17:12) at SteamCommunity.manager._community.httpRequestPost (C:\node-steam-trade-fa rm-master\node-steam-trade-farm-master\node_modules\steam-tradeoffer-manager\lib \classes\TradeOffer.js:349:12) at Request._callback (C:\node-steam-trade-farm-master\node-steam-trade-farm- master\node_modules\steamcommunity\components\http.js:67:15) at Request.self.callback (C:\node-steam-trade-farm-master\node-steam-trade-f arm-master\node_modules\request\request.js:185:22) at Request.emit (events.js:182:13) at Request.<anonymous> (C:\node-steam-trade-farm-master\node-steam-trade-far m-master\node_modules\request\request.js:1161:10) at Request.emit (events.js:182:13) at Gunzip.<anonymous> (C:\node-steam-trade-farm-master\node-steam-trade-farm -master\node_modules\request\request.js:1083:12) at Object.onceWrapper (events.js:273:13) at Gunzip.emit (events.js:187:15) eresult: 15 } Error, sending send back trade.
×
×
  • Create New...