Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10520 closed Bug Report - General (fixed)
HLS transcode (and likely others) give NULL string db error
| Reported by: | beirdo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
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.
Change History (3)
Note:
See TracTickets
for help on using tickets.

In e7a6d7e1acd145fb9e7232ad3891b8bd5ce67f12/mythtv: