-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error downloading current season data, schedule #130
Comments
similar issue to mine that has been closed. I had to update the package and it worked fine |
@Coop197823 Yes, I had seen that your issue had been closed, but the link that the data is supposed to be coming from doesn't exist. I have v2.0.1 as well, and it still doesn't work. |
I see it here at this link, and this is the directory you should be pointed to (or well at least I am) https://github.com/sportsdataverse/sportsdataverse-data/releases/tag/espn_nba_schedules also try to specify hoopR:: in |
Womp, womp. You are correct. NBA scheds are in but it looks like the NCAA Men's Basketball sched is not yet updated for 2023-2024. I saw that you already opened up another issue for that a few days ago. |
@aggieed97 you should respond to my issue to see if we can get an expedited solution |
remotes::install_github("sportsdataverse/hoopR") And try again. |
When I try and download the 2023-2024 schedule, pbp data and player box scores, I get an error:
x <- load_nba_schedule(seasons = most_recent_nba_season())
Warning messages:
1: In readRDS(con) :
cannot open URL 'https://raw.githubusercontent.com/sportsdataverse/hoopR-data/main/nba/schedules/rds/nba_schedule_2024.rds': HTTP status was '404 Not Found'
2: Failed to readRDS from <https://raw.githubusercontentI .com/sportsdataverse/hoopR-data/main/nba/schedules/rds/nba_schedule_2024.rds>
I get the same issue when trying to download anything from the 2023-2024 season. Has this data just not been uploaded yet?
thanks ..
Eric
The text was updated successfully, but these errors were encountered: