vinch1n
vinch1n
hey guys,i was try using fut api to buy player,but got same error over and over again, anyone can help me,thanks a lot! my request header is: POST /ut/game/fifa17/trade/190849008774/bid HTTP/1.1...
import fut import time myfut = fut.Core(.....) #items = fut.searchAuctions('player',assetId=7763,min_price=1600,max_price=1700) #print(items) try: myfut.bid(191306747378, 350,True) except fut.exceptions.PermissionDenied: time.sleep(5) myfut.bid(191306747378, 350,True) login is success,but bid always got PermissionDenied error python version is...