View Single Post
Old 08-30-2011, 09:15 AM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by macpablus View Post
Thanks Starson!
As far as I can tell, the recipe is crashing while parsing your index page. It gets to the line:
Code:
 for section in soup.findAll('div', attrs={'class':'seccionx'}):
with the soup, then crashes. It looks like BeautifulSoup can't parse the soup. I'd suspect some malformed HTML on that page that BS can't handle. Try reading the BS info page (there's links in the sticky). I vaguely recall some discussion there on problems like this, or strip out as much of the page as possible before it gets to that line.
Starson17 is offline   Reply With Quote