-
Notifications
You must be signed in to change notification settings - Fork 156
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
accept_trade_offer isn't working #385
Comments
For fix it, you need to make this changes #382 (comment) And after change this function
And this function also:
|
I changed the code the access_token part under login(), however I still face the same issue of KeyError: 'offer', the response form steam I get is {}, did you change anything else ? |
Yes, my upper comment is updated. Now it should work |
Okay, I tried it and I am able to send a trade offer but I am not able to track the status of the offer, if it is accepted or not. get_trade_offer() returns empty json. |
Is this project dead? Are there any alternatives? |
Project is not dead. I do not actively develop it, but I still merge pull requests and maintain it. Please create a pr with desired changes that fixes things and I will gladly merge it. |
Thanks to @maromalo he already collect every community fix in one pr. |
When I use this method an exception occurs with text: 'offer'.
The text was updated successfully, but these errors were encountered: