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

ff_transactions() behind on sleeper #419

Closed
joshbis opened this issue Nov 13, 2023 · 3 comments
Closed

ff_transactions() behind on sleeper #419

joshbis opened this issue Nov 13, 2023 · 3 comments

Comments

@joshbis
Copy link

joshbis commented Nov 13, 2023

Describe the bug
The most recent transaction being pulled for sleeper is seemingly 2023-11-09 17:20:12 [current sys.time() is 2023-11-12 20:55:11]

Unclear whether this is an issue with the Sleeper API or the ff_connect() package.

Running this as:
league_id <- "932553828120104960"
slp <- ff_connect(platform = "sleeper", league_id = league_id, season = 2023)
transactions <- data.table(ff_transactions(slp))
@tanho63
Copy link
Member

tanho63 commented Nov 13, 2023

I’m guessing this is api related, is it normal this morning?

@joshbis
Copy link
Author

joshbis commented Nov 13, 2023

Still looks stalled ... fwiw, ff_rosters() is current [it shows someone who was picked up on Sunday]

@tanho63
Copy link
Member

tanho63 commented Jan 26, 2024

I'm going to close out this as an odd API issue. If this becomes an issue in the future, we can investigate sleeper api by checking the transaction endpoint https://docs.sleeper.com/#get-transactions and showing that the API is returning correctly but ffscrapr handling the response incorrectly.

@tanho63 tanho63 closed this as completed Jan 26, 2024
@tanho63 tanho63 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 26, 2024
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

2 participants