We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
what I don't understand is that the exact same code works completely fine for items which were already offered on the transfer market...
Sorry, something went wrong.
No branches or pull requests
Hi,
when I try to sell some newly-bought items which were sent to the tradepile already,
I get the following error:
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?
The text was updated successfully, but these errors were encountered: