[mythtv-users] Mythfilldatabase icon retrieval errors

Chris Stevens chris at mindblow.co.uk
Wed Oct 7 09:33:07 UTC 2009


Can anyone explain the strange URL concatenation in the following?

00:55:08.084 Using configuration directory = /var/lib/mythtv/.mythtv
00:55:08.084 Empty LocalHostName.
00:55:08.089 New DB connection, total: 1
00:55:08.092 Connected to database 'mythconverg' at host: localhost
00:55:08.092 Closing DB connection named 'DBManager0'
00:55:08.093 Connected to database 'mythconverg' at host: localhost
00:55:08.095 Current MythTV Schema Version (DBSchemaVer): 1244
00:55:08.096 New DB connection, total: 2
00:55:08.097 Connected to database 'mythconverg' at host: localhost
00:55:08.862 Updating source #1 (UKTV) with grabber tv_grab_uk_rt
00:55:08.862 Found 40 channels for source 1 which use grabber
00:55:09.722 Grabber has capabilities: baseline manualconfig cache
preferredmethod tkconfig apiconfig
00:55:10.035 Grabber prefers method: allatonce
00:55:10.035 New DB connection, total: 3
00:55:10.036 Connected to database 'mythconverg' at host: localhost
00:55:10.036 XMLTV config file is: /var/lib/mythtv/.mythtv/UKTV.xmltv
00:55:10.036 New DB connection, total: 4
00:55:10.037 Connected to database 'mythconverg' at host: localhost
00:59:12.411 New DB connection, total: 5
00:59:12.411 Connected to database 'mythconverg' at host: localhost
00:59:14.109 Server returned an error status code 404 for url:
http://xmltv.radiotimes.com/xmltv/channels.dat/http://www.lyngsat-logo.com/logo/tv/cc/channel4_music.jpg
00:59:14.109 Failed to fetch icon from
'http://xmltv.radiotimes.com/xmltv/channels.dat/http://www.lyngsat-logo.com/logo/tv/cc/channel4_music.jpg'
00:59:14.111 New DB connection, total: 6
00:59:14.112 Connected to database 'mythconverg' at host: localhost
00:59:14.619 Server returned an error status code 404 for url:
http://xmltv.radiotimes.com/xmltv/channels.dat/http://www.lyngsat-logo.com/logo/tv/bb/bbc4.jpg
00:59:14.619 Failed to fetch icon from
'http://xmltv.radiotimes.com/xmltv/channels.dat/http://www.lyngsat-logo.com/logo/tv/bb/bbc4.jpg'

If I run: tv_grab_uk_rt --config-file /var/lib/mythtv/.mythtv/UKTV.xmltv

I get:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">

<tv source-info-url="http://www.radiotimes.com" source-info-name="Radio
Times XMLTV Service"
source-data-url="http://xmltv.radiotimes.com/xmltv/channels.dat"
generator-info-name="XMLTV/0.5.55, tv_grab_uk_rt 1.210, 2009/03/03
03:59:59 " generator-info-url="http://www.xmltv.org">
  <channel id="4music.channel4.com">
    <display-name>4Music</display-name>
    <icon
src="http://www.lyngsat-logo.com/logo/tv/cc/channel4_music.jpg" />
  </channel>
  <channel id="bbcfour.bbc.co.uk">
    <display-name>BBC Four</display-name>
    <icon src="http://www.lyngsat-logo.com/logo/tv/bb/bbc4.jpg" />
  </channel>

etc

so it all seems fine.

This is running 0.22 latest build.

Chris




More information about the mythtv-users mailing list