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