-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
get_athlete() function fails and returns the following: "Error: Not Found (HTTP 404)"
After browsing the source code the error is thrown after running this section of code:
raw_get <- base_url %>%
glue::glue() %>%
httr::GET()
httr::stop_for_status(raw_get)
#Error: Not Found (HTTP 404).
It appears that the link for the API request is invalid, perhaps due to a change on ESPN's end. This function was working properly for me about two weeks ago, but has since stopped working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels