tmb5cg / Fifa-Autobidder

Selenium-based bot that autobids and autobuys players on FIFA 23 Ultimate Team's transfer market
MIT License
146 stars 46 forks source link

fetching futbin prices dosnt work anymore... #47

Closed laiths3 closed 1 year ago

laiths3 commented 1 year ago

whenever you run the bot an error "IndexError: list index out of range" comes up it may be due to futbin changing their website again, as they added a new percentage tag under the price or it could be because of the extra lines for the alternative positions... errorcode1 error2

powN1 commented 1 year ago

The bot is written in such way that it "downloads" all the info into an array and then iterates the array one by one assigning specific player data to variables. Basically what that means is that if a single span or div is added to futbin page in player info section then it messes up the whole order of player stats in the program.