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

Men's hockey - February 2024 games #14

Open
hudsholm opened this issue Nov 20, 2024 · 1 comment
Open

Men's hockey - February 2024 games #14

hudsholm opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hudsholm
Copy link

The following result in empty tibbles:
schedule <- hockey_schedule("m") |> filter(str_detect(Month, "February 2024")) |> filter(Home == "Waterloo" | Away == "Waterloo")

team_stats <- hockey_team_box_score("m", 2024) |> filter(str_detect(game_id,"202402")) |> filter(team == "Waterloo")

However, on the USports website, we can see games for February 2024:
https://en.usports.ca/sports/mice/2023-24/schedule?teamId=jpizyjbs75wip0tg

@hudsholm hudsholm added the bug Something isn't working label Nov 20, 2024
@awosoga
Copy link
Collaborator

awosoga commented Dec 22, 2024

similar issue in volleyball, exacerbated by this example where all of the boxscore links are missing on the official usports site but are available on the oua version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants