[mythtv-users] tmdb issues today?
Paul Kendall
pkendall64 at gmail.com
Mon Nov 9 18:17:45 UTC 2015
On Tue, Nov 10, 2015 at 5:43 AM Ian Evans <dheianevans at gmail.com> wrote:
> On Sun, Nov 8, 2015 at 4:49 PM, Ian Evans <dheianevans at gmail.com> wrote:
>
>> Couple of weird things with tmdb3.py today.
>>
>> One movie gave me choices to select. Selected the correct one, but
>> nothing was downloaded or updated, instead giving me a no results found
>> error, despite the fact that it just showed me the box cover in the choices
>> and I chose the correct one.
>>
>> Second movie, it's not offered in the choices despite being in the tmdb
>> database.
>>
>> If I look manually in a browser and get the tmdb number and run
>> /usr/share/mythtv/metadata/Movie/tmdb3.py -D 133557 I see the available
>> info.
>>
>> So I put tmdb3.py_133557 into the video details and still was not able to
>> retrieve anything.
>>
>> Is there just general wonkiness with tmdb today?
>>
>>
>>
> Okay, the weirdness with tmdb3 continues today.
>
> Nov 9 11:30:26 buster mythfrontend.real: mythfrontend[4887]: I
> MetadataDownload metadatagrabber.cpp:455 (RunGrabber) Running Grabber:
> /usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -D 14637
> Nov 9 11:30:27 buster mythfrontend.real: mythfrontend[4887]: I
> MetadataDownload metadatagrabber.cpp:455 (RunGrabber) Running Grabber:
> /usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -C 14637
> Nov 9 11:30:27 buster mythfrontend.real: mythfrontend[4887]: I
> MetadataDownload metadatadownload.cpp:187 (run) Metadata Lookup Failed: No
> Results Nothing But the Truth 0 0
> Nov 9 11:30:27 buster mythfrontend.real: mythfrontend[4887]: I
> CoreContext videodlg.cpp:3347 (customEvent) No results found for Nothing
> But the Truth 0 0
>
> If I ssh in and manually run:
>
> /usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -D 14637
>
> I get:
>
> Traceback (most recent call last):
> File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 312, in <module>
> main()
> File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 306, in main
> buildSingle(args[0], opts)
> File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 70, in buildSingle
> index = zip(*releases)[0].index(opts.country)
> ValueError: tuple.index(x): x not in tuple
>
> If I manually run:/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -C
> 14637
>
> I get:
>
> <?xml version='1.0' encoding='UTF-8'?>
> <metadata/>
>
> Here's another odd thing: If I strip off the '-l en -a CA' I get different
> results.as in the bare -D 14637 command gives me an XML response full of
> movie information.
>
> This has all worked beautifully before. Did a recent change break things
> or did tmdb change something on their side?
>
> Hope the additional info helps.
>
> I had exactly the same issue a week or so ago. I'm in New Zealand BTW and
so I has "-l en -a NZ". I modified the script to force "US" and it works
again, so I think it's some kind of location based issue.
Cheers,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20151109/f8c09c9d/attachment.html>
More information about the mythtv-users
mailing list