rektbot Posted February 20, 2017 Report Posted February 20, 2017 (edited) Hi There, After creating a new account and calling client.requestValidationEmail I am not getting any result or error. I notice that a NewUser is given a prefix = [a:1 whereas a user = [u:1 Do I need to logoff and logon as the new user first? Edited February 20, 2017 by rektbot Quote
rektbot Posted February 20, 2017 Author Report Posted February 20, 2017 As an update: After logging on to the new account with credentials, steam sends a validation email but i never get a result.... hrmm. Quote
Dr. McKay Posted February 20, 2017 Report Posted February 20, 2017 Yes, you do need to actually log into the account first. Please show your code. Quote
rektbot Posted February 20, 2017 Author Report Posted February 20, 2017 (thanks for the help in the other thread, i made a small donation) The below is called after client.on('loggedOn', () => {. I receive the email but don't get a result. function reqValidation() { client.requestValidationEmail((result) => { console.log(result); }); } Quote
Dr. McKay Posted February 21, 2017 Report Posted February 21, 2017 I'm sorry, but I can't reproduce this. It works fine on my end. Quote
rektbot Posted February 21, 2017 Author Report Posted February 21, 2017 No worries. I'll see what happens, i'm just happy it works for now. Quote
rektbot Posted February 21, 2017 Author Report Posted February 21, 2017 (edited) It seems i just need to give it more time... Thanks Edited February 21, 2017 by rektbot 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.