dagrz / nba_stats

A ruby interface for the NBA.com stats JSON API.
MIT License
12 stars 3 forks source link

api playercareerstats returns an unexpected result type causing player_career_stats to error #1

Closed wjduenow closed 9 years ago

wjduenow commented 9 years ago

Unexpected result types:

Error: result = client.player_career_stats(893) NbaStats::BadResponseError: Unexpected result set name season_rankings_regular_season.

Example API Call: http://stats.nba.com/stats/playercareerstats?PlayerID=893&PerMode=Totals

dagrz commented 9 years ago

Should be fixed now, along with some other similar bugs.