<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 September 2013 15:27, Mark Perkins <span dir="ltr"><<a href="mailto:perkins1724@hotmail.com" target="_blank">perkins1724@hotmail.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 class=""><div class="h5">> >>> //snip//<br>
> >>> jobqueue.cpp:2439 (DoUserJobThread) JobQueue: User Job<br>
> >>> '/usr/bin/mythvidexport.py --verbose general --loglevel info<br>
> >>> --syslog<br>
> >>> local7 4524' failed.<br>
> >>><br>
> >>> Taking JOBID: 4524 from that and running commandline it works and<br>
> >>> produces<br>
> >>> this:<br>
> >>><br>
> >>> william@william-mythtv:~$ mythvidexport.py 4524<br>
> >>> 2013-09-13 15:28:53.064381 I [30692] mythvidexport.py Using<br>
> >>> recording<br>
> >>> -- Galaxy Quest -<br>
> >>> 2013-09-13 15:28:53.090670 I [30692] mythvidexport.py Attempting<br>
> >>> Movie export.<br>
> >>> 2013-09-13 15:28:53.513544 I [30692] mythvidexport.py Importing<br>
> >>> content from<br>
> >>> -- 926<br>
> >>> 2013-09-13 15:28:53.937363 I [30692] mythvidexport.py Import<br>
> >>> complete<br>
> >>> 2013-09-13 15:28:53.939074 I [30692] mythvidexport.py Copying<br>
> >>> myth://Default@william-mythtv/12112_20130912085600.nuv to<br>
> >>> myth://Videos@william-mythtv/Movies/Galaxy Quest.nuv<br>
> >>> 2013-09-13 15:29:12.084101 I [30692] mythvidexport.py Transfer<br>
> >>> Complete<br>
> >>> -- 18 seconds elapsed<br>
> >>> william@william-mythtv:~$<br>
> >>><br>
> >>> [Mark] Out of curiosity what happens if you run the full command<br>
> >>> from the command line, ie "mythvidexport.py --verbose general<br>
> >>> --loglevel info --syslog local7 4524" and not just "mythvidexport.py<br>
> 4524".<br>
> >>><br>
> >>><br>
> >>> _______________________________________________<br>
> >>> mythtv-users mailing list<br>
> >>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> >>> <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
> >>><br>
> >> Doing that I get this:<br>
> >><br>
> >> william@william-mythtv:/var/mail$ mythvidexport.py --verbose general<br>
> >> -- loglevel info --syslog local7 4550<br>
> >><br>
> >> with zero output on the commandline(other than returning to the<br>
> >> prompt) or the mythbackend.log fiile. In the /var/log/syslog file I<br>
get:<br>
> >><br>
> >> Sep 13 19:18:51 william-mythtv mythvidexport.py[6253]: Using<br>
> >> recording<br>
> >> -- Reba - All Fore One<br>
> >> Sep 13 19:18:51 william-mythtv mythvidexport.py[6253]: Performing TV<br>
> >> export with local data.<br>
> >> Sep 13 19:18:53 william-mythtv mythvidexport.py[6253]: Import<br>
> >> complete Sep 13 19:18:53 william-mythtv mythvidexport.py[6253]:<br>
> >> Copying myth://Default@william-mythtv/2023_20130912155600.nuv to<br>
> >> myth://Videos@william-mythtv/Television/Reba/Season 4/Reba - S4E07 -<br>
> >> All Fore One.nuv Sep 13 19:18:53 william-mythtv mythvidexport.py[6253]:<br>
> >> Transfer Complete<br>
> >> -- 0 seconds elapsed<br>
> >><br>
> >> Then I look and the file was exported.<br>
> >><br>
> > [Mark] Maybe check the permissions on the file<br>
> > /usr/bin/mythvidexport.py and make sure that the mythtv user has the<br>
> > correct permission not just the desktop user? I think chown 755 is the<br>
> general recommendation (rwxr-xr-x).<br>
> ><br>
> > _______________________________________________<br>
> > mythtv-users mailing list<br>
> > <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> > <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
> ><br>
> Also meant to add from commandline(though its the same info):<br>
><br>
> -rwxr-xr-x 1 mythtv mythtv 18056 Sep 8 22:48 mythvidexport.py<br>
><br>
</div></div>[Mark] No doubt there is something obvious being missed but sorry to say I<br>
can't see it - although there are others (everyone?) that know far more<br>
about the inner workings of this stuff than me. Only other suggestion I<br>
could make which is probably really grasping at straws is to change to the<br>
MythTV user at the command prompt and run the mythvidexport.py command as<br>
the mythtv user. Maybe this will pick up if mythtv user does not have access<br>
to a destination folder or something similar. "sudo su mythtv" I think.<br>
Sorry but that's the best I can think of.<br>
<div class=""><div class="h5"><br>
<br></div></div></blockquote><div><br>sudo su mythtv -c "command blah"<br><br></div><div>Cheers,<br><br></div><div>Anthony <br></div></div><br></div></div>