VP

Results 6 comments of VP

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

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

> Sorry for long not looking at pull requests, I will try to merge it this week, can you give some motivation for the cookies changes? ![image](https://github.com/user-attachments/assets/a3a4b2f4-5c1f-440c-8330-b0ba71c94540)

> +1 > > maybe this is the steam problem? Yes, this is steam problem, but mb someone know how to fix it?

> This solution can temporarily serve as a substitute, looking forward to other's solution. > > ``` > def get_all_trade_offer_id(steam_client: SteamClient) -> List[dict]: > steam_id = steam_client.get_steam_id() > response =...