[mythtv-commits] Ticket #11910: TV Metadata Lookup Fails

MythTV noreply at mythtv.org
Sat Oct 19 06:27:59 UTC 2013


#11910: TV Metadata Lookup Fails
-----------------------------------------+----------------------------
 Reporter:  Steven Côté <steven.cote@…>  |          Owner:  wagnerrp
     Type:  Bug Report - General         |         Status:  new
 Priority:  minor                        |      Milestone:  unknown
Component:  Bindings - Python            |        Version:  0.27-fixes
 Severity:  medium                       |     Resolution:
 Keywords:  tvdb                         |  Ticket locked:  0
-----------------------------------------+----------------------------

Comment (by Steven Côté <steven.cote@…>):

 It's all really quite strange. From the computers at work, I'm seeing the
 five addresses and the pointer. From home the output of dig is:
 {{{
 $ dig www.thetvdb.org

 ; <<>> DiG 9.8.1-P1 <<>> www.thetvdb.org
 ;; global options: +cmd
 ;; Got answer:
 ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64732
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;www.thetvdb.org.               IN      A

 ;; ANSWER SECTION:
 www.thetvdb.org.        120     IN      A       54.235.159.97
 }}}

 The actual result of this is that when I try to run ttvdb.py, it times
 out.

 {{{
 $ /usr/share/mythtv/metadata/Television/ttvdb.py -d -l en -a GB -M "The
 Walking Dead"
 opts {'usage': False, 'configure': '', 'screenshot': False, 'num_seasons':
 False, 'language': 'en', 'poster': False, 'mythvideo': False, 'list':
 True, 'collection': False, 'fanart': False, 'banner': False, 'raw': False,
 'version': False, 'numbers': False, 'country': 'GB', 'test': False,
 'data': False, 'debug': True, 'interactive': False}

 args [u'The Walking Dead']
 [u'The Walking Dead']
 ####################
 # series_season_ep array( [u'The Walking Dead'] )
 ####################
 # Starting tvtvb
 # Processing (The Walking Dead) Series
 # ..got tvdb mirrors
 # Start to process series or series_season_ep
 ####################
 2013-10-19 07:24:59,830) DEBUG Searching for show The%20Walking%20Dead
 2013-10-19 07:24:59,831) DEBUG Retrieving URL
 http://www.thetvdb.com/api/GetSeries.php?seriesname=The%20Walking%20Dead&language=en
 ! Error: Could not connect to server: <urlopen error [Errno 101] Network
 is unreachable>
 }}}

 Trying that URL in the browser, it times out, but dropping the www prefix
 returns the expected XML.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11910#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list