fifadata icon indicating copy to clipboard operation
fifadata copied to clipboard

Error when trying to update the data

Open brianfeld opened this issue 4 years ago • 1 comments

Hello, I know you've worked on this a long time ago, but I'm trying to run the code to get the data from 2014 and 2018, and I get the following error image

I am quite newbie with Python, so I'm not sure what's going on. Would you mind letting me know what I should change to make it work?

Thank you very much.

brianfeld avatar May 18 '21 22:05 brianfeld

@brianfeld -- this code is quite old. It may fail for 2 reasons.

  1. You might be running this on Python 3. It was written for Python 2. Please try Python 2
  2. The FIFA website may have changed, and the scraper is just too outdated. In that case, please look for another data source 😢

sanand0 avatar May 19 '21 03:05 sanand0