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.
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:
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.