We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I just tried to fetch some projections (that are available already: https://fantasy.espn.com/football/players/projections). Unfortunately I got below mentioned error.
My assumption is that ESPN Fantasy changed their API from
Old one in api.r : http://fantasy.espn.com/apis/v3/games/ffl/ New one: https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/
api.r
qb <- ffespn::ffespn_projections(2024, 0, "QB") #> Error: API did not return html
Created on 2024-05-07 with reprex v2.1.0
The text was updated successfully, but these errors were encountered:
Yh, just tried it, this API change seems to fix the issue...
Sorry, something went wrong.
How did you change your code to fix this issue?
No branches or pull requests
Hi,
I just tried to fetch some projections (that are available already: https://fantasy.espn.com/football/players/projections).
Unfortunately I got below mentioned error.
My assumption is that ESPN Fantasy changed their API from
Old one in
api.r
: http://fantasy.espn.com/apis/v3/games/ffl/New one: https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/
Created on 2024-05-07 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: