Hello all, this is my first post to this list, I have been using MythTV 0.20 (recently upgraded  to 0.21_p13344) on my gentoo linux system for a few months, and wanted to troubleshoot why MythFlix was not working.  I've been working on it for a day or so have a working theory I  wanted to share with the community to see if anyone else sees this problem, or if I should file a bug in the Trac database.
<br><br>The symptoms were that the the NetFlix Top100 and Rental History lists would work, but the Queue browsing would not, giving a &quot;Failed to Retrieve News&quot; error.&nbsp; The debug logs would contain &quot;failed to set content from xmlfile&quot;.&nbsp;&nbsp; 
<br><br>Looking in the ~/.mythtv/MythFlix directory, I did see a correctly downloaded Queue file in xml format, so I am confident that the initial cookie setup is correct and the correct entries about the NetFlix Queues are added to the mysql database as specified in the instructions for MythFlix setup.
<br><br>Our family has a ton of movies (300+) in the netflix queue, some are just there as bookmarks, so I thought at first it was a length issue, but upon further troubleshooting, I noticed that we had a particular movie title that was causing the xml file not to be parsed due to a single character in the title.&nbsp; The movie is &quot;Mambo Cafe&quot; but the last letter has an accent over it in the &lt;title&gt; field of the xml.&nbsp; In the &lt;description&gt; section, this letter is represented by the HTML &amp; # 233 ;&nbsp; (spaces added so that hopefully you can read it without the HTML getting substituted in your email client).&nbsp;&nbsp; I assume that in the &lt;title&gt; field this character is in&nbsp; UTF-8&nbsp; encoding.&nbsp;&nbsp;&nbsp; 
<br><br>If I had edit this one character to replace it with a standard, non accented &quot;e&quot; the queue file is parsed perfectly and all the movies show up in MythFlix.  <br><br>The method I used was to copy the downloaded XML file to a temp one, edit it, save it to the Queue file and chmod a-w it, so at the next invocation, MythFlix would not be able to overwrite it and would read instead my edited version.&nbsp; I have a couple of short test cases, I can email if needed (2 copies of a very short queue, one with the offending character included and one without).&nbsp; 
<br><br>I thought this might be similar to an issue I found in the Trac changeset:<br><br><a href="http://svn.mythtv.org/trac/changeset/10063">http://svn.mythtv.org/trac/changeset/10063</a><br><br>This changeset applies to the _description_ field of the movie, not the title field, but it seems to be&nbsp; a similar problelm.
<br><br>Thanks for any suggestions you may have &amp; MythTV is great.&nbsp; The only problems I have are this mythflix one and that mythweather needs an update due to the msnbc format chage (that&#39;s already in svn apparently).
<br><br>--Neil.<br>