kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
281 stars 104 forks source link

SSL: CERTIFICATE_VERIFY_FAILED: Create a League #78

Open PatWekan opened 3 months ago

PatWekan commented 3 months ago

Hello

i try to create a league and got the following:

<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1516/D1.csv from league: Germany: Bundesliga-1, Year = 2015 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1617/D1.csv from league: Germany: Bundesliga-1, Year = 2016 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1718/D1.csv from league: Germany: Bundesliga-1, Year = 2017 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1819/D1.csv from league: Germany: Bundesliga-1, Year = 2018 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1920/D1.csv from league: Germany: Bundesliga-1, Year = 2019 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2021/D1.csv from league: Germany: Bundesliga-1, Year = 2020 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2122/D1.csv from league: Germany: Bundesliga-1, Year = 2021 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2223/D1.csv from league: Germany: Bundesliga-1, Year = 2022 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2324/D1.csv from league: Germany: Bundesliga-1, Year = 2023 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1516/E0.csv from league: England: Premier-League, Year = 2015 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1617/E0.csv from league: England: Premier-League, Year = 2016 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1718/E0.csv from league: England: Premier-League, Year = 2017 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1819/E0.csv from league: England: Premier-League, Year = 2018 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/1920/E0.csv from league: England: Premier-League, Year = 2019 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2021/E0.csv from league: England: Premier-League, Year = 2020 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2122/E0.csv from league: England: Premier-League, Year = 2021 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2223/E0.csv from league: England: Premier-League, Year = 2022 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2324/E0.csv from league: England: Premier-League, Year = 2023 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2021/D1.csv from league: Germany: Bundesliga-1, Year = 2020 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2122/D1.csv from league: Germany: Bundesliga-1, Year = 2021 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2223/D1.csv from league: Germany: Bundesliga-1, Year = 2022 <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)> Warning: Failed to download file: https://www.football-data.co.uk/mmz4281/2324/D1.csv from league: Germany: Bundesliga-1, Year = 2023

What shall be fixed on my side?

Thanks