<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 16, 2015 at 1:40 PM, Phil Bridges <span dir="ltr"><<a href="mailto:gravityhammer@gmail.com" target="_blank">gravityhammer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, Sep 16, 2015 at 1:29 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span>On 09/16/2015 10:16 AM, Phil Bridges wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
What's up with this?<br>
</blockquote>
<br></span>
I'm at a loss. But I do know that there's the 'stock' version<br>
from Mythbuntu on my machine and the version that's in the source<br>
dir for  0.28-pre.<br>
<br>
When running either with the --version switch, they both report<br>
version 0.3.7. So, here's a copy of my latest:<br>
<br>
    <a href="http://paste.ubuntu.com/12428186/" rel="noreferrer" target="_blank">http://paste.ubuntu.com/12428186/</a><br>
<br>
You can diff it with yours and/or see if running it helps.<div><div><br>
<br></div></div></blockquote><div><br></div></span><div>Thanks, Bill.  I'll look at it as soon as I get a chance.</div><div><br></div><div>I find it odd that it would not work and then seconds later would return a valid response. </div></div></div></div>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I had a second, so I SSHd in to check.  Here's my diff (where testpy is yours):</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">diff /usr/share/mythtv/metadata/Movie/tmdb3.py testpy</div><div class="gmail_extra">1c1</div><div class="gmail_extra">< #!/usr/bin/env python2</div><div class="gmail_extra">---</div><div class="gmail_extra">> #!/usr/bin/env python</div><div class="gmail_extra">97c97,99</div><div class="gmail_extra"><                         'thumb':backdrop.geturl(backdrop.sizes()[0])})</div><div class="gmail_extra">---</div><div class="gmail_extra">>                         'thumb':backdrop.geturl(backdrop.sizes()[0]),</div><div class="gmail_extra">>                         'height':str(backdrop.height),</div><div class="gmail_extra">>                         'width':str(backdrop.width)})</div><div class="gmail_extra">100c102,104</div><div class="gmail_extra"><                         'thumb':poster.geturl(poster.sizes()[0])})</div><div class="gmail_extra">---</div><div class="gmail_extra">>                         'thumb':poster.geturl(poster.sizes()[0]),</div><div class="gmail_extra">>                         'height':str(poster.height),</div><div class="gmail_extra">>                         'width':str(poster.width)})</div><div class="gmail_extra">203a208,209</div><div class="gmail_extra">>     etree.SubElement(version, "accepts").text = 'tmdb.py'</div><div class="gmail_extra">>     etree.SubElement(version, "accepts").text = '<a href="http://tmdb.pl">tmdb.pl</a>'</div><div class="gmail_extra">278c284</div><div class="gmail_extra"><         confpath = os.path.join(confdir, 'pytmdb3.cache')</div><div class="gmail_extra">---</div><div class="gmail_extra">>         confpath = os.path.join(confdir, 'cache', 'pytmdb3.cache')</div><div><br></div></div></div>