<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 8, 2020 at 5:01 PM Paul Gardiner <<a href="mailto:lists@glidos.net">lists@glidos.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 08/10/2020 15:15, Roland Ernst wrote:<br>
> <br>
> <br>
> On Thu, Oct 8, 2020 at 2:03 PM Paul Gardiner <<a href="mailto:lists@glidos.net" target="_blank">lists@glidos.net</a> <br>
> <mailto:<a href="mailto:lists@glidos.net" target="_blank">lists@glidos.net</a>>> wrote:<br>
> <br>
> <br>
>      >> Maybe you are hit because of a too small timeout ?<br>
>      >> See <a href="https://github.com/MythTV/mythtv/pull/199" rel="noreferrer" target="_blank">https://github.com/MythTV/mythtv/pull/199</a><br>
>      >> This is currently only on master fixed.<br>
>      ><br>
>      > I wondered that too. I'll take that commit on too and see if it<br>
>     helps.<br>
>      ><br>
>      > I'll get those logs beforehand in any case.<br>
> <br>
>     Here's the log.<br>
> <br>
> <br>
> The execution of tmdb3.py from the provided log file took 43 secs on my <br>
> side.<br>
> So it is enough to change line 292 in that file to the same value <br>
> fixes/31 is using:<br>
> <br>
> /signal.alarm(60)/<br>
> <br>
> Then do a<br>
> <br>
> /sudo python3 -m compileall /usr/share/mythtv/metadata/Movie/<a href="http://tmdb3.py/" rel="noreferrer" target="_blank">tmdb3.py/</a><br>
> <br>
> and it should work.<br>
> <br>
> Do not forget to clear the tmdb3 cache:<br>
> <br>
> /rm ~/.mythtv/cache/pytmdb3.cache/<br>
> <br>
> If it works, I will merge all the changes to the fixes/31 branch asap.<br>
<br>
No, that didn't work, but it did add an extra line to the logs <br>
(attached) Child killed with Terminated. I wonder whether the C also has <br>
a timeout.<br><br></blockquote><div><br></div><div>Since it terminated the call to tmdb3.py in the same second, I wonder what</div><div> it does if you call it directly from the terminal:</div><div>Clear the tmdb3 cache as outlined above and run</div><div>/usr/share/mythtv/metadata/Movie/tmdb3.py -l en -a GB -D 157336</div><div><br></div><div>Does this return a valid and complete xml?</div><div></div><div><br></div><div>Roland<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div> <br></div></div></div>