fut icon indicating copy to clipboard operation
fut copied to clipboard

Market locked

Open KimSongYun-coder opened this issue 8 years ago • 1 comments

Hey, I am doing simple search for Ramires (184943 asset)

session = fut.Core('[email protected]', 'xxxx', 'xxxx', platform='ps4') items = session.searchAuctions('player', assetId='184943')

after command send I got:

Traceback (most recent call last): File "H:\FUT_API\fut\fut\test1.py", line 8, in items = session.searchAuctions('player', assetId='184943') File "H:\FUT_API\fut\fut..\fut\core.py", line 1002, in searchAuctions return self.search(*args, **kwargs) File "H:\FUT_API\fut\fut..\fut\core.py", line 991, in search rc = self.request(method, url, params=params, fast=fast) File "H:\FUT_API\fut\fut..\fut\core.py", line 738, in request raise MarketLocked() fut.exceptions.MarketLocked

However, my market is not locked, I can do transactions via Web, phone.

Any ideas why?

KimSongYun-coder avatar Dec 16 '17 12:12 KimSongYun-coder

That's just what ea told us, probably temporary problems with server but if not please make fresh start (remove cookies.txt, token.txt and relogin)

oczkers avatar Dec 18 '17 14:12 oczkers