NBA games returning 404

Issue No. 184

Type

Bug

Status

Closed

Reported By

Josh Renaud

Component

API

Resolution

Not a Bug

Votes

0

Created

13/Oct/14 1:11 PM EDT

Closed

13/Oct/2014 3:45 PM EDT

Description

When I request NBA events from Oct. 12, the API returns a list of all the events. Each is marked &quot;completed&quot; and has an event_id. When I then iterate over those event_id's to request the box scores, the API is returning a 404 error. For example: <a href="/nba/boxscore/20141012-golden-state-warriors-at-los-angeles-lakers.json?date=20141012&amp;sport=nba">/nba/boxscore/20141012-golden-state-warriors-at-los-angeles-lakers.json?date=20141012&amp;sport=nba</a> I know there is no SLA, guaranteed delivery, etc. I just wanted to let you know this is happening.

Closing Comment

Check the season_type before requesting the box score for NBA and MLB... <a href="/api/methods/nba-box-score">/api/methods/nba-box-score</a>