[mythtv-users] TV Metadata Downloads Fail

Roland Ernst rcrernst at gmail.com
Tue Apr 21 17:32:20 UTC 2020


On Tue, Apr 21, 2020 at 10:17 AM UB40D <ub40dd at googlemail.com> wrote:
>
>
>
> On Tue, 21 Apr 2020 at 03:21, Ken Mink <ken.mink at gmail.com> wrote:
>>
>>
>> I am starting to wonder about python dependency issues.


Look at
https://lists.gt.net/mythtv/users/599905
for a similar problem:

This can happen for many reasons, including not having the dependencies
for the grabber scripts (such as python-lxml or ...). Try running the
scripts (such as ttvdb.py) by themselves, something like:

/usr/share/mythtv/metadata/Television/ttvdb.py --version
/usr/share/mythtv/metadata/Movie/tmdb3.py --version

(adjust path as appropriate)

Additionally, you can test the scripts by:
/usr/share/mythtv/metadata/Television/ttvdb.py --test
/usr/share/mythtv/metadata/Movie/tmdb3.py --test

What does "/usr/bin/env python --version" say?


More information about the mythtv-users mailing list