<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Nov 10, 2015 at 5:43 AM Ian Evans <<a href="mailto:dheianevans@gmail.com">dheianevans@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Nov 8, 2015 at 4:49 PM, Ian Evans <span dir="ltr"><<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Couple of weird things with tmdb3.py today.<br><br></div>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.<br><br></div>Second movie, it's not offered in the choices despite being in the tmdb database.<br><br></div>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.<br><br></div>So I put tmdb3.py_133557 into the video details and still was not able to retrieve anything.<br><br></div>Is there just general wonkiness with tmdb today?<br><div><div><div><div><br><br></div></div></div></div></div>
</blockquote></div><br></div></div><div dir="ltr"><div class="gmail_extra">Okay, the weirdness with tmdb3 continues today.<br><br>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<br>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<br>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<br>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<br><br></div><div class="gmail_extra">If I ssh in and manually run:<br><br>/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -D 14637<br><br></div><div class="gmail_extra">I get:<br><br>Traceback (most recent call last):<br>  File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 312, in <module><br>    main()<br>  File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 306, in main<br>    buildSingle(args[0], opts)<br>  File "/usr/share/mythtv/metadata/Movie/tmdb3.py", line 70, in buildSingle<br>    index = zip(*releases)[0].index(opts.country)<br>ValueError: tuple.index(x): x not in tuple<br><br></div><div class="gmail_extra">If I manually run:/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a CA -C 14637<br><br></div><div class="gmail_extra">I get:<br><br><?xml version='1.0' encoding='UTF-8'?><br><metadata/><br><br></div><div class="gmail_extra">Here's another odd thing: If I strip off the '-l en -a CA' I get different <a href="http://results.as" target="_blank">results.as</a> in the bare -D 14637 command gives me an XML response full of movie information.<br><br></div><div class="gmail_extra">This has all worked beautifully before. Did a recent change break things or did tmdb change something on their side?<br><br></div><div class="gmail_extra">Hope the additional info helps.<br></div><div class="gmail_extra"><br></div></div></blockquote><div>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.</div><div><br></div><div>Cheers,</div><div>Paul</div></div></div>