Skip to content

get_athlete() Error: Not Found (HTTP 404) #16

@StevenPlai

Description

@StevenPlai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions