sportsdataverse / hoopR

An R package to quickly obtain clean and tidy men's basketball play by play data.
http://hoopr.sportsdataverse.org/
Other
81 stars 18 forks source link

All NCAA 2024 season request come back with errors #132

Closed mileskee closed 10 months ago

mileskee commented 10 months ago

If I try to get data from the current college basketball season, it returns an error, but the same functions work for past seasons.

Coop197823 commented 10 months ago

yes, we are waiting on the developer to fix the code to pull in the 2024 data. You will see a 20224 dataset here (https://github.com/sportsdataverse/sportsdataverse-data/releases/tag/espn_mens_college_basketball_schedules) when it is done. I Opened an issue last week and he has yet to respond.

saiemgilani commented 10 months ago

Try now to confirm

mileskee commented 10 months ago

Try now to confirm

Still not working for me

aqsmith08 commented 10 months ago

@mileskee Would you be willing to share the command that you're running?

When I run hoopR::load_mbb_schedule(2024) and hoopR::load_mbb_player_box(seasons = 2024), it loads the appropriate data now.

mileskee commented 10 months ago

hoopR::load_mbb_player_box(seasons = 2024)

Those are working for me now too, I originally tried loading in data from KenPom, which is still not working for me.

saiemgilani commented 10 months ago

hoopR::load_mbb_player_box(seasons = 2024)

Those are working for me now too, I originally tried loading in data from KenPom, which is still not working for me.

Seems a separate issue which appears valid, will look into it