[mythtv-commits] Ticket #6242: A "grabber" query engine for thetvdb.com - based on tmdb.pl functionality

MythTV mythtv at cvs.mythtv.org
Wed Feb 18 20:11:23 UTC 2009


#6242: A "grabber" query engine for thetvdb.com - based on tmdb.pl functionality
----------------------------------------+-----------------------------------
 Reporter:  r.d.vaughan at rogers.com      |        Owner:  ijr    
     Type:  enhancement                 |       Status:  new    
 Priority:  minor                       |    Milestone:  unknown
Component:  Contributed Scripts & Apps  |      Version:  unknown
 Severity:  low                         |   Resolution:         
  Mlocked:  0                           |  
----------------------------------------+-----------------------------------

Comment(by Jay):

 I can get this to consistently fail with the following command:
 ttvdb.py -N "Dora the Explorer" "The Mixed-Up Seasons"

 The error:
 Traceback (most recent call last):
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/ttvdb.py", line
 652, in <module>
     main()
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/ttvdb.py", line
 544, in main
     seriesfound=searchseries(t, opts, x)
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/ttvdb.py", line
 207, in searchseries
     seriesfound=t[ series_name ]        # Series only
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/tvdb_api.py", line
 522, in __getitem__
     sid = self._nameToSid(key)
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/tvdb_api.py", line
 512, in _nameToSid
     self._getShowData( sid )
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/tvdb_api.py", line
 483, in _getShowData
     epsEt = self._getetsrc( self.config['url_epInfo'] % (sid) )
   File "/usr/local/share/mythtv/mythvideo/scripts/tvdb/tvdb_api.py", line
 346, in _getetsrc
     et = ElementTree.fromstring(src)
   File "<string>", line 86, in XML
 SyntaxError: no element found: line 1, column 0

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6242#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list