mariodelta Posted October 25 Report Posted October 25 Hello, I have a working connection with my Steam (Bot) account and enabled 2FA two weeks ago manually via the Steam App. Currently, I'm trying to implement the steam-totp package and according to the documentation I need to use client.enableTwoFactor() in order to receive a Response object which needs to be saved. Unfortunately, I'm receiving the status code 29 instead of 1 which means DuplicateRequest. Does it mean that I need to remove the 2FA from the app and enable it via the NPM package? Quote
Dr. McKay Posted October 25 Report Posted October 25 Yes, you cannot call enableTwoFactor if the account already has 2FA enabled elsewhere, whether through the app or some other script. 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.