SchedulesDirect / JSON-Service

Code related to download, slice-and-dice and generation of JSON into database.
36 stars 5 forks source link

BUG: Request for md5 data returns unexpected json array #70

Open Slugger opened 8 years ago

Slugger commented 8 years ago

Requesting this url: https://json.schedulesdirect.org/20141201/schedules/md5 and including stationid 100177 in the request results in a response that includes an empty json array for key 100177 instead of the expected json object. Since the spec calls for each key containing a json object, my parser goes boom when it encounters a json array. I will work around this issue in my grabber, but I'm opening this bug because the response is not following the documented spec. fwiw, this stationid comes from a DirecTV lineup.

rkulagowski commented 8 years ago

This is now fixed; please confirm and close the ticket.