[mythtv-users] Mythfilldatabase and "Fetch channels from listings source" Hang Silently

Rob Rosenfeld rob+mythtv-users at rosenfeld.to
Sat Sep 9 05:25:13 UTC 2006


I recently updated my MythTV installation which follows svn head.  Ever
since this update, mythfilldatabase hangs with out a hint.  The same
happens from "Fetch channels from listings source" within mythtv-setup.
Possibly related is that when I try to watch live tv, I get a blank
screen for a few seconds and fails back to the menu.  What follows is
the log output from mythfilldatabase and mythfrontend.  There don't seem
to be any errors in mythbackend's -v all log, so I've excluded it.

Any ideas how I can get my guide and live tv working again?

Thanks,
Rob

-----MYTHFILLDATABASE FULL LOG-----
$ mythfilldatabase -v all
2006-09-09 00:35:39.104 Using runtime prefix = /usr/local
2006-09-09 00:35:39.122 New DB connection, total: 1
2006-09-09 00:35:39.128 Connected to database 'mythconverg' at host:
localhost
2006-09-09 00:35:39.130 Enabling Settings Cache.
2006-09-09 00:35:39.130 Clearing Settings Cache.
2006-09-09 00:35:39.131 MSqlQuery: SELECT data FROM settings WHERE value
= 'LogEnabled' AND hostname = 'tv' ;
2006-09-09 00:35:39.131 MSqlQuery: SELECT data FROM settings WHERE value
= 'LogEnabled' AND hostname IS NULL;
2006-09-09 00:35:39.132 MSqlQuery: SELECT data FROM settings WHERE value
= 'LogMaxCount' AND hostname = 'tv' ;
2006-09-09 00:35:39.133 MSqlQuery: SELECT data FROM settings WHERE value
= 'LogPrintLevel' AND hostname = 'tv' ;
2006-09-09 00:35:39.133 MSqlQuery: INSERT INTO mythlog (module,
priority, logdate, host, message, details) values ('mythfilldatabase',
6, now(), 'tv', 'Listings Download Started', '' );
2006-09-09 00:35:39.134 MSqlQuery: SELECT logid FROM mythlog WHERE
module= 'mythfilldatabase' ORDER BY logdate ASC ;
2006-09-09 00:35:39.134 mythfilldatabase: Listings Download Started
2006-09-09 00:35:39.135 MSqlQuery: SELECT
sourceid,name,xmltvgrabber,userid,password,lineupid FROM videosource
ORDER BY sourceid;
2006-09-09 00:35:39.135 New DB connection, total: 2
2006-09-09 00:35:39.136 Connected to database 'mythconverg' at host:
localhost


-----MYTHFRONTEND -v all LOG EXCERPT-----
2006-09-09 01:09:34.014 TV: Attempting to change from None to WatchingLiveTV
2006-09-09 01:09:34.014 MythSocket(893d40:26): new socket
2006-09-09 01:09:34.014 MythSocket(893d40:26): attempting connect() to
(192.168.93.106:6543)
2006-09-09 01:09:34.015 MythSocket(893d40:26): state change Idle ->
Connected
2006-09-09 01:09:34.015 write -> 26 21      MYTH_PROTO_VERSION 30
2006-09-09 01:09:34.036 MSqlQuery: SELECT name, skipahead FROM playgroup
WHERE (name = 'Default' OR name = 'Default')       AND skip
ahead <> 0 ORDER BY name = 'Default';
2006-09-09 01:09:34.036 MSqlQuery: SELECT name, skipback FROM playgroup
WHERE (name = 'Default' OR name = 'Default')       AND skipb
ack <> 0 ORDER BY name = 'Default';
2006-09-09 01:09:34.037 MSqlQuery: SELECT name, jump FROM playgroup
WHERE (name = 'Default' OR name = 'Default')       AND jump <> 0
ORDER BY name = 'Default';
2006-09-09 01:09:34.037 MSqlQuery: SELECT name, timestretch FROM
playgroup WHERE (name = 'Default' OR name = 'Default')       AND ti
mestretch <> 0 ORDER BY name = 'Default';
2006-09-09 01:09:34.038 MSqlQuery: SELECT data FROM settings WHERE value
= 'WatchTVGuide' AND hostname = 'tv' ;
2006-09-09 01:09:34.053 read  <- 26 13      ACCEPT[]:[]30
2006-09-09 01:09:34.053 Using protocol version 30
2006-09-09 01:09:34.053 write -> 26 17      ANN Playback tv 0
2006-09-09 01:09:34.062 read  <- 26 2       OK
2006-09-09 01:09:34.063 write -> 26 71      QUERY_RECORDER
1[]:[]SPAWN_LIVETV[]:[]live-tv-2006-09-09T01:09:33[]:[]0
2006-09-09 01:09:41.068 MythSocket(893d40:26): readStringList: Error,
timeout (quick).
2006-09-09 01:09:41.068 MythSocket(893d40:26): state change Connected ->
Idle
2006-09-09 01:09:41.068 RemoteEncoder::SendReceiveStringList(): No response.
2006-09-09 01:09:41.069 MSqlQuery: SELECT chanid, starttime, endtime,
discontinuity, chainpos, hostprefix, cardtype, channame, input
FROM tvchain WHERE chainid = 'live-tv-2006-09-09T01:09:33' ORDER BY
chainpos;
2006-09-09 01:09:41.069 GetEntryAt(-1) failed.
2006-09-09 01:09:41.070 MSqlQuery: SELECT
recorded.chanid,starttime,endtime,title,
subtitle,description,channel.channum, channel.cal
lsign,channel.name,channel.commfree,
channel.outputfilters,seriesid,programid,filesize,
lastmodified,stars,previouslyshown,originala
irdate, hostname,recordid,transcoder,playgroup,
recorded.recpriority,progstart,progend,basename,recgroup FROM recorded
LEFT JOIN cha
nnel ON recorded.chanid = channel.chanid WHERE recorded.chanid = '0' AND
starttime = '1969-12-31T19:00:00' ;
2006-09-09 01:09:41.070 EntryToProgram(0 at Wed Dec 31 19:00:00 1969)
failed to get pginfo
2006-09-09 01:09:41.070 TV Error: LiveTV not successfully started
2006-09-09 01:09:41.070 MythSocket(893d40:-1): DownRef: -1
2006-09-09 01:09:41.070 MythSocket(893d40:-1): delete socket
2006-09-09 01:09:41.070 TV Error: LiveTV not successfully started
2006-09-09 01:09:41.080 TV: Deleting TV Chain in destructor
2006-09-09 01:09:41.081 MSqlQuery: DELETE FROM tvchain WHERE chainid =
'live-tv-2006-09-09T01:09:33' ;




More information about the mythtv-users mailing list