Jump to content
McKay Development

Luca

Member
  • Posts

    3
  • Joined

  • Last visited

Luca's Achievements

  1. Hey there, I am creating a shop which users can deposit and withdraw from. When any users withdraw from the shop within the same ~5 minutes, I just get this error: { Error: The request is a duplicate and the action has already occurred in the past, ignored this time} This is caused when I call getInventoryContents, why is this? Any reason why this is in particular? How can I prevent this? Many thanks, Luca
  2. Even if this is the case, is there no way of fixing this?
  3. All trades made via node are not accepted, but do not appear on my phone's mobile authenticator. This was not happening for 2 months while the bot was working perfectly. setInterval(function() { App.Bot.steamWebLogon.webLogOn(function(webSessionID, cookies){ App.Bot.offers.setup({ 'sessionID': webSessionID, 'webCookie': cookies, 'APIKey': App.config.apiKey }); App.Bot.community.setCookies(cookies); App.Bot.community.startConfirmationChecker(10000, 'u8OxVY+GJ10IlZ9mlmcrkW/d4B4='); }); }, 1000 * 90); App.Bot.community.on('newConfirmation', function (confirmation ) { debug(confirmation); });
×
×
  • Create New...