SiSiska

Results 17 comments of SiSiska

After these changes, the session should come to life, but Steam will not accept it. Unfortunately. And I don’t know how to solve this and no one knows. And even...

client.py ``` def _get_session_id(self) -> str: return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] ```

client.py ``` def _get_session_id(self) -> str: return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] ```

File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\steampy\client.py", line 318, in make_offer if response.get('needs_mobile_confirmation'): ^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get' my knowledge is not enough to understand why status_code: 401

I checked the steamguard codes, everything is fine with them, they are exactly the same as in other programs and everything works in them. I compared the post sent in...

client.py ``` def _get_session_id(self) -> str: return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] ```

I misspelled the parentheses. fix it client.py ``` def _get_session_id(self) -> str: return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] ```