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

ncaa_schedule_info() no longer working for any season + load_ncaa_baseball_schedule(2024) not found #348

Open
jfhahn2 opened this issue Aug 10, 2024 · 1 comment

Comments

@jfhahn2
Copy link

jfhahn2 commented Aug 10, 2024

ncaa_schedule_info() function returns a 0 row data frame with the following warning message for all valid teams or seasons:

data frame with 0 columns and 0 rows
Warning message:
No NCAA Schedule Information found for params (team_id: 736, year = 2019) 

Also, load_ncaa_baseball_schedule() returns the following error messages for the 2024 season:

Warning messages:
1: In readRDS(con) :
  cannot open URL 'https://github.com/sportsdataverse/sportsdataverse-data/releases/download/ncaa_baseball_schedules/ncaa_baseball_schedule_2024.rds': HTTP status was '404 Not Found'
2: Failed to readRDS from <https://github.com/sportsdataverse/sportsdataverse-data/releases/download/ncaa_baseball_schedules/ncaa_baseball_schedule_2024.rds> 

This function does work for prior seasons however.

These errors are occuring with the most recently released version of the package installed, with R version 4.3.1 on a Mac

@tuckerlsmith
Copy link

I am still seeing this error as well. I do see in the github folder there is no file for 2024, so it makes sense that load_ncaa_baseball_schedule() doesnt return 2024, but without the ncaa_schedule_info() function working there is no way to pull 2024 data.

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

2 participants