problem with rss
Rodolfo Pilas <ysidoro <at> gmail.com>
2005-03-03 21:47:47 GMT
Last nightly planet code give me this error:
DEBUG:root:URI: <http://www.d-sur.net/bbusaniche/wp-rss2.php>
ERROR:root:Update from <http://www.d-sur.net/bbusaniche/wp-rss2.php> failed
Traceback (most recent call last):
File "./planet.py", line 134, in ?
channel.update()
File "/home/jsoriano/planet-nightly/planetlib.py", line 184, in update
self._update(baseuri, data)
File "/home/jsoriano/planet-nightly/planetlib.py", line 288, in _update
feed.feed(data)
File "/usr/lib/python2.3/sgmllib.py", line 95, in feed
self.goahead(0)
File "/usr/lib/python2.3/sgmllib.py", line 134, in goahead
k = self.parse_endtag(i)
File "/usr/lib/python2.3/sgmllib.py", line 293, in parse_endtag
self.finish_endtag(tag)
File "/usr/lib/python2.3/sgmllib.py", line 333, in finish_endtag
self.unknown_endtag(tag)
File "/home/jsoriano/planet-nightly/feedparser.py", line 358, in
unknown_endtag
method()
File "/home/jsoriano/planet-nightly/feedparser.py", line 778, in _end_content
value = self.pop('content')
File "/home/jsoriano/planet-nightly/feedparser.py", line 480, in pop
output = resolveRelativeURIs(output, self.baseuri)
File "/home/jsoriano/planet-nightly/feedparser.py", line 897, in
resolveRelativeURIs
data = p.output()
File "/home/jsoriano/planet-nightly/feedparser.py", line 853, in output
(Continue reading)