We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeyError: 'transfer_parameters'
Description Login using WebAuth get KeyError
Steps to Reproduce the behavior
import steam.webauth account = steam.webauth.WebAuth(my_username, my_password) account_session = account.login(twofactor_code="9BASD")
But I got KeyError: 'transfer_parameters'
I've checked the login response which is resp: {'success': True, 'requires_twofactor': False, 'login_complete': True}
resp: {'success': True, 'requires_twofactor': False, 'login_complete': True}
Versions Report 1.4.4
The text was updated successfully, but these errors were encountered:
Same for me
Sorry, something went wrong.
Any updates for this issue?
same problem
anyone figured this out yet? same issue here. using version 1.4.4
The same
Same issue
No branches or pull requests
Description
Login using WebAuth get KeyError
Steps to Reproduce the behavior
But I got
KeyError: 'transfer_parameters'
I've checked the login response which is
resp: {'success': True, 'requires_twofactor': False, 'login_complete': True}
Versions Report
1.4.4
The text was updated successfully, but these errors were encountered: