BaZiik Posted December 3, 2016 Report Posted December 3, 2016 Hi, i have a problem with GetConfirmations community.getConfirmations(SteamTotp.time(), SteamTotp.getConfirmationKey("DF+rFxd2PGEWUAXqPtXcNsISI9E=", SteamTotp.time(), "conf"), function(err, confirmations) { confirmations.forEach(function(confirmation) { console.log(confirmation); }); }); ? Quote
Dr. McKay Posted December 4, 2016 Report Posted December 4, 2016 Never throw away an error. Check err before you try to do anything. Also, I sincerely hope that isn't your actual secret. 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.