Bugs item #776837, was opened at 2003-07-24 11:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=776837&group_id=46652

Category: program guide
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: it0 (it0)
Assigned to: Nobody/Anonymous (nobody)
Summary: freevo has trouble parsing TV.xml from tv_grab_nl

Initial Comment:
The error below happens when manually configuring the
channels and then going to the EPG and when trying to
automatically configure the channels.

XMLTV is verion xmltv-0.5.14.
Freevo is version 1.3.2.
Running on debian stable.
If you want more details please let me know.

The backtrace
epg_xmltv.py: Adding all channels
Couldn't load the TV Guide, got an exception!

Traceback (most recent call last):
  File "src/tv/epg_xmltv.py", line 180, in get_guide
    cached_guide = load_guide()
  File "src/tv/epg_xmltv.py", line 281, in load_guide
    xmltv_programs =
xmltv.read_programmes(util.gzopen(config.XMLTV_FILE))
  File "src/tv/xmltv.py", line 332, in read_programmes
    programmes.append(_node_to_programme(node))
  File "src/tv/xmltv.py", line 297, in _node_to_programme
    programme = _extractNodes(node, handler)
  File "src/tv/xmltv.py", line 261, in _extractNodes
   
result[child.name.encode(locale)].append(handler._call(child))
  File "src/tv/xmltv.py", line 216, in _call
    return getattr(self,
string.replace(node.name.encode(), '-', '_'))(node)
  File "src/tv/xmltv.py", line 102, in url
    return _ChannelHandler.url(self, node)
TypeError: unbound method url() must be called with
_ChannelHandler instance as first argument (got
_ProgrammeHandler instance instead)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=776837&group_id=46652


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to