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

Error downloading current season data, schedule #130

Open
EricPPeterson opened this issue Nov 7, 2023 · 6 comments
Open

Error downloading current season data, schedule #130

EricPPeterson opened this issue Nov 7, 2023 · 6 comments

Comments

@EricPPeterson
Copy link

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

@Coop197823
Copy link

similar issue to mine that has been closed. I had to update the package and it worked fine

@aggieed97
Copy link

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

image

@Coop197823
Copy link

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 hoopR::load_nba_schedule(seasons = most_recent_nba_season())

@aggieed97
Copy link

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.

@Coop197823
Copy link

@aggieed97 you should respond to my issue to see if we can get an expedited solution

@saiemgilani
Copy link
Collaborator

remotes::install_github("sportsdataverse/hoopR")

And try again.

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

4 participants