Luca Posted May 6, 2016 Report Posted May 6, 2016 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); }); Quote
Dr. McKay Posted May 6, 2016 Report Posted May 6, 2016 Using a bot and a real phone to handle confirmations at the same time is asking for trouble. Quote
Luca Posted May 6, 2016 Author Report Posted May 6, 2016 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? Quote
Recommended Posts
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.