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

Champions League Matches data missing #36

Open
BogdanAlexandru09 opened this issue Jan 15, 2023 · 0 comments
Open

Champions League Matches data missing #36

BogdanAlexandru09 opened this issue Jan 15, 2023 · 0 comments

Comments

@BogdanAlexandru09
Copy link

Hello,

Thank you for providing this data to developers and football enthusiasts (and not only).
I tried to process some information about the Champions League 2013-2014 season, but I found out that not only there is no JSON data about that specific season; there is no data for any Champions League season.

Is it accessible only with an account? Or is it just really missing?

The code I tried to access data with:

import json

with open('open-data-master/open-data-master/data/matches/16/76.json', encoding="utf-8") as f:
    data = json.load(f)

data
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