[mythtv-commits] Ticket #12612: New installs die after a few days fixes/0.27 (v0.27 (v0.27.5-71-ga62fc0d)

MythTV noreply at mythtv.org
Fri Jan 22 04:51:25 UTC 2016


#12612: New installs die after a few days fixes/0.27 (v0.27 (v0.27.5-71-ga62fc0d)
----------------------------------+--------------------------------
 Reporter:  singogli@…            |          Owner:
     Type:  Bug Report - General  |         Status:  infoneeded_new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.27.5
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+--------------------------------

Comment (by mdean):

 You can identify null bytes in your varchar columns with queries such as:
 {{{
 SELECT * FROM channel WHERE callsign LIKE '%\0%';
 }}}
 You should probably check at minimum the following tables/columns:

 channel table:
 * callsign
 * name
 * icon

 program table:
 * title
 * subtitle
 * description
 * category
 * category_type
 * seriesid
 * programid
 * syndicatedepisodenumber

 where the most likely location of the bad data is in channel's callsign or
 name or in program's title, subtitle, or description.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12612#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list