fut
fut copied to clipboard
bid error fut.exceptions.PermissionDenied
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 3.x
@oczkers help
2017-05-17 18:50:36,419 [DEBUG] [requests.packages.urllib3.connectionpool] _make_request: "POST /ut/game/fifa17/trade/191382482196/bid HTTP/1.1" 200 77 (line 385) 2017-05-17 18:50:36,421 [DEBUG] [root] request: response: b'{"debug":"","string":"","code":"461","reason":"Permission Denied"}' (line 505)
this is fut log,anyone got same error with me?hope you response soon and thanks a lot.
I'm affraid you have to look here https://github.com/oczkers/fut/issues/148 https://github.com/oczkers/fut/issues/114 (temporary ban)
thanks ,i will check it.
i had added time.sleep function into my code to prevent temporary ban,but still no help with bid error permission denied, anyone has this same error with me ? i'm messed up with this error for weeks.
Are you sure you’re bidding on a player where 350 coins is a valid bid? If it is a rare gold you wouldn’t be able to bid less than 600.
Yes,350 is a valid bid price,i'm bidding json steele(64) which is a bronze card,price range is 150 to 1000;