-
Notifications
You must be signed in to change notification settings - Fork 7
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
Games Not Loading after 2023-12-29 #14
Comments
Not the package maintainer, but also experiencing this issue. I was able to scrape that day - it may have been a transient API issue. I was able to scrape all games from 12-29 to yesterday with:
|
Also having this issue!! |
Anyone finding a better solution? Loading games by scrape_day is incredibly slow... |
ive tried doing this but it seems like this error is popping: **There was a problem fetching games: simpleWarning in open.connection(con, "rb"): URL 'https://statsapi.web.nhl.com/api/v1/schedule?date=2023-12-30': status was 'Couldn't resolve host name' Error in get_game_ids(day = day) :** |
Update the package - the NHL changed the API url a few months ago, your version is querying the old API url |
Thank you for this awesome R package! I am noticing that games after 2023-12-29 are not loading when using the load_pbp() function. Tested scrape_day('2024-01-01') which did work. Could be user error.
The text was updated successfully, but these errors were encountered: