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.flea_conn times out #356

Closed
WendiGhost opened this issue Jun 2, 2022 · 3 comments
Closed

ff_transactions.flea_conn times out #356

WendiGhost opened this issue Jun 2, 2022 · 3 comments
Labels
bug 🐛 an unexpected problem or unintended behavior

Comments

@WendiGhost
Copy link

Describe the bug
ff_transaction fails to pull transaction history from fleaflicker

Reprex
Please provide a short, reproducible example of the code you are trying to run.

library(ffscrapr)
library(dplyr)
library(tidyr)

conn <- fleaflicker_connect(season = 2021, league_id = 326798)
tx <- ff_transactions(conn)

conn <- fleaflicker_connect(season = 2021, league_id = 326798)
tx <- ff_transactions(conn)

Expected behavior
return league's transaction history in a df

Session information
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C LC_TIME=English_United States.utf8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] compiler_4.2.0 tools_4.2.0

Discord discussion link: https://discord.com/channels/550775812434165787/869777921231953951/981940350119719022

@tanho63 tanho63 added the bug 🐛 an unexpected problem or unintended behavior label Jun 11, 2022
@WendiGhost
Copy link
Author

This function still works with the example; for some reason not working for my league / settings. Wondering if its a volume / time out issue

@tanho63 tanho63 changed the title ff_transactions fails ff_transactions.flea_conn times out Aug 10, 2022
@WendiGhost
Copy link
Author

Anything I can do to prevent this from timing out?

@tanho63
Copy link
Member

tanho63 commented Dec 12, 2022

Resolved in #385.

@tanho63 tanho63 closed this as completed Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants