sportsdataverse/hoopR

All NCAA 2024 season request come back with errors

Closed this issue · 6 comments

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

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.

Try now to confirm

Try now to confirm

Still not working for me

@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.

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.

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