Jump to content
McKay Development

EnVires

Member
  • Posts

    11
  • Joined

  • Last visited

EnVires's Achievements

  1. I buy in vds ip v4 and add code community: new SteamCommunity({localAddress: ip}), where ip this vds ip But i have error: ALL IS GOOD,but Error confirm,check error: Error: bind EADDRNOTAVAIL ip What is my problem?
  2. When loading items from offer not all the items in one language and What is the problem and where did I go wrong? PS Happy new year)
  3. after manager.loadUserInventory(row[y].userid,730, 2, true, function (err, myItems, currencies) { if (err) { reconnect(); logger.info('Ошибка загрузка инвентарÑ: ' + err); return; }err = Error: unable to verify the first certificate what is the problem?
  4. i create offer var offer = manager.createOffer('https://steamcommunity.com/tradeoffer/new/?partner=282161642&token=2w3HsWb5'); item.forEach(function(itemf) { offer.addMyItem(itemf); }); var sentRetry = 5; var sendtrade = function() { sentRetry--; offer.send(function(err, csgo) { but,i have problam Error: HTTP error 400
  5. offer.getEscrowDuration(steamid,usertoken, function(err, their,main){get callback(null, parseInt(theirs[1], 10), parseInt(mine[1], 10)); ^ TypeError: callback is not a function at String.TradeOfferManager._escrowDurationResponse (D:\STARTBOT\node_modules\steam-tradeoffer-manager\lib\index.js:214:3) at Request._callback (D:\STARTBOT\node_modules\steamcommunity\components\http.js:62:14) at Request.self.callback (D:\STARTBOT\node_modules\request\request.js:200:22) at emitTwo (events.js:100:13) at Request.emit (events.js:185:7) at Request.<anonymous> (D:\STARTBOT\node_modules\request\request.js:1041:10) at emitOne (events.js:95:20) at Request.emit (events.js:182:7) at Gunzip.<anonymous> (D:\STARTBOT\node_modules\request\request.js:968:12) at emitNone (events.js:85:20) and function offer.getEscrowDuration(function(err, daysTheirEscrow, daysMyEscrow) { processed in 3 seconds,how can it accelerate ?
×
×
  • Create New...