-
Notifications
You must be signed in to change notification settings - Fork 159
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
Unable to obtain session ID during login #431
Comments
Same. |
Yes, it was normal an hour ago |
Same. |
Same. Actually I can see my device in autorized devices after login, but still I can't pass through steam.login method. Also someone mentioned that you can't bulk confirm trades in SDA, but you can do it one by one |
same |
No more sessionID in finalize_login:{'response': {'client_id': '14948508085995000000', 'request_id': '5WzFBXbdwBAfH4QXDza9zA==', 'interval': 0.10000000149011612, 'allowed_confirmations': [{'confirmation_type': 1}], 'steamid': '76561199674400000'}} |
@ #432 |
File "/usr/local/python3/lib/python3.8/site-packages/steampy/client.py", line 132, in login Unfortunately, using your method still results in this error |
Try again, I updated it |
same,response <403> has been about 6 hours, is here any good idea?
I saw the post URL, and the data has not changed. The nonce information comes from the API, so I think the code does not need to be fixed. So, what's wrong? |
File "/usr/local/python3/lib/python3.8/site-packages/steampy/client.py", line 132, in login It's still the same error |
waiting u next upload.. |
Alright, then try commit 6e058b4. It's hard for me to say why they don't work; I have a parallel branch. Everything is working for me right now. |
After your 3rd update it works. You are the best. |
Perfect solution, that's great |
Great, see you on the market :) |
great!! here is the fixed code。
|
Thanks man, you're the best! |
the new problem is add friend was response 403 too |
i got it, the problem is the request headers, must appoint an Referer and Origin into the headers, else response 403 |
Thanks! Good solution, worked for me |
sadly would be very thankful if someone could fix it. |
@VlexWest Unfortunately, I can't test this either. But just by analogy, try this option for make_offer_with_url():
|
steam_client.login(username, newpassword, 'new_filename')
File "/usr/local/python3/lib/python3.8/site-packages/steampy/client.py", line 132, in login
LoginExecutor(self.username, self._password, self.steam_guard['shared_secret'], self._session).login()
File "/usr/local/python3/lib/python3.8/site-packages/steampy/login.py", line 43, in login
finalized_response = self._finalize_login()
File "/usr/local/python3/lib/python3.8/site-packages/steampy/login.py", line 151, in _finalize_login
sessionid = self.session.cookies['sessionid']
File "/usr/local/python3/lib/python3.8/site-packages/requests/cookies.py", line 334, in getitem
return self._find_no_duplicates(name)
File "/usr/local/python3/lib/python3.8/site-packages/requests/cookies.py", line 413, in _find_no_duplicates
raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}")
KeyError: "name='sessionid', domain=None, path=None"
The text was updated successfully, but these errors were encountered: