<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Apr 10, 2015 at 2:46 PM Frank Phillips <<a href="mailto:frankalso@gmail.com">frankalso@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On Fri, Apr 10, 2015 at 12:03 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 04/10/2015 10:53 AM, Frank Phillips wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Apr 10, 2015 at 9:50 AM, Daniel Frey <<a href="mailto:dmfrey@gmail.com" target="_blank">dmfrey@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
MythTV Player 1.1.5 is now available for beta release in the Google Play<br>
Store.<br>
</blockquote></blockquote></span>
...<span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just reported a crasher from my Android 4.4.2 phone.<br>
</blockquote>
<br></span>
Hi,<br>
<br>
And a good report it is. Even has the MythTV version and commit.<br>
There should be an award. Looks like a NULL progstart, which the<br>
app can catch.<br>
<br>
If you can, does this return anything:<br>
<br>
SELECT title,starttime,endtime,<u></u>progstart,progend FROM recorded WHERE progstart IS NULL ORDER BY starttime;<span><font color="#888888"><br>
</font></span></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Empty set. The only NULLs I have are in the following columns: recordid,seriesid,programid,and originalairdate. There were a handful of recordings I added in manually after a 2009 database crash.<br></div></div></div></div>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a></blockquote><div><br></div><div>Frank,</div><div>Could you dump the json from the web service and post it to the github issue:</div><div><a href="https://github.com/MythTV-Clients/MythtvPlayerForAndroid/issues/24">https://github.com/MythTV-Clients/MythtvPlayerForAndroid/issues/24</a></div><div><br></div><div>Here is the command:</div><div>curl -X GET -H "Accept: application/json" <a href="http://localhost:6544/Dvr/GetRecordedList">http://localhost:6544/Dvr/GetRecordedList</a> -o getRecordedList.json</div><div><br></div><div>Maybe there is something in the data that is preventing the parser from correctly mapping up the fields, which is causing my code to think it is null.</div><div><br></div><div>Dan </div></div></div>