Jump to content
McKay Development

trzyrazyzero

Member
  • Posts

    22
  • Joined

  • Last visited

trzyrazyzero's Achievements

  1. Hi, after 5 minutes when bots logged in then get error when trying to send offer Error: HTTP error 401. self.steamCommunity.on('sessionExpired', function() { self.steamClient.webLogOn(); }); setInterval(function() { self.steamClient.webLogOn(); }, 1800000); I have this to make sure that bot didint logged out. When i restart bots and they logged in its works again for another 5 minutes and http error 401. Whats wrong?
  2. nvm, just found it.
  3. Hello, how i can bind ip to node-steam-user? I binded to node-steamcommunity, but i still getting RateLimitExceeded.
  4. Two days ago i created 100 accounts, just rellogin after each created and added delay between.
  5. Just relog your account and should work.
  6. https://steamcommunity.com/trade/_tradeid_/receipt/
  7. I updated and sometimes offer dont get accepted.
  8. Hi, after autoRetry from TradeOffer#accept sometimes while accepting offer gives error, should i myself try to accept it again or not?
  9. I can store tradeids and after i can get receiveditems.
  10. Hi, i think we could use getReceivedItems like this: manager.getReceivedItems('454115964132273087', function(err, items) { });or its possible to use this method knowing only tradeid?
  11. its not related with node-steam-user module
  12. So when event sessionExpired is emitted i should use logOn method or what?
  13. I calling it when event sessionExpired is emitted so whats wrong? bots['community'].on('sessionExpired', function() { bots['client'].webLogOn(); });
×
×
  • Create New...