No Guide data for 2 cable channels

Using an HDHR Prime.
I see the guide data using the HDHR app, but Channels DVR doesn't have guide data for these channels.

Comcast Digital Cable zipcode 95835, Missing channels are KXTV-DT4, QUEST 392 and 1175.
I also notified Zap2it.

If you notified zap2it they should fix it in a couple days. If not let me know and I will resubmit to our contacts.

No reply from zap2it. Can you resubmit via your contact?
If it helps them, they already have the listing/guide for OTA KXTV-DT4 QUEST channel 10.4 in the same zipcode.

Has been fixed and should be available in the next 24 hours.

Still not available.
Do I have to delete and re add my dvr?
If I do, will I lose my favorite channels or schedules?

Deleted and re added the dvr. Channel is still not available for mapping.

Still not available. DVR is USA-CA54023-X

I think I fixed it.

Since my Cable USA-CA54023-X channels 392 & 1175 are the same as my OTA USA-OTA95835 channel 10.4
I checked http://CH_DVR_IP:8089/dvr/guide/stations/USA-OTA95835

"107071": {
"type": "",
"channel": "10.4",
"callSign": "KXTVDT4",
"stationId": "107071",
"affiliateId": "106838",
"affiliateCallSign": "QUESTSD",
"preferredImage": {
"uri": "http://fanc.tmsimg.com/h5/NowShowing/106838/s106838_h5_aa.png",
"height": "135",
"width": "180",
"primary": "true",
"category": "Logo",
"text": "",
"tier": ""
}
},

Using the stationId 107071, on my DVR NAS I issued the command
curl -v -XPUT --data '{"392":"107071","1175":"107071"}' http://127.0.0.1:8089/dvr/guide/stations/USA-CA54023-X

Using the affiliateId 106838, on my DVR NAS I issued the command
curl -v -XPUT --data '{"392":"106838","1175":"106838"}' http://127.0.0.1:8089/dvr/guide/stations/USA-CA54023-X

I refreshed the guide data, mapped my channel 392 and 1175 to QUESTSD and refreshed guide again

Guide data matches the QuestTV.com website schedule http://www.questtv.com/schedule/0/pt

I now have the following in my lineup
http://CH_DVR_IP:8089/dvr/guide/stations/USA-CA54023-X

"106838": {
"type": "Digital Broadcast Network",
"channel": "",
"callSign": "QUESTSD",
"stationId": "106838",
"affiliateId": "",
"affiliateCallSign": "",
"preferredImage": {
"uri": "http://fanc.tmsimg.com/h5/NowShowing/106838/s106838_h5_aa.png",
"height": "135",
"width": "180",
"primary": "true",
"category": "Logo",
"text": "",
"tier": ""
}
},
"107071": {
"type": "Full Power Broadcast",
"channel": "",
"callSign": "KXTVDT4",
"stationId": "107071",
"affiliateId": "106838",
"affiliateCallSign": "QUESTSD",
"preferredImage": {
"uri": "http://fanc.tmsimg.com/h5/NowShowing/106838/s106838_h5_aa.png",
"height": "135",
"width": "180",
"primary": "true",
"category": "Logo",
"text": "",
"tier": ""
}
}

1 Like