Trouble fetching Open La Liga 360 data frames
wwwidonja opened this issue · 0 comments
wwwidonja commented
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?