roughnecks Posted December 23, 2018 Report Posted December 23, 2018 Hello. I'm new to all this stuff, so just a generic question before I dig further in.Can I create a bot which only accepts donations (i.e. no item loss from bot side) if the associated steam account doesn't use Mobile 2FA but is not a limited account (using email auth)? I'm asking because trying this code... client.on('webSession', (sessionid, cookies) => { manager.setCookies(cookies); community.setCookies(cookies); community.startConfirmationChecker(10000, 'my_identity_secret'); }); ...I'm not sure how to avoid that "identity_secret" argument. Thanks Quote
Dr. McKay Posted December 24, 2018 Report Posted December 24, 2018 Just remove the whole startConfirmationChecker line. There's no need to confirm anything if you're never losing items. Quote
roughnecks Posted December 24, 2018 Author Report Posted December 24, 2018 Yeah, thanks. I believe that "Error 24" I'm getting is because of Steam Guard which has locked this new "device" from trading for 7 days... Am I right? Quote
Dr. McKay Posted December 25, 2018 Report Posted December 25, 2018 Sounds like a plausible explanation. 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.