Hodackin

Results 5 comments of Hodackin

The simplest way is first update appropriate method from `steampy/login.py`, like below ```python def _update_steam_guard(self, response: Response) -> None: data = response.json()['response'] client_id = data['client_id'] steamid = data['steamid'] request_id =...

I tried to login with the provided credentials and received a confirmation type 3, which means that steam guard is bounded to this account. Than, I tried my own accounts,...

> Hi there, appologies if this issue is purely my idiocy, but i do not believe that this login is working... > > ![image](https://private-user-images.githubusercontent.com/34195037/305653580-5ec254bd-3726-45dd-9e8b-005863e7e3a0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDgxOTEzNTMsIm5iZiI6MTcwODE5MTA1MywicGF0aCI6Ii8zNDE5NTAzNy8zMDU2NTM1ODAtNWVjMjU0YmQtMzcyNi00NWRkLTllOGItMDA1ODYzZTdlM2EwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjE3VDE3MzA1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFlYWRlNmMwZWE4ODhjZDY0NzgxYzkyNjllNmE2OTFmMGI5MGQ1OTllYTE0MGYxMWJiOTRhNjNhYzljYmI2MDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.FXbt09MYwiNJen1zEZDkXzOBw_FwMB-xarE2sqCgAC8) (details input are correct) > >...

Does AddFriendAjax still work? I tried the same method as above, but it doesn't work for me.

Yeah, ur implementation work for me. Ааfter some research, can say that the data for this methods must be passed in the body of request (not like query parameters), also...