I am trying to troubleshoot why metadata look-up isn'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 "/usr/bin/mythwikiscripts", line 3, in <module></div>
<div> from MythTV.wikiscripts import *</div><div> File "/usr/lib/python2.7/dist-packages/MythTV/__init__.py", line 41, in <module></div><div> from dataheap import *</div><div> File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", 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 "/usr/bin/mythpython", line 3, in <module></div><div> from MythTV import *</div><div> File "/usr/lib/python2.7/dist-packages/MythTV/__init__.py", line 41, in <module></div><div>
from dataheap import *</div>
<div> File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line 447</div><div> return metadata</div><div> ^</div></div><div>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</div>
<div><div>$ ./tmdb.py -M "Power Rangers"”</div><div><br></div><div>The subdirectory "tmdb" 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>