Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL: CERTIFICATE_VERIFY_FAILED: Create a League #78

Open
PatWekan opened this issue Apr 3, 2024 · 0 comments
Open

SSL: CERTIFICATE_VERIFY_FAILED: Create a League #78

PatWekan opened this issue Apr 3, 2024 · 0 comments

Comments

@PatWekan
Copy link

PatWekan commented Apr 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant