fut icon indicating copy to clipboard operation
fut copied to clipboard

UnknownError b'' when selling players

Open rickyleeyz opened this issue 7 years ago • 1 comments

hello.

I am keep on getting this error when selling players using fut_session.sell(item_id=item_id, bid=400, buy_now=sell_price, fast=True)

{'Content-Length': '20', 'X-UnzippedLength': '0', 'Content-Encoding': 'gzip', 'Access-Control-Expose-Headers': 'Retry-After', 'Server': 'Jetty(8.0.0.M2)'} 400 <RequestsCookieJar[]> b'' <class 'fut.exceptions.UnknownError'>

rickyleeyz avatar Jan 21 '18 12:01 rickyleeyz

Server tells You this is bad request so probably some params are wrong or You forget to move item to tradepile first.

oczkers avatar Jan 30 '18 11:01 oczkers