Aarab228

Results 25 comments of Aarab228

> check #343 (fix by @xidios) i use all of this fix ```python client.py #fix cookies login def set_login_cookies(self, cookies: dict) -> None: self._session.cookies.update(cookies) self.was_login_executed = True if self.steam_guard is...

> @Aarab228 you are the best! Really helped me! This fix must be committed very much > > > > > > I would only do some refactoring, like >...

is the steamguard file called "path_to_steamguard.txt"?

show "code to login" or use login method and send a request for the function to create an ofer immediately after the login def login: ***login ***login ***is_session_alive() if is_session_alive...

where i need to write? client._session.cookies.get_dict("steamcommunity.com")

> Hi, I am using cookie authentication in my selenium script, I am taking these cookies `client._session.cookies.get_dict("steamcommunity.com") ` > > client is SteamClient in steampy library OMFG, IT`S WORK NOW,...

steamguard.txt should look like this: ```python { "identity_secret": "KEY", "shared_secret": "KEY", "steamid": "KEY" } ``` It should also be in the same directory as the script. After that, if the...

> > for me it happens when session expire each day. have you tried to add new cookies after this error? > > Well, I wrote the program so if...