Jump to content
McKay Development

Recommended Posts

Posted

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);
});

 

Posted

Using a bot and a real phone to handle confirmations at the same time is asking for trouble.

Even if this is the case, is there no way of fixing this?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...