[mythtv-users] Mythfilldatabase not inserting any data

Michael T. Dean mtdean at thirdcontact.com
Thu Jul 20 17:51:57 UTC 2006


On 07/20/2006 11:53 AM, Peter Martens wrote:

>>>It looks like it 's going wrong after the xmltv-part...
>>>
>>>Any suggestions to troubleshoot this?
>>>
>>And you're not getting any errors from running tv_grab_nl?  What's the
>>exit code from tv_grab_nl?
>>
>Running tv_grab_nl gives me no exit code, only some (a lot of) xml,
>which seems valid to me...
>Mythfilldatabase however gives me this error:
>
>2006-07-20 05:23:06.538 ------------------ End of XMLTV output
>------------------
>Error in 19849:496: error occurred while parsing reference
>
>So stange... It worked for years and at once, no succes anymore...
>

You have to ask for the exit code (or exit status).  For example,

tv_grab_nl ; echo $?

Should print the exit code at the end of the tv_grab_nl output.

Mike


More information about the mythtv-users mailing list