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

session is management issue #392

Open
Sashabus opened this issue Jun 5, 2024 · 0 comments
Open

session is management issue #392

Sashabus opened this issue Jun 5, 2024 · 0 comments

Comments

@Sashabus
Copy link

Sashabus commented Jun 5, 2024

after market object is initialized inside of client, either via login_cookies or login method the session id(from _get_session_id()) value given to the constructor of market object is associated with a wrong domain, instead of:

self._session.cookies.get_dict()['sessionid']

it shoud be initialized with session id from:

self._session.cookies.get_dict(domain="steamcommunity.com", path="/").get('sessionid')

I am only working with buy order functionality of market so simply giving steamcommunity sessionid to market might lead to some unexpected issues in other methods, however for interaction with buy orders correct session id must be set.

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

1 participant