-
Notifications
You must be signed in to change notification settings - Fork 156
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 login issue #312
Comments
Basically set_login_cookies doesn't work. |
Changing line 78 to |
Can you make a short pr? |
Closed
After 24 hours, when session is expired |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 78 of client.py should be
self.steam_guard = {'steamid': self.get_steam_id()}
Also if you login using session, You'll get error on Line 136 because username is not defined.
The text was updated successfully, but these errors were encountered: