Letractively / golismero

Automatically exported from code.google.com/p/golismero
0 stars 0 forks source link

Error while execute las version of Golimsero #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "GoLismero.py", line 143, in <module>
    GoLISMERO_Main(PARAMETERS)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/api.py", line 296, in GoLISMERO_Main
    spider(PARAMETERS)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/libs/spider.py", line 42, in spider
    _spider(Parameters.TARGET, Parameters.RECURSIVITY)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/libs/spider.py", line 82, in _spider
    R_T.Forms.extend(getFormInfo(pageraw))
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/libs/forms.py", line 89, in getFormInfo
    m_Results = ExtractFormsInfo(Text)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/libs/forms.py", line 30, in ExtractFormsInfo
    bs=BeautifulSoup(text)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/bs4/__init__.py", line 100, in __init__
    self._feed()
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/bs4/__init__.py", line 113, in _feed
    self.builder.feed(self.markup)
  File "/Users/seifreed/Development/hacking-tools/GoLISMERO/bs4/builder/_htmlparser.py", line 46, in feed
    super(HTMLParserTreeBuilder, self).feed(markup)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py", line 108, in feed
    self.goahead(0)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py", line 148, in goahead
    k = self.parse_starttag(i)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py", line 229, in parse_starttag
    endpos = self.check_for_whole_start_tag(i)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py", line 304, in check_for_whole_start_tag
    self.error("malformed start tag")
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py", line 115, in error
    raise HTMLParseError(message, self.getpos())
HTMLParser.HTMLParseError: malformed start tag, at line 116, column 106

Original issue reported on code.google.com by mriverol...@gmail.com on 24 Nov 2011 at 3:31

GoogleCodeExporter commented 8 years ago
Please guys, put your issues in english.

Original comment by garcia.g...@gmail.com on 24 Nov 2011 at 3:33

GoogleCodeExporter commented 8 years ago
Could you mriverolopez tell me your Python version and command-line arguments 
you used when you got this error?

Original comment by he...@nerv.fi on 15 Jan 2012 at 12:57