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

Trouble fetching Open La Liga 360 data frames #39

Open
wwwidonja opened this issue Sep 15, 2023 · 0 comments
Open

Trouble fetching Open La Liga 360 data frames #39

wwwidonja opened this issue Sep 15, 2023 · 0 comments

Comments

@wwwidonja
Copy link

wwwidonja commented Sep 15, 2023

Hi,
For matches in the open data season of Barcelona matches sb.matches(11, 90), I'm getting an error when trying to retrieve the 360 frames, even though they are said to be available in the matches dataframe.

Example below for match id 3773565:

from statsbombpy import sb
mid = 3773565
sb.frames(mid)

>raise HTTPError(http_error_msg, response=self)
>requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/statsbomb/open-data/master/data/three-sixty/3773565.json

Is this a known issue?

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