<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 21, 2017 at 2:48 PM, 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>
<div style="color:black"><div><div class="gmail-h5">
<p style="margin:0px 0px 1em;color:black;font-family:sans-serif">On 22 April 2017 4:01:49 AM Gabe Rubin <<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>> wrote:</p>
<p style="margin:0px 0px 1em;color:black;font-family:sans-serif">> I will look into fixing journal.  Meanwhile, I am still getting fluky<br>
> issues where the my recordings are empty.  I put my backend log here:<br>
> <a href="https://pastebin.com/ZaB2Jxqa" target="_blank">https://pastebin.com/ZaB2Jxqa</a><br>
><br>
> It looks like there are some issues, but I am unable to identify/diagnose<br>
> them.  Again, any help would be greatly appreciated.<br>
><br>
><br>
><br>
</p>
</div></div><p style="margin:0px 0px 1em;color:black">I had a quick scan through your log file but only saw one recording which appeared to be successful, was it in fact zero bytes ( "60 Days In":"Atlanta: Bloods Rising" ) ?
</p>
<p style="margin:0px 0px 1em;color:black">Otherwise you have a number of existing orphaned recording entries where the BE is looking for files but can't find them. I have previously found that they can cause odd behaviour in places so it might be worth running
 find_orphans.py to clear them out.</p>
<p style="margin:0px 0px 1em;color:black">There was one warning about a slow write but I wouldnt particularly worry about it unless you got a lot of them ( TFWWrite threadedfilewriter.cpp:571 (DiskLoop) - TFW(/storage/recordings/2190_<wbr>20170421040000.ts:61):
 write(65424) cnt 35 total 2220656 -- took a long time, 2934 ms ). </p></div></div></blockquote><div><br></div><div>I am discovering new issues.  I installed the find_orphans script and ran it.  I was able to remove some stuff, but when trying to remove orphaned videos and recordings, I get the following errors:<br><br>Traceback (most recent call last):<br>  File "./find_orphans.py", line 230, in <module><br>    main()<br>  File "./find_orphans.py", line 214, in main<br>    opt[1](opt[2])<br>  File "./find_orphans.py", line 129, in delete_recs<br>    rec.delete(True, True)<br>  File "/usr/lib/python2.7/site-packages/MythTV/dataheap.py", line 365, in delete<br>    return self.getProgram().delete(force, rerecord)<br>  File "/usr/lib/python2.7/site-packages/MythTV/mythproto.py", line 960, in delete<br>    res = int(be.deleteRecording(self, force=force))<br>ValueError: invalid literal for int() with base 10: ''<br> <br></div></div><br></div></div>