HappyWaffle566

Results 6 comments of HappyWaffle566

> 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 Is it alright if...

> > > 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 >...

> where i need to write? > > client._session.cookies.get_dict("steamcommunity.com") These are cookies you get. You can use them, for example, in set_login_cookies

> 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 the cookies are...

> I don’t remember exactly what I changed in the library, so I attached the files that I changed -> https://drive.google.com/drive/folders/16fm039KSVq1lWut86SWqG7b7Um0zZAPd?usp=sharing > > client.py > > ``` > def set_login_cookies(self,...

> > I don’t remember exactly what I changed in the library, so I attached the files that I changed -> https://drive.google.com/drive/folders/16fm039KSVq1lWut86SWqG7b7Um0zZAPd?usp=sharing > > client.py > > ``` > >...