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

cbd_torvik_player_game() not updating with 2025 stats #13

Open
bmargio opened this issue Nov 7, 2024 · 6 comments
Open

cbd_torvik_player_game() not updating with 2025 stats #13

bmargio opened this issue Nov 7, 2024 · 6 comments

Comments

@bmargio
Copy link

bmargio commented Nov 7, 2024

cbd_torvik_player_game() not pulling current years stats.

@elikastelein
Copy link

@andreweatherman I'm also seeing issues with missing 2025 data in other methods.

1. cbd_torvik_ratings_archive

library(magrittr)

cbbdata::cbd_login(username = 'user', password = 'password')

# Print the unique dates of the output for ratings_archive
cbbdata::cbd_torvik_ratings_archive(year = 2025) %>%
    dplyr::pull(date) %>%
    unique() %>%
    print()
"2024-11-02" "2024-11-05"
  • Appears to be missing data for 2024-11-03, 2024-11-04, 2024-11-06

2. cbd_torvik_game_factors

# Print the unique dates of the output for game_factors
cbbdata::cbd_torvik_game_factors(year = 2025) %>%
    dplyr::pull(date) %>%
    unique() %>%
    print()

# Print current timestamp
print(Sys.time())
"2024-11-05" "2024-11-04"

"2024-11-07 21:05:42 PST"
  • Appears to be missing all of the games from 2024-11-06, unless this is an expected delay

@bmargio
Copy link
Author

bmargio commented Nov 10, 2024

cbd_torvik_player_season() also not updating

@jacobakaye
Copy link

cbd_torvik_game_prediction()
cbd_torvik_season_prediction()
cbd_torvik_season_simulation()

Also not working

@montgomeryinman
Copy link

montgomeryinman commented Nov 14, 2024

cbd_torvik_player_season(year = 2025) is only returning one game now for each player

EDIT: it appears cbd_torvik_player_season(year = 2025) is updated now with all games up until this point!

@cobrastats
Copy link

cbd_torvik_player_game is updating just fine for me for this season, but it appears only the first week of 2023-24 season is showing up (with errors) and no games after 11/10/2023 through the end of the season. This one just me?

@jacobakaye
Copy link

Having the same issue... also with cbd_torvik_season_simulation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants