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
Describe the bug
The ncaa_teams function returns NA for every team_id.
To Reproduce
Run the following function call: ncaa_teams(year = 2024, division = 1)
I get the following in return:
team_id team_name team_url conference_id conference division year season_id
<chr> <chr> <chr> <chr> <chr> <dbl> <dbl> <chr>
1 NA Charlotte /teams/… 823 AAC 1 2024 NA
2 NA East Caro… /teams/… 823 AAC 1 2024 NA
3 NA Fla. Atla… /teams/… 823 AAC 1 2024 NA
4 NA Memphis /teams/… 823 AAC 1 2024 NA
5 NA Rice /teams/… 823 AAC 1 2024 NA
...
Expected behavior
That the team_id field contains the valid team ID. I want to pass this ID into ncaa_rosters.
The text was updated successfully, but these errors were encountered:
I am getting the same behavior but wasn't a couple weeks ago. Additionally, when I load in the successful ncaa_teams data from earlier in the season and try to call the get_ncaa_schedule_info() function, I am getting a bunch of 0 row data frames.
Describe the bug
The
ncaa_teams
function returnsNA
for everyteam_id
.To Reproduce
Run the following function call:
ncaa_teams(year = 2024, division = 1)
I get the following in return:
Expected behavior
That the
team_id
field contains the valid team ID. I want to pass this ID intoncaa_rosters
.The text was updated successfully, but these errors were encountered: