You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
ncaa_schedule_info() function returns a 0 row data frame with the following warning message for all valid teams or seasons:
Also, load_ncaa_baseball_schedule() returns the following error messages for the 2024 season:
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
The text was updated successfully, but these errors were encountered: