You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\client.py", line 46, in login
LoginExecutor(username, password, self.steam_guard['shared_secret'], self._session).login()
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\login.py", line 27, in login
self.set_sessionid_cookies()
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\login.py", line 38, in set_sessionid_cookies
sessionid = self.session.cookies.get_dict()['sessionid']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'sessionid'
python 3.12.3
The text was updated successfully, but these errors were encountered:
use logging with debug mode and check, where they send you this error. Its may be problem with your connection or credentials, or steam banned you (or dont send answer)
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\client.py", line 46, in login
LoginExecutor(username, password, self.steam_guard['shared_secret'], self._session).login()
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\login.py", line 27, in login
self.set_sessionid_cookies()
File "F:\save\VSCODE\SteamPars1\notfarm\env\Lib\site-packages\steampy\login.py", line 38, in set_sessionid_cookies
sessionid = self.session.cookies.get_dict()['sessionid']
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'sessionid'
python 3.12.3
The text was updated successfully, but these errors were encountered: