-
-
Notifications
You must be signed in to change notification settings - Fork 22
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_scoringhistory missing passing_yards
for ESPN.
#432
Comments
I was able to resolve this issue by editing and adding
|
can you provide the output of: dput(ffscrapr::espn_getendpoint(conn, view = "mSettings")) for further debug? |
It's a private league. I can share that command but it has the cookies for my league. Is there any other way to debug? Completely certain its related to My fix isn't completely correct though because two of my 'points'
|
If you look here ...
The |
Can you provide just the content portion eg dput(ffscrapr::espn_getendpoint(conn, view = "mSettings")$content)) ? That should omit the cookies. |
My primary concern is whether this is a forward change, backwards change, or just a random one-off for some reason |
Got it - makes sense ... here's the output of
|
Describe the bug
A clear and concise description of what the bug is.
Reprex
Please provide a short, reproducible example of the code you are trying to run.
For more on reprexes, check out https://reprex.tidyverse.org
Expected behavior
The points per player seemed off so I wanted to calculate it myself and noticed that the
passing_yardsds
field was missing. I see that field is listed hereSession information
Please copy the output of
ffscrapr::ffverse_sitrep()
into the box below.The text was updated successfully, but these errors were encountered: