Exception getAllPlayerInfo
wayonhigh opened this issue · 0 comments
wayonhigh commented
Hey! Thanks for writing this and releasing it :)
All seemed to be going nicely - but whenever it finds any players, there is an exception and it doesn't place any bids..
[17:00:12] Autobidder started
[17:00:14] Bid to make on each player: 9
[17:00:20] BEN YEDDER FUTBIN price: 10750 (will find actual price)
[17:00:20] BEN YEDDER stop price = buy ceiling (0.75) * (10750) = 8100
[17:00:20] BidRound 0 | MIN: 4900 MAX: 6100
[17:00:37] Going to next page
[17:00:37] No next page found, returning
[17:00:41] BidRound 1 | MIN: 3900 MAX: 4900
[17:00:57] Going to next page
[17:00:58] No next page found, returning
[17:01:01] BidRound 2 | MIN: 3100 MAX: 3900
Exception in thread Thread-13:
Traceback (most recent call last):
File "C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "C:\Users\xxx\Downloads\Fifa21-Autobidder-main\Fifa21-Autobidder-main\src\main.py", line 842, in run
self.autobidder_reloaded.start()
File "C:\Users\xxx\Downloads\Fifa21-Autobidder-main\Fifa21-Autobidder-main\src\autobidder.py", line 93, in start
total_bids_made = self.helper.search_market_gather_players(cardname, max_price_to_pay, bidstomake_eachplayer, total_bids_made, "None", min_bid, max_bid)
File "C:\Users\xxx\Downloads\Fifa21-Autobidder-main\Fifa21-Autobidder-main\src\helpers.py", line 222, in search_market_gather_players
for card in players_on_page:
TypeError: 'NoneType' object is not iterable
[17:01:15] Exception getAllPlayerInfo
Do you have any ideas what could be causing this? I've tried searching differents cards, and using just one or multiple cards.