[mythtv-users] Metadata not downloading - module MythTV.ttvdb.tvdb_ui is missing

Stephen Worthington stephen_agent at jsw.gen.nz
Sat Dec 3 10:55:31 UTC 2016


On Sat, 3 Dec 2016 09:54:14 +0000, you wrote:

>There's some extraneous information here, but I wanted to document the 
>troubleshooting I've done on the issue.
>
>I'm getting errors indicating that metadata isn't being downloaded 
>successfully:
>
>mythmetadatalookup.20161203030025.22984.log:2016-12-02 20:00:25.759140 I 
>[22984/22984] CoreContext metadatadownload.cpp:330 (MovieGrabberWorks) - 
>Movie grabber not functional.  Aborting this run.
>
>Research on the Intertubes leads me to tmdb3.py. I tried running that by 
>itself and go this:
>
>As root:
>
># /usr/share/mythtv/metadata/Movie/tmdb3.py  -l en -a US -M "The Big 
>Bang Theory"
>Traceback (most recent call last):
>   File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 300, in <module>
>     main()
>   File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 262, in main
>     from MythTV.tmdb3 import set_key, set_cache, set_locale
>ImportError: No module named MythTV.tmdb3
>
>Looking for MythTV.tmbdb3. Finding nothing.
>
>Found bug #982511 in mythbuntu's launchpad 
>(https://bugs.launchpad.net/mythbuntu/+bug/982511)
>
>Tried Setup > Artwork and Data Sources.
>
>Did not resolve
>
>Running "/usr/share/mythtv/metadata/Television/ttvdb.py --version" gets 
>me this:
>
>The modules tvdb_api.py (v1.0.0 or greater), tvdb_ui.py, 
>tvdb_exceptions.py and cache.py.
>They should have been installed along with the MythTV python bindings.
>Error:(No module named MythTV.ttvdb.tvdb_ui)
>
>How can I install that module?
>
>Thanks.

What operating system are you using?  In Ubuntu or Mythbuntu, the
libmyth-python package contains all those *.py files.  In a Debian
based system, you can install the apt-file package and use the
"apt-file find" command to see what package contains a particular file
name.


More information about the mythtv-users mailing list