<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 13, 2017 at 4:45 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@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">On 09/09/2017 07:14 AM, Marlon Buchanan wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I'm sure the logging and call tracing is different two versions later, but it naybe the problem  is myth's call to mythmetadatalookup or ttvdb.py failing or it's using the wrong path for mythmetadatalookup or ttvdb.py? As I mentioned before, mythmetadatalookup works fine via commandline, and it does show proper calls and results from ttvdb.py. The frontend works properly as well when initiating a metadata lookup in the videos (not recordings) from the frontend using ttvdb.py.<br>
<br>
</blockquote>
My typo a few posts back. To watch the calls to mythmetadatalookup<br>
in the backend log, use: mythbackend --setverbose system (not --system<br>
as I typed earlier.) Then look in the backend and mythmetadatalookup<br>
logs to see what's being executed. Either run the lookup job yourself<br>
from the frontend or let the backend run one after a recording.<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill<br>
______________________________<wbr>_________________<br><br></font></span></blockquote><div><br></div><div>Hi Bill. </div><div><br></div><div>I noticed that typo and set the verbosity correctly and the logs I posted where the result of that which had no more info in the logs about mythmetadata's call to ttvdb in either log when a job was executed. Just the same "Television grabber not functional" message in mythmetadatalookup.log and "Metadata Lookup Errored..." message in mythbackend.log. This is basically what I get everytime a metadata job is run, with verbosity set higher.</div><div><br></div><div>mythmetadatalookup.log:</div><div><br></div><div><div>Sep 13 16:57:49 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I CoreContext main.cpp:112 (main) Testing grabbers and metadata sites for functionality...</div><div>Sep 13 16:57:49 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I SystemManager mythsystemunix.cpp:276 (run) Starting process manager</div><div>Sep 13 16:57:49 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I SystemIOHandlerR mythsystemunix.cpp:92 (run) Starting IO manager (read)</div><div>Sep 13 16:57:49 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I SystemSignalManager mythsystemunix.cpp:509 (run) Starting process signal handler</div><div>Sep 13 16:57:49 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I SystemIOHandlerW mythsystemunix.cpp:92 (run) Starting IO manager (write)</div><div>Sep 13 16:57:50 firestorm mythmetadatalookup: mythmetadatalookup[7403]: I CoreContext metadatadownload.cpp:342 (TelevisionGrabberWorks) Television grabber not functional.  Aborting this run.</div></div><div><br></div><div>mythbackend.log:</div><div><br></div><div><div>Sep 13 16:57:48 firestorm mythbackend: mythbackend[2751]: I Metadata_21956 jobqueue.cpp:2157 (DoMetadataLookupThread) JobQueue: Metadata Lookup Starting for "The Orville":"Old Wounds" recorded from channel 8113 at 2017-09-11T01:00:00Z</div><div>Sep 13 16:57:48 firestorm mythbackend: mythbackend[2751]: I CoreContext mythdbcon.cpp:435 (PurgeIdleConnections) New DB connection, total: 6</div><div>Sep 13 16:57:50 firestorm mythbackend: mythbackend[2751]: E Metadata_21956 jobqueue.cpp:2221 (DoMetadataLookupThread) JobQueue: Metadata Lookup Errored: "The Orville":"Old Wounds" recorded from channel 8113 at 2017-09-11T01:00:00Z (Failed with exit status 128)</div></div><div><br></div><div>Maybe the setverbose isn't working properly, but I get the " Sent 'SET_VERBOSE system' message" when I run the command. I've also tried changing the loglevel.</div><div><br></div><div>When I use --verbose commandline with mythmetadatalookup I can see the calls and everything happens correctly. I can't figure out what myth is doing mythmetadata lookup This combined with the lack of information in the log is why I'm stumped. I used to get more detail from mythmetadata.log in the .27, even without turning up verbosity. Seems like something is logged differently or something is failing before it ever even gets to call ttvdb.py</div></div><br></div></div>