<div class="gmail_quote">On Thu, Feb 2, 2012 at 11:35 PM, Michael T. Dean <span dir="ltr">&lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<div class="HOEnZb"><a href="http://www.mythtv.org/wiki/Find_orphans.py" target="_blank">http://www.mythtv.org/wiki/Find_orphans.py</a><br>
</div><div class="HOEnZb"> </div></blockquote><div> </div><div>I created the script and tried to run it but it gives me this:</div><div> </div><div>&gt; find_orphans.py<br>Traceback (most recent call last):<br>  File &quot;/mythtv/scripts/find_orphans.py&quot;, line 221, in &lt;module&gt;<br>
    DB = MythDB()<br>  File &quot;/mythtv/local64/lib/python2.7/site-packages/MythTV/database.py&quot;, line 965, in __init__<br>    dbconn = xml.getConnectionInfo(pin)<br>  File &quot;/mythtv/local64/lib/python2.7/site-packages/MythTV/connections.py&quot;, line 619, in getConnectionInfo<br>
    dat = self._request(&#39;Myth/GetConnectionInfo&#39;, Pin=pin).readJSON()<br>  File &quot;/mythtv/local64/lib/python2.7/site-packages/MythTV/connections.py&quot;, line 574, in readJSON<br>    return json.loads(self.read())<br>
  File &quot;/mythtv/local64/lib/python2.7/site-packages/MythTV/connections.py&quot;, line 563, in read<br>    def read(self): return self.open().read()<br>  File &quot;/mythtv/local64/lib/python2.7/site-packages/MythTV/connections.py&quot;, line 562, in open<br>
    def open(self): return urllib2.urlopen(self)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 126, in urlopen<br>    return _opener.open(url, data, timeout)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 400, in open<br>
    response = meth(req, response)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 513, in http_response<br>    &#39;http&#39;, request, response, code, msg, hdrs)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 438, in error<br>
    return self._call_chain(*args)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 372, in _call_chain<br>    result = func(*args)<br>  File &quot;/usr/lib/python2.7/urllib2.py&quot;, line 521, in http_error_default<br>
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)<br>urllib2.HTTPError: HTTP Error 500: Internal Server Error<br>&gt;</div><div> </div></div>