-
-
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
espn api endpoints not working #427
Comments
Merged
Is this still an issue? |
I don’t know, are you having problems? |
Yes, this is the issue > espn_conn <- espn_connect(season = 2023, league_id = 352072624)
> mfl_sim <- ff_simulate(conn = espn_conn, n_seasons = 100)
── Starting simulation 2024-05-20 18:28:21.576716 ─────────────────────────────────────────────────────────────────────────────────
✔ Importing data ... done
Error in espn_getendpoint_raw(conn, url_query, xff) :
object 'parsed' not found
In addition: Warning message:
ESPN API did not return json while calling https://fantasy.espn.com/apis/v3/games/ffl/seasons/2023/segments/0/leagues/352072624?view=mSettings |
Have you installed the latest development version of ffscrapr? (make sure to restart R first) |
Looks like that fixed it. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see ffverse/ffsimulator#70
The text was updated successfully, but these errors were encountered: