-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
bug 🐛an unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
Describe the bug
When calling ff_draftpicks for a sleeper league in 2022 I am getting an error related to the 'metadata column' (see image)
Reprex
Please provide a short, reproducible example of the code you are trying to run.
ssb <- ff_connect(platform = "sleeper", league_id = "784453846419283968", season = 2022)Expected behavior
I expected a table to return with users and their corresponding draft capital from sleeper api.
Session information
Please copy the output of sessionInfo() into the box below.
R version 4.0.5 (2021-03-31)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 10.16
Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ffscrapr_1.4.7.02
loaded via a namespace (and not attached):
[1] compiler_4.0.5 pillar_1.7.0 prettyunits_1.1.1 remotes_2.4.0
[5] tools_4.0.5 pkgbuild_1.2.0 jsonlite_1.8.0 memoise_2.0.1
[9] lifecycle_1.0.1 tibble_3.1.6 pkgconfig_2.0.3 rlang_1.0.2
[13] DBI_1.1.1 cli_3.2.0 rstudioapi_0.13 curl_4.3.2
[17] xfun_0.23 fastmap_1.1.0 withr_2.4.2 httr_1.4.2
[21] dplyr_1.0.8 generics_0.1.2 vctrs_0.4.0 rprojroot_2.0.2
[25] tidyselect_1.1.2 glue_1.6.2 R6_2.5.1 processx_3.5.2
[29] fansi_1.0.3 tidyr_1.2.0 callr_3.7.0 ratelimitr_0.4.1
[33] purrr_0.3.4 magrittr_2.0.3 ps_1.6.0 ellipsis_0.3.2
[37] assertthat_0.2.1 tinytex_0.32 utf8_1.2.2 cachem_1.0.6
[41] crayon_1.5.1 ```
**Screenshots**
**Additional context**
Add any other context about the problem here.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐛an unexpected problem or unintended behavioran unexpected problem or unintended behavior