Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in login function #393

Open
DJTaDJuk opened this issue Jun 16, 2024 · 1 comment
Open

error in login function #393

DJTaDJuk opened this issue Jun 16, 2024 · 1 comment

Comments

@DJTaDJuk
Copy link

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

@Aarab228
Copy link

Aarab228 commented Jun 18, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants