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
I am running query.get_team_roster_player_stats_by_week(team_id=4). The function lists player_points.coverage_type as "week" and player_points.week as "1". When I run the function, it's returning player_points.coverage_type = "date" and then giving the current date, instead of the week. This results in the incorrect stats being displayed.
If I run query.get_team_roster_player_stats_by_week(team_id=4, chosen_week=1), it will choose "2023-10-29" as the "date", when it should display 1 as the week.
Additional Information as Applicable
I'm doing this for Fantasy Basketball. This may not be a bug for Fantasy Football.
Yahoo Fantasy Sports League ID
43993
Yahoo Fantasy Sports League Privacy
Private
Operating System/Environment
Windows
Other
None
The text was updated successfully, but these errors were encountered:
Experiencing the same here! It looks like it might be taking the stats from final day of that week for each player, rather than the cumulative total of all the days. @uberfastman
Description of Issue
I am running query.get_team_roster_player_stats_by_week(team_id=4). The function lists player_points.coverage_type as "week" and player_points.week as "1". When I run the function, it's returning player_points.coverage_type = "date" and then giving the current date, instead of the week. This results in the incorrect stats being displayed.
If I run query.get_team_roster_player_stats_by_week(team_id=4, chosen_week=1), it will choose "2023-10-29" as the "date", when it should display 1 as the week.
Additional Information as Applicable
I'm doing this for Fantasy Basketball. This may not be a bug for Fantasy Football.
Yahoo Fantasy Sports League ID
43993
Yahoo Fantasy Sports League Privacy
Private
Operating System/Environment
Windows
Other
None
The text was updated successfully, but these errors were encountered: