-
Notifications
You must be signed in to change notification settings - Fork 151
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]Can't login on latest version #422
Comments
Version 1.4.3 also affected
|
Same for me using WebAuth /usr/lib/python3.8/json/decoder.py in raw_decode(self, s, idx) JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
I think the easiest fix for this ATM is to change the post to a get request and switch to using params instead of data, that seems to work for me |
Fixed it by replacing WebAuth with login as Steam Client, but it's cookies expires fast, like 3-4 mins for me, so added relogin() func every time it did UPD: noticed that relogin isn't refresh cookies, so it needs full relog using login() or cli_login(), that causes some bad feeling because of 2FA codes. Waiting for fix or another suggestions what to do |
Same issue with me, I think Steam is trying to reduce bot recently. |
It is entirely possible that Steam are just phasing out this endpoint considering AFAIK it's not used by official code anymore |
Can't replicate the OPs error, I get the correct data from the RSA, but login responds with 429. My guess is that they've decomissioned the old login flow. This mean I have to investigate the new one, and see how that works.
That web sessions is bound the the steam client session, which I'm guessing you didn't keep alive, thus it timed out and both were expired. Calling |
Seems like |
|
So is it like |
Description
Can't login on latest version
Steps to Reproduce the behavior
My repo to save steam game saves automatically: https://github.com/Left024/GameSaves
You can see all the codes
Expected behavior
client should login and no error print to console
Screenshots
Versions Report
python -m steam.versions_report
(Run python -m steam.versions_report and paste the output below)The text was updated successfully, but these errors were encountered: