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

Selling Error #431

Open
breezer89 opened this issue Oct 11, 2018 · 1 comment
Open

Selling Error #431

breezer89 opened this issue Oct 11, 2018 · 1 comment

Comments

@breezer89
Copy link

Hi,
when I try to sell some newly-bought items which were sent to the tradepile already,
I get the following error:

items=session.tradepile()
for item in items:
session.sell(item['id'], 600, 650)

Traceback (most recent call last):
File "<pyshell#4>", line 2, in
session.sell(item['id'], 600, 650)
File "C:\Users\HP\Desktop\FUT Autobidder\fut-master\fut\core.py", line 1320, in sell
rc = self.request(method, url, data=json.dumps(data), params={'sku_b': self.sku_b})
File "C:\Users\HP\Desktop\FUT Autobidder\fut-master\fut\core.py", line 791, in request
raise Conflict()
fut.exceptions.Conflict

Can anybody help me please?

@breezer89
Copy link
Author

what I don't understand is that the exact same code works completely fine for items which were already offered on the transfer market...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants