stattleship-r icon indicating copy to clipboard operation
stattleship-r copied to clipboard

NBA player game logs no longer returned as desired

Open pssguy opened this issue 8 years ago • 10 comments

This code has been working smoothly, providing 2015/6 regular season data

ss_get_result(token=,sport="basketball", league="nba", ep="game_logs", query=list(player_id="nba-stephen-curry"), version=1, verbose=TRUE, walk=TRUE)

but now returns

    [1] "Making initial API request"
    [[1]]
    [[1]]$game_logs
    list()

If I try something like

ss_get_result(token, sport = "basketball", league = "nba", ep = "game_logs",
          query = list(season_id="nba-2015-2016",player_id="nba-stephen-curry"), version = 1, walk = FALSE, page = NA,
          verbose = TRUE)

I just get the 7 championship games. I have tried entering a since value into the query list but that does not help either

Is it possible to access a players results for specified period - or indeed whole career gamelogs

I am using version 0.0.5

pssguy avatar Jun 23 '16 18:06 pssguy