[mythtv-commits] Ticket #10520: HLS transcode (and likely others) give NULL string db error

MythTV noreply at mythtv.org
Wed Mar 28 04:14:38 UTC 2012


#10520: HLS transcode (and likely others) give NULL string db error
--------------------------------------+-------------------------
     Reporter:  beirdo                |      Owner:
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - General      |    Version:  Master Head
     Severity:  low                   |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 {{{
 2012-03-27 19:15:28.759108 E [15286/15286] CoreContext mythdbcon.cpp:648
 (exec) - Original query failed, but resend with empty strings in place of
 NULL strings worked.
 DB Error (MSqlQuery):
 Query was:
 INSERT INTO inuseprograms  (chanid,         starttime,  recusage,
 hostname,   lastupdatetime, rechost,    recdir) VALUES  (?,       ?, ?, ?,
 ?,   ?,   ?)
 Bindings were:
 :CHANID=0, :HOSTNAME="mythbe", :RECDIR="", :RECHOST=NULL,
 :RECUSAGE="transcoder",
 :STARTTIME=2012-03-27T19:15:28, :UPDATETIME=2012-03-27T19:15:28
 Driver error was [2/1048]:
 QMYSQL3: Unable to execute statement
 Database error was:
 Column 'rechost' cannot be null
 }}}

 The program works as expected after trying again with "", essentially.  A
 minor inconvenience that messes up the logs, not terribly important.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10520>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list