Open GrinJ opened 7 months ago
I have the same error, this code displays False, I cannot authorize, although I use the code from the documentation
from steampy.client import SteamClient
steam_client = SteamClient('key')
steam_client.login('login', 'pass!', 'guard.json')
print(steam_client.is_session_alive())
did you fix this problem, i have the same thing
Hi!
Can you help me please, when I call
login()
function, got error thatrefresh_token
is missing in the response. So the error originally happens in method_pool_sessions_steam()
because in response from Steam I got that:Instead of normal one:
As I understood this is the response from method
https://api.steampowered.com/IAuthenticationService/PollAuthSessionStatus/v1
and without calling it bot can not fully login.But this happens to me randomly and idk what is the logic of this error, why bot sometime can successfully login, but then I got this error.
Do you now why this happens and how I can avoid it?