Planet escapes HTML incorrectly

Adam Bossy adambossy at gmail.com
Mon Dec 21 10:08:59 EST 2009


I'm new to the Planet software and I set up a Feed Reader for weight
training. I didn't do any tinkering and ran the planet software based on the
Getting Started guide. Unfortunately, the output for entries[i].content
looks like this:

"<p><img src=\"
http://www.powerliftingwatch.com/images/thumbs/usapl-logo.jpg\"
align=\"left\" hspace=\"8\" />Yesterday's USAPL..."

...instead of this:

"<p><img src="http://www.powerliftingwatch.com/images/thumbs/usapl-logo.jpg"
align="left" hspace="8" />Yesterday's USAPL..."

Hence, the html is visible on the page. When I run the planet software
according to the Getting Started guide, I get a flurry of errors for my
feeds before it finishes running:

ERROR:planet.runner:Error parsing /var/cache/topsicle/
naturalbodybuilding.net,feed
ERROR:planet.runner:Error parsing /var/cache/topsicle/johnnyd2.blogspot.com
,feeds,posts,default
ERROR:planet.runner:Error parsing /var/cache/topsicle/
bodybuildinglive.blogspot.com,feeds,posts,default
...

The only suspect item I see is that libxml2 isn't found when I run
runtests.py, although apt-get claims it's installed (I'm running Ubuntu).
The rest of the libraries are found and pass all tests. There is a single
django configuration error, which I'm confident isn't the problem. Any
ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /archives/devel/attachments/20091220/de73cf8f/attachment.htm 


More information about the devel mailing list