Skip to content

Instantly share code, notes, and snippets.

@nickcharlton
Created October 31, 2011 21:32
Show Gist options
  • Save nickcharlton/1329023 to your computer and use it in GitHub Desktop.
Save nickcharlton/1329023 to your computer and use it in GitHub Desktop.
21:30 <termibot> Traceback (most recent call last):
21:30 <termibot> File "./plugins/url_filter", line 113, in <module>
21:30 <termibot> print(channel + " " + lookup(url, nick))
21:30 <termibot> File "./plugins/url_filter", line 106, in lookup
21:30 <termibot> return "[ %s -- %s ]" % (short, gettitle(url))
21:31 <termibot> File "./plugins/url_filter", line 79, in gettitle
21:31 <termibot> parser.feed(data.read().decode(charset))
21:31 <termibot> File "/usr/local/lib/python3.2/html/parser.py", line 133, in feed
21:31 <termibot> self.goahead(0)
21:31 <termibot> File "/usr/local/lib/python3.2/html/parser.py", line 181, in goahead
21:31 <termibot> k = self.parse_declaration(i)
21:31 <termibot> File "/usr/local/lib/python3.2/_markupbase.py", line 95, in
parse_declaration
21:31 <termibot> return self.parse_marked_section(i)
21:31 <termibot> File "/usr/local/lib/python3.2/_markupbase.py", line 160, in
parse_marked_section
21:31 <termibot> self.unknown_decl(rawdata[i+3: j])
21:31 <termibot> File "/usr/local/lib/python3.2/html/parser.py", line 428, in
unknown_decl
21:31 <termibot> self.error("unknown declaration: %r" % (data,))
21:31 <termibot> File "/usr/local/lib/python3.2/html/parser.py", line 140, in error
21:31 <termibot> raise HTMLParseError(message, self.getpos())
21:31 <termibot> html.parser.HTMLParseError: unknown declaration: 'if !IE', at line 697,
column 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment