Opened 20 years ago
Closed 20 years ago
#708 closed defect (fixed)
Mysql error when using Internal player in Mythvideo
Reported by: | Owned by: | cpinkham | |
---|---|---|---|
Priority: | minor | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
When watching a video-file in MythVideo with the Internal player, I noticed this error:
2005-11-24 00:35:33.260 TV: Attempting to change from None to WatchingPreRecorded
2005-11-24 00:35:33.348 DB Error (SetInUse):
Query was: INSERT INTO inuseprograms (chanid, starttime, recusage, hostname, lastupdatetime) VALUES (NULL, NULL, 'player', 'bulma', '2005-11-24T00:35:33');[[BR]]
Driver error was [2/1048]:
QMYSQL3: Unable to execute query
Database error was: Column 'chanid' cannot be null
Since this wasn't a recording, there is no chanid.
Change History (2)
Note:
See TracTickets
for help on using tickets.
(In [8036]) Don't bother checking or updating inuseprograms table when we're using the internal player to play a MythVideo file.
Closes #708.