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

webauth issues #49

Open
fr0z3n5un opened this issue Aug 10, 2024 · 0 comments
Open

webauth issues #49

fr0z3n5un opened this issue Aug 10, 2024 · 0 comments

Comments

@fr0z3n5un
Copy link

fr0z3n5un commented Aug 10, 2024

added some debugging to web auth # Print the full response for debugging purposes
print("Steam API Response: ", resp)

    # Print the extended error message
    if 'extended_error_message' in resp['response']:
        print("Extended Error Message: ", resp['response']['extended_error_message'])
    else:
        print("No extended error message provided.")

and I get
Steam API Response: {'response': {'interval': 5, 'extended_error_message': ''}}

the script fails after i enter my password for steam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant