ValvePython / steam

☁️ Python package for interacting with Steam
http://steam.readthedocs.io
MIT License
1.05k stars 127 forks source link

[BUG] WebAuth login with 2FA get `KeyError: 'transfer_parameters'` #456

Open ChiHangChen opened 7 months ago

ChiHangChen commented 7 months ago

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}

Versions Report 1.4.4

Marcelzocker999 commented 7 months ago

Same for me

VitorOriel commented 7 months ago

Any updates for this issue?

soshin1337 commented 7 months ago

same problem

pebnn commented 2 months ago

anyone figured this out yet? same issue here. using version 1.4.4

DiDHack commented 2 months ago

The same

KizGalaxy commented 1 month ago

Same issue