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
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:
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.
The text was updated successfully, but these errors were encountered:
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:it shoud be initialized with session id from:
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.
The text was updated successfully, but these errors were encountered: