[mythtv-commits] Ticket #7273: ttvdb.py crashed with SyntaxError in XML() when downloading metadata

MythTV mythtv at cvs.mythtv.org
Thu Oct 8 21:57:18 UTC 2009


#7273: ttvdb.py crashed with SyntaxError in XML() when downloading metadata
---------------------------------------------+------------------------------
 Reporter:  Marc Randolph <mrand at pobox.com>  |       Owner:  awithers
     Type:  defect                           |      Status:  new     
 Priority:  minor                            |   Milestone:  unknown 
Component:  Plugin - MythVideo               |     Version:  head    
 Severity:  medium                           |     Mlocked:  0       
---------------------------------------------+------------------------------
 {{{
 InterpreterPath: /usr/bin/python2.6
 Package: mythvideo 0.22.0~trunk22101-0ubuntu1
 ProcCmdline: python /usr/share/mythtv/mythvideo/scripts/ttvdb.py -D 73800
 6 2
 ProcEnviron:
  LANG=en_US.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
 PythonArgs: ['/usr/share/mythtv/mythvideo/scripts/ttvdb.py', '-D',
 '73800', '6', '2']
 }}}

 Traceback:
 {{{
 Traceback (most recent call last):
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 1243, in
 <module>
     main()
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 1069, in main
     seriesfound=searchseries(t, opts, series_season_ep)
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 499, in
 searchseries
     seriesfound=search_for_series(t, series_name)[
 int(series_season_ep[1]) ][ int(series_season_ep[2]) ]
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 482, in
 search_for_series
     return tvdb.series_by_sid(sid_or_name)
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 473, in
 _series_by_sid
     self._getShowData(sid)
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_api.py", line 643,
 in _getShowData
     epsEt = self._getetsrc( self.config['url_epInfo'] % (sid) )
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb/tvdb_api.py", line 427,
 in _getetsrc
     et = ElementTree.fromstring(src)
   File "<string>", line 86, in XML
 SyntaxError: no element found: line 1, column 0
 }}}

 Slightly more info can be found here:
 https://bugs.launchpad.net/ubuntu/+source/mythplugins/+bug/444055

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7273>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list