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
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
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
The text was updated successfully, but these errors were encountered: