Cameron Gibbons
Cameron Gibbons
> ``` > from steampy.client import SteamClient > # from steampy.models import GameOptions, Asset > from steampy import guard > # import Save_and_Load > import pickle > import glob >...
> Unfortunately ok, thanks again, will look into it further and see what i can find
> repair after change 343 need chenge all self._get_session id() self._session.cookies.get_dict("steamcommunity.com")['sessionid'] > > [pycharm64_OPblKPM9J1](https://github.com/bukson/steampy/assets/18733096/1307f2a9-30ef-48c0-825b-eb99fa82ef1b) > > In general, there was this solution, but something didn’t work out for the person...
> def _get_session_id(self) -> str: > return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] i can accept offers, get balance, inventory etc but i cant send and offer... i get this response {'strError': 'There was an...
> > def _get_session_id(self) -> str: > > return self._session.cookies.get_dict("steamcommunity.com")['sessionid'] > > i can accept offers, get balance, inventory etc but i cant send and offer... i get this response...
Hi all, i have the same issue when running on ubuntu but not on windows 11! Instead of the usual log in with the x in top right corner of...
following on from this, i tried using a UK proxy which worked and produced the desired outcome
> > following on from this, i tried using a UK proxy which worked and produced the desired outcome > > Could you tell the noob like me how to...