Couldn't find recording for chanid

Bug #663025 reported by David Liana
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mythbuntu
Invalid
Low
rhpot1991

Bug Description

Version Number:

mythtv@uhura:/myth/tv$ mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : 26860
MythTV Branch : branches/release-0-23-fixes
Network Protocol : 23056
Library API : 0.23.1.201000710-1
QT Version : 4.7.0
Options compiled in:
 linux debug using_oss using_alsa using_pulse using_jack using_pulseoutput using_backend using_dvb using_firewire using_frontend using_glx_proc_addr_arb using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libudev using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_opengl using_vdpau using_ffmpeg_threads using_libavc_5_3 using_live using_mheg

And I run this command:
mythtranscode --honorcutlist --mpeg2 --showprogress --chanid 1007 --starttime 2010-10-10-20-00-00 --verbose all
2010-10-18 20:00:11.607 (old)Settings::ReadSettings(settings.txt) - No such file
2010-10-18 20:00:11.607 Using runtime prefix = /usr
2010-10-18 20:00:11.607 Using configuration directory = /home/users/mythtv/.mythtv
2010-10-18 20:00:11.607 (old)Settings::ReadSettings(/usr/share/mythtv/mysql.txt) - No such file
2010-10-18 20:00:11.607 (old)Settings::ReadSettings(/usr/etc/mythtv/mysql.txt) - No such file
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(/home/users/mythtv/.mythtv/mysql.txt) - 'DBHostName' = '192.168.1.6'.
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(/home/users/mythtv/.mythtv/mysql.txt) - 'DBUserName' = 'mythtv'.
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(/home/users/mythtv/.mythtv/mysql.txt) - 'DBPassword' = '<some password>'.
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(/home/users/mythtv/.mythtv/mysql.txt) - 'DBName' = 'mythconverg'.
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(/home/users/mythtv/.mythtv/mysql.txt) - 'DBType' = 'QMYSQL3'.
2010-10-18 20:00:11.609 (old)Settings::ReadSettings(./mysql.txt) - No such file
2010-10-18 20:00:11.609 Empty LocalHostName.
2010-10-18 20:00:11.609 Using localhost value of uhura
2010-10-18 20:00:11.610 Clearing Settings Cache.
2010-10-18 20:00:11.612 MCP::DefaultUPnP() - No default UPnP backend
2010-10-18 20:00:11.612 Testing network connectivity to '192.168.1.6'
2010-10-18 20:00:11.615 Clearing Settings Cache.
2010-10-18 20:00:11.625 New DB connection, total: 1
2010-10-18 20:00:11.627 Connected to database 'mythconverg' at host: 192.168.1.6
2010-10-18 20:00:11.627 Closing DB connection named 'DBManager0'
2010-10-18 20:00:11.627 Clearing Settings Cache.
2010-10-18 20:00:11.627 Enabling Settings Cache.
2010-10-18 20:00:11.627 Clearing Settings Cache.
2010-10-18 20:00:11.627 Enabled verbose msgs: all
2010-10-18 20:00:11.628 Connected to database 'mythconverg' at host: 192.168.1.6
2010-10-18 20:00:11.628 MSqlQuery::exec(DBManager0) SELECT r.chanid, r.starttime, r.endtime, r.title, r.subtitle, r.description, c.channum, c.callsign, c.name, c.commmethod, c.outputfilters, r.seriesid, r.programid, r.filesize, r.lastmodified, r.stars, r.previouslyshown, r.originalairdate, r.hostname, r.recordid, r.transcoder, r.playgroup, r.recpriority, r.progstart, r.progend, r.basename, r.recgroup, r.storagegroup, r.commflagged, r.cutlist, r.autoexpire, r.editing, r.bookmark, r.watched, r.preserve, r.transcoded, r.deletepending, p.audioprop+0, p.videoprop+0, p.subtitletypes+0, p.airdate, r.findid FROM recorded AS r LEFT JOIN (channel AS c, recordedprogram AS p) ON (r.chanid = c.chanid AND r.chanid = p.chanid AND r.progstart = p.starttime) WHERE r.chanid = '1007' AND r.starttime = '2010-10-10T00:00:00' <<<< Returns 0 row(s)
Couldn't find recording for chanid 1007 @ 2010-10-10-20-00-00
QSqlDatabasePrivate::removeDatabase: connection 'DBManager0' is still in use, all queries will cease to work.

Revision history for this message
Thomas Mashos (tgm4883) wrote :

Assigning to rhpot1991 for followup

Changed in mythbuntu:
assignee: nobody → rhpot1991 (rhpot1991)
Revision history for this message
rhpot1991 (rhpot1991) wrote :

Please verify the information you are running is accurate. According to this your system cannot find a recording which matches the start time and channel id that you provided.

Changed in mythbuntu:
status: New → Incomplete
Thomas Mashos (tgm4883)
Changed in mythbuntu:
importance: Undecided → Low
Revision history for this message
David Liana (dliana) wrote :

I verify that the recordings exist

This appears to be a bug with a recent build. Pulled these commands out of a script that I modified to do commercial removal.

Commands have been working fine for years on my set up.

If I take the dashes out it looks fine.

rhpot1991 (rhpot1991)
Changed in mythbuntu:
status: Incomplete → Invalid
Revision history for this message
rhpot1991 (rhpot1991) wrote :

Confirmed with upstream, valid formats are:
yyyyMMddhhmmss + YYYY-MM-DDTHH:MM:SS

Revision history for this message
David Liana (dliana) wrote :

Thank you for the update. Did not know that.

I'll update my script on my end with one of these formats.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.