SchedulesDirect / JSON-Service

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

BUG: API 20141201: ATSC maps don't include uhfVhf physical channel #52

Closed Slugger closed 9 years ago

Slugger commented 9 years ago

In older apis, a channel map entry for an ATSC channel looked like this:

{ "uhfVhf": 11, "atscMinor": 1, "atscMajor": 11, "stationID": "85778" }

In the new api, uhfVhf is missing. This is required to determine the full physical tuning information for an OTA channel. More importantly to me, I use it as a key to determine what kind of channel I'm dealing with.

rkulagowski commented 9 years ago

This is due to a race condition which I'm currently debugging.

rkulagowski commented 9 years ago

This issue should now be resolved. Please download a new lineup and confirm.

Slugger commented 9 years ago

Confirmed.