evanscene Posted March 4, 2017 Report Share Posted March 4, 2017 Hello, sorry for my english i have a problem with steam bot login.. my bot working with no problem on nodejs for windows but on nodejs on freebsd(host) i have problems.. : my 2fa code generated is invalid.. idk why.. and i can't logon on host.. look on my script`var TOTP_UserConfig = {"shared_secret":"xxxxxxxxxxxxxxxxxxx/1k/E=","serial_number":"xxx...etc etc (mAfile)var client = new SteamUser();var code = SteamTotp.generateAuthCode(TOTP_UserConfig.shared_secret);var logOnOptions = {"accountName": "y","password": "x","twoFactorCode": code}`He give me 2fa code but is invalid.. thx for helphttps://github.com/DoctorMcKay/node-steam-user/issues/100 Quote Link to comment Share on other sites More sharing options...
Dr. McKay Posted March 4, 2017 Report Share Posted March 4, 2017 Either your secret is wrong or your clock is wrong. Quote Link to comment Share on other sites More sharing options...
evanscene Posted March 4, 2017 Author Report Share Posted March 4, 2017 my clock is good.. and shared_secret is ok, my script on windows work perfectly but on freebsd all 2fa code is invalid.. i don't understand why.. Quote Link to comment Share on other sites More sharing options...
evanscene Posted March 4, 2017 Author Report Share Posted March 4, 2017 SORRY I M RETARD! my time is invalid sorry and thx!!! Quote Link to comment Share on other sites More sharing options...
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.