fut icon indicating copy to clipboard operation
fut copied to clipboard

bid error fut.exceptions.PermissionDenied

Open vinch1n opened this issue 7 years ago • 7 comments

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

vinch1n avatar May 17 '17 06:05 vinch1n

@oczkers help

vinch1n avatar May 18 '17 01:05 vinch1n

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.

vinch1n avatar May 18 '17 03:05 vinch1n

I'm affraid you have to look here https://github.com/oczkers/fut/issues/148 https://github.com/oczkers/fut/issues/114 (temporary ban)

oczkers avatar May 18 '17 08:05 oczkers

thanks ,i will check it.

vinch1n avatar May 18 '17 09:05 vinch1n

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.

vinch1n avatar May 23 '17 02:05 vinch1n

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.

j-stone avatar May 23 '17 09:05 j-stone

Yes,350 is a valid bid price,i'm bidding json steele(64) which is a bronze card,price range is 150 to 1000;

vinch1n avatar May 24 '17 02:05 vinch1n