On Wed, May 4, 2011 at 12:19 PM, Steven Adeff &lt;<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>&gt; wrote:<br>&gt; On Wed, May 4, 2011 at 12:07 PM, Michael T. Dean<br>&gt;&gt; And do you see lines like:<br>
&gt;&gt;<br>&gt;&gt; 2011-05-04 00:54:45.505 Marking repeats.<br>&gt;&gt; 2011-05-04 00:54:45.783     Found 11571<br>&gt;&gt;<br>&gt;&gt; at the bottom of the log output for a mythfilldatabase run?  (And do you<br>&gt;&gt; get a full run of mythfilldatabase, or does it crash sometime before<br>
&gt;&gt; this point?)<br>&gt;&gt;<br>&gt;&gt; Mike<br>&gt;<br>&gt; none of them say &quot;repeat&quot; even though they are. I&#39;m running<br>&gt; mythfilldatabase on the CLI to see what it says. I will get back when<br>
&gt; it finishes running.<br>&gt;<br>&gt; thanks to all!<br><br>ok, I think I figured it out... there was an errant source that was not connected to a recorder (from trying to setup a firewire recorder which was not able to capture anything outside of OTA so we removed the recorder but not the source).<br>
<br>what bothers me now though is I&#39;m seeing lots of sql errors in the mythfilldatabase output...<br><br>2011-05-04 09:46:16.347 DB Error (Inserting into credits table):<br>Query was:<br>INSERT IGNORE INTO program   ( chanid,        starttime,   endtime,         title,               subtitle,      description, showtype,        category,            category_type, airdate,     stars,           previouslyshown,     stereo,        subtitled,   subtitletypes,   videoprop,           audioprop,     hdtv,        closecaptioned,  partnumber,          parttotal,     seriesid,    originalairdate, colorcode,           syndicatedepisodenumber,                                                         programid,   listingsource)                      SELECT                                                              dd_v_program.chanid,                                              DATE_ADD(starttime, INTERVAL channel.tmoffset MINUTE),            DATE_ADD(endtime, INTERVAL channel.tmoffset MINUTE),                                                           title,               subtitle,      description, showtype,        dd_genre.class,      category_type, airdate,     stars,           previouslyshown,     stereo,        subtitled,                                         (subtitled &lt;&lt; 1 ) | closecaptioned, hdtv,                         (dolby &lt;&lt; 3) | stereo,                                                           hdtv,        closecaptioned,  partnumber,          parttotal,     seriesid,    originalairdate, colorcode,           syndicatedepisodenumber,                                                         dd_v_program.programid,                                                       ?                           FROM (dd_v_program, channel) LEFT JOIN dd_genre ON   ( dd_v_program.programid = dd_genre.programid AND      dd_genre.relevance     = &#39;0&#39; ) WHERE dd_v_program.chanid = channel.chanid<br>
Driver error was [2/1267]:<br>QMYSQL: Unable to execute query<br>Database error was:<br>Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation &#39;=&#39;<br><br>considering this database was started by a 0.24-fixes install I don&#39;t know why this is occurring?<br>
<br><br>thanks!<br>-- <br>Steve<br><a href="http://www.mythtv.org/wiki/User:Steveadeff">http://www.mythtv.org/wiki/User:Steveadeff</a><br>Before you ask, read the FAQ! <a href="http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions">http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions</a><br>
then search the Wiki, and this list, <a href="http://www.gossamer-threads.com/lists/mythtv/">http://www.gossamer-threads.com/lists/mythtv/</a><br>Mailinglist etiquette - <a href="http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette">http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette</a><br>
<br>