Jump to content
McKay Development

mrxbell

Member
  • Posts

    44
  • Joined

  • Last visited

mrxbell's Achievements

  1. I don't think so. I think bot make too much trade offer .
  2. I only receive 1 item. Because order is not reason . I need get new assetid, if not using getReceivedItems how can do this ?
  3. When i receive offer . I get market_hash_name using offer.itemsToReceive[0].market_hash_name But when i using offer.getReceivedItems(function (err, items) { //Why items[0].market_hash_name !== offer.itemsToReceive[0].market_hash_name } It only happen when i received item in game PUBG (example item with market_hash_name: 'Combat Pants (camo)' ) Thanks !
  4. this.community.inviteUserToGroup("steamID", "groupID", function(err){ console.log ("------------------------"); console.log(err); // HTTP error 400 console.log ("------------------------"); }); Sometime i recived err == null (success) . Thanks !
  5. Sometime bot see error : user.on("disconnected", function(result, reason) { console.log("Disconnected from Steam with reason : " + reason); // reason == 'Disconnected' }); how fix that ?
  6. SteamTotp.getTimeOffset(function(error, offset, latentcy){ console.log(error); // i recived error }); How fix this err ? Thanks
  7. When i using function getOfferrs i received Error: socket hang up . Please help , Thanks ! getOffers(1, function(err, sent, received){ // I received Error: socket hang up })
  8. I think you wrong this : if (this._client.steamID !== null) { ...} i'm not sure but i think you can try with this._community.on("sessionExpired", function(err) { this._client.webLogOn(); }
  9. Error display when items in inventory does not exits. you can see more there : https://steamerrors.com/26
  10. When i using marketSearch function body.total_count result this always not correct ? ( always > total_count on website of steam ? ). This is not err . Thank All. When logged and see market steam filter data because result is difference . I realizeI realize
  11. I only using localAddress in SteamCommunityEx : community = new SteamCommunity({localAddress: ipAdress});
  12. offer.getReceivedItems(function (err, items) { if (err) { console.log("Couldn't get received items: " + err); // Error : soket hang up } else { } }) Sometime bot received Error: socket hang up. How fix this ? Thanks !
×
×
  • Create New...