expl0it Posted December 1, 2017 Report Posted December 1, 2017 Hello. I was playing around with node-steam-user changePassword method, but it looks like it's not working. I tried: user.changePassword(oldpassword, mynewpassword, steamtotp.generateAuthCode(shared_secret), (err) => { if (err) return console.log(err); debug.log(`Password has been successfully changed!`); }); and it returned InvalidParam error object. Quote
expl0it Posted December 2, 2017 Author Report Posted December 2, 2017 OK, I think I found fix by setting timeout before changing the password to 30E3. 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.