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

500 Server Internal Error on trade send #89

Closed
3 tasks done
TrixiS opened this issue Dec 27, 2021 · 6 comments
Closed
3 tasks done

500 Server Internal Error on trade send #89

TrixiS opened this issue Dec 27, 2021 · 6 comments
Labels
invalid This doesn't seem right

Comments

@TrixiS
Copy link

TrixiS commented Dec 27, 2021

Summary

Sending a trade offer to a user results in an error

Reproduction Steps

I have just updated the library to the version of 0.8.5. And now I can't send trades =)

  1. Fetch a user from steam id64 e. g. await client.fetch_user(id)
  2. Create a steam.TradeOffer object from token and an item (I used only one item that was taken from inventory directly)
    trade_offer = steam.TradeOffer(token=trade_token, items_to_send=[item])
  3. await user.send(trade=trade_offer)
  4. user.send method raises exception
  5. I've tried to send a trade to a non-friend (errors) and then add a partner to the friend list (didn't help me)

Expected Results

Successfully sent trade offer as it was in the previous versions of the library

Actual Results

Exception

System Information

Python 3.8
Library version 0.8.5 (from github)

Checklist

  • I have searched the issues for duplicates.
  • I have shown the entire traceback, if possible.
  • I have removed my username/password/secrets from display, if visible.
@TrixiS TrixiS added the bug Something isn't working label Dec 27, 2021
@TrixiS
Copy link
Author

TrixiS commented Dec 27, 2021

image

@Gobot1234
Copy link
Owner

Considering I didn't change any of that code I think you should check out https://steamerrors.com/15
V.0.8.4...V.0.8.5

@TrixiS
Copy link
Author

TrixiS commented Dec 27, 2021

Considering I didn't change any of that code I think you should check out https://steamerrors.com/15 V.0.8.4...V.0.8.5

But lol, I can send trade through the offical steam client without any errors

@Gobot1234
Copy link
Owner

image
image
I'll check with someone who isn't a friend but I can't reproduce this.

@TrixiS
Copy link
Author

TrixiS commented Dec 27, 2021

Ok, it was my bad. Thank you for all of your work and such fast answers! The library is awesome =)

@TrixiS TrixiS closed this as completed Dec 27, 2021
@Gobot1234
Copy link
Owner

No problem.

@Gobot1234 Gobot1234 removed the bug Something isn't working label Dec 27, 2021
@Gobot1234 Gobot1234 added the invalid This doesn't seem right label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants