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

Session is not alive issue #212

Closed
marshal2111 opened this issue Jul 14, 2021 · 1 comment
Closed

Session is not alive issue #212

marshal2111 opened this issue Jul 14, 2021 · 1 comment

Comments

@marshal2111
Copy link

Hello! Recently I faced a problem when session dies after few minutes or even seconds. For some reason frequent relogin raises "There have been too many login failures from your network in a short time period. Please wait and try again later." responce from steam, so i had to solve this issue in another way. Today I found out that setting the steamRememberRelogin cookie manually is solution for this problem. In this case client successfully recieves new steamLoginSecure cookie from steam if it was changed.
In my case code was:
steam_client._session.cookies.set("steamRememberLogin", cookie_value)
where cookie_value i got from my browser network menu on steam website .
I hope it will help those guys, who faced same problem.
Btw I don't know how to fix this issue in the library itself and why remember_login = true in source code doesn't work.

@MirkevychV
Copy link

THANKS A LOT❤️

@bukson bukson pinned this issue Apr 15, 2023
@bukson bukson closed this as completed Sep 14, 2023
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

3 participants