VP
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? 
> +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 =...