<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 5 Sept 2021 at 08:08, Jan Ceuleers <<a href="mailto:jan.ceuleers@gmail.com">jan.ceuleers@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 05/09/2021 01:39, UB40D via mythtv-users wrote:<br>
> This used to work. Why does it no longer work and what can I do to fix it?<br>
<br>
What does the following database query yield?<br>
<br>
select chanid,channum,sourceid,callsign,name from channel where<br>
xmltvid='<a href="http://hd.channel4.com" rel="noreferrer" target="_blank">hd.channel4.com</a>';<br>
<br>
Does it indeed return at least a row having the value 1 in the sourceid<br>
column?<br></blockquote><div><br></div><div>Good question! And the answer is yes:</div><div><br>mysql> select chanid,channum,sourceid,callsign,name from channel where xmltvid='<a href="http://hd.channel4.com">hd.channel4.com</a>';<br>+--------+---------+----------+--------------+--------------+<br>| chanid | channum | sourceid | callsign     | name         |<br>+--------+---------+----------+--------------+--------------+<br>|  22200 | 21200   |        1 | Channel 4 HD | Channel 4 HD |<br>+--------+---------+----------+--------------+--------------+<br>1 row in set (0.00 sec)<br></div><div>You had me worried there for a moment, thinking that mythweb and the database might be out of sync. But apparently not.<br> </div></div></div>