open-data icon indicating copy to clipboard operation
open-data copied to clipboard

Trouble fetching Open La Liga 360 data frames

Open wwwidonja opened this issue 2 years ago • 0 comments

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?

wwwidonja avatar Sep 15 '23 20:09 wwwidonja