I am trying to troubleshoot why metadata look-up isn&#39;t working, but running into python errors. They seem to be the same no matter what I run. I have submitted a bug report (#1007853) in case that helps. I am running Mythbuntu 12.04 i386 and it runs both FE/BE.<div>
<br></div>
<div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div>$ mythwikiscripts</div><div>Traceback (most recent call last):</div><div>  File &quot;/usr/bin/mythwikiscripts&quot;, line 3, in &lt;module&gt;</div>

<div>    from MythTV.wikiscripts import *</div><div>  File &quot;/usr/lib/python2.7/dist-packages/MythTV/__init__.py&quot;, line 41, in &lt;module&gt;</div><div>    from dataheap import *</div><div>  File &quot;/usr/lib/python2.7/dist-packages/MythTV/dataheap.py&quot;, line 447</div>

<div>    return metadata</div><div>         ^</div></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div><div>$ mythpython --version</div><div>Traceback (most recent call last):</div><div>

  File &quot;/usr/bin/mythpython&quot;, line 3, in &lt;module&gt;</div><div>    from MythTV import *</div><div>  File &quot;/usr/lib/python2.7/dist-packages/MythTV/__init__.py&quot;, line 41, in &lt;module&gt;</div><div>
    from dataheap import *</div>
<div>  File &quot;/usr/lib/python2.7/dist-packages/MythTV/dataheap.py&quot;, line 447</div><div>    return metadata</div><div>         ^</div></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div>

<div><div>$ ./tmdb.py -M &quot;Power Rangers&quot;”</div><div><br></div><div>The subdirectory &quot;tmdb&quot; containing the modules tmdb_api.py (v0.1.3 or greater), tmdb_ui.py,</div><div>tmdb_exceptions.py must have been installed with the MythTV python bindings.</div>

<div>Error:(expected an indented block (dataheap.py, line 447))</div></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div>