Results 6 comments of Nik

Hello, check this #359 Same problem, and good solution

Hi, friend! Sorry for my question, maybe it's off topic, but I'm facing a problem: I can't get my market data (just getting empty dictionaries), maybe session issues and something...

my case: Just simple code for functionality check: ![image](https://github.com/bukson/steampy/assets/130171929/9cfa6a0c-eb46-47c4-adbf-0a5ea2ac0a90) And what i get: ![image](https://github.com/bukson/steampy/assets/130171929/a6082b59-0e3e-4e04-872b-e58f922853a8) All Steam data is correct, I even tried changing accounts and login method to cookies, but...

Thank you! I'll definitely need watch this

I am also facing this problem but there is a point where I am not able to get the market data. I've tried using cookie authentication and steamguard data authentication...

> ``` > def _get_session_id(self) -> str: > return self._session.cookies.get_dict()("steamcommunity.com")['sessionid'] > ``` I tried this but encountered incompatibility. I dont think what it is actualy an issue place, at least...