<br><br><div class="gmail_quote">On Mon, Jan 2, 2012 at 6:16 PM, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 01/02/2012 09:09 PM, Kevon wrote:<br>
&gt; On 01/02/2012 08:46 PM, Robert McNamara wrote:<br>
&gt;&gt; On Mon, Jan 2, 2012 at 5:31 PM, Kevon&lt;<a href="mailto:mythtv@reidsresidence.com">mythtv@reidsresidence.com</a>&gt;  wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I am experiencing frequent crashes of my FE whenever mythvideo is<br>
&gt;&gt;&gt; doing a large metadata update. This happens specifically when myth is<br>
&gt;&gt;&gt; looking up video data at tvdb or tmdb for a large number of videos (so<br>
&gt;&gt;&gt; far 8 or more seems to be the magic number). I can easily reproduce<br>
&gt;&gt;&gt; the crash by adding a large number of files to the video directory. I<br>
&gt;&gt;&gt; get the below error in FE logs after the recent crash:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; QObject::connect: Cannot queue arguments of type<br>
&gt;&gt;&gt; &#39;QNetworkReply::NetworkError&#39;<br>
&gt;&gt;&gt; (Make sure &#39;QNetworkReply::NetworkError&#39; is registered using<br>
&gt;&gt;&gt; qRegisterMetaType().)<br>
&gt;&gt;&gt; <a href="tel:2012-01-02%2020" value="+12012010220">2012-01-02 20</a>:04:43.717 Tried to write<br>
&gt;&gt;&gt; <a href="http://www.thetvdb.com/banners/episodes/..." target="_blank">http://www.thetvdb.com/banners/episodes/...</a>., but it appears to be an<br>
&gt;&gt;&gt; HTML redirect (filesize 0).<br>
&gt;&gt;&gt; QObject::connect: Cannot queue arguments of type<br>
&gt;&gt;&gt; &#39;QNetworkReply::NetworkError&#39;<br>
&gt;&gt;&gt; (Make sure &#39;QNetworkReply::NetworkError&#39; is registered using<br>
&gt;&gt;&gt; qRegisterMetaType().)<br>
&gt;&gt;&gt; <a href="tel:2012-01-02%2020" value="+12012010220">2012-01-02 20</a>:05:52.896 Tried to write<br>
&gt;&gt;&gt; <a href="http://www.thetvdb.com/banners/episodes/..." target="_blank">http://www.thetvdb.com/banners/episodes/...</a>., but it appears to be an<br>
&gt;&gt;&gt; HTML redirect (filesize 0).<br>
&gt;&gt; What Qt?  From the error message, it sounds like the Qt itself is broken<br>
&gt;&gt; (as metadata download relies on Myth&#39;s Download Manager, which is turn is<br>
&gt;&gt; built around all the Qt network functionality... which is what it&#39;s<br>
&gt;&gt; complaining about here).<br>
&gt;&gt;<br>
</div></div><div class="im">&gt; I am running qt-4.7.0. Is there a way to test of qt is at fault outside<br>
&gt; myth?<br>
<br>
</div>FWIW, the &quot;QObject::connect: Cannot queue arguments of type<br>
<div class="im">&#39;QNetworkReply::NetworkError&#39; (Make sure &#39;QNetworkReply::NetworkError&#39;<br>
</div>is registered using qRegisterMetaType().)&quot; warning isn&#39;t important.<br>
The code has been changed in unstable/development so it is &quot;proper&quot;, but<br>
whether or not the change is in place has no effect on the metadata<br>
grabbers&#39; ability to do their jobs, IME.<br>
<br>
Mike<br>
<div class="HOEnZb"><div class="h5"></div></div></blockquote></div><br><div><br></div><div>And in addition to what Mike adds, we&#39;d really need a proper backtrace to investigate this.  It&#39;s possible/probable that it&#39;s an image loading threading issue which is fixed in master, but for which the fix cannot easily be backported.</div>
<div><br></div><div>Robert</div>