Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error 29 DuplicateRequest when trying to add a new Authenticator #429

Open
mx0c opened this issue Mar 11, 2023 · 0 comments
Open

[BUG] Error 29 DuplicateRequest when trying to add a new Authenticator #429

mx0c opened this issue Mar 11, 2023 · 0 comments

Comments

@mx0c
Copy link

mx0c commented Mar 11, 2023

Description
When trying to add a new Authenticator to my Account SteamAuthenticator::add() returns error 29 DuplicateRequest.

Steps to Reproduce the behavior

wa = MobileWebAuth(user, pass)
wa.cli_login()
sa = SteamAuthenticator(backend=wa)
sa.add() 

Expected behavior
expected to receive SMS code

Screenshots

Versions Report

python -m steam.versions_report (Run python -m steam.versions_report and paste the output below)
steam: 1.4.4

Dependencies:
                 vdf: 3.4
            protobuf: 3.19.1
            requests: 2.28.2
          cachetools: 4.2.2
              gevent: 22.10.2
 gevent-eventemitter: 2.1
       pycryptodomex: 3.17
              enum34: Not Installed
       win-inet-pton: 1.1.0

Python runtime:
          executable: C:\Users\mariu\anaconda3\python.exe
             version: 3.9.12 (main, Apr  4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]
            platform: win32

System info:
              system: Windows
             machine: AMD64
             release: 10
             version: 10.0.22000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant