Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7341 closed defect (duplicate)

While I was trying to attach a .html file on the existing ticket, I found the following error.

Reported by: gandhi Owned by: Jonas Borgström
Priority: highest Milestone:
Component: attachment Version:
Severity: minor Keywords: tobedeleted
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 244, in dispatch

req.display(template, content_type or 'text/html')

File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 358, in display

data = self.hdf.render(template, form_token)

File "/usr/lib/python2.5/site-packages/trac/web/clearsilver.py", line 296, in render

injector.feed(template.render())

File "/usr/lib/python2.5/HTMLParser.py", line 108, in feed

self.goahead(0)

File "/usr/lib/python2.5/HTMLParser.py", line 148, in goahead

k = self.parse_starttag(i)

File "/usr/lib/python2.5/HTMLParser.py", line 226, in parse_starttag

endpos = self.check_for_whole_start_tag(i)

File "/usr/lib/python2.5/HTMLParser.py", line 301, in check_for_whole_start_tag

self.error("malformed start tag")

File "/usr/lib/python2.5/HTMLParser.py", line 115, in error

raise HTMLParseError(message, self.getpos())

HTMLParseError: malformed start tag, at line 222, column 106

Attachments (0)

Change History (7)

in reply to:  description comment:1 by mariyana@…, 16 years ago

Replying to gandhi:

Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 244, in dispatch

req.display(template, content_type or 'text/html')

File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 358, in display

data = self.hdf.render(template, form_token)

File "/usr/lib/python2.5/site-packages/trac/web/clearsilver.py", line 296, in render

injector.feed(template.render())

File "/usr/lib/python2.5/HTMLParser.py", line 108, in feed

self.goahead(0)

File "/usr/lib/python2.5/HTMLParser.py", line 148, in goahead

k = self.parse_starttag(i)

File "/usr/lib/python2.5/HTMLParser.py", line 226, in parse_starttag

endpos = self.check_for_whole_start_tag(i)

File "/usr/lib/python2.5/HTMLParser.py", line 301, in check_for_whole_start_tag

self.error("malformed start tag")

File "/usr/lib/python2.5/HTMLParser.py", line 115, in error

raise HTMLParseError(message, self.getpos())

HTMLParseError: malformed start tag, at line 222, column 106

comment:2 by Piotr Kuczynski <piotr.kuczynski@…>, 16 years ago

Component: generalattachment
Keywords: verify needinfo added
Milestone: 0.11.2
Severity: normalminor

comment:3 by anonymous, 16 years ago

Resolution: fixed
Status: newclosed

comment:4 by Jonas Borgström, 16 years ago

Resolution: fixed
Status: closedreopened

Please don't resolve a ticket as fixed unless an actual Trac bug was fixed and committed.

comment:5 by anonymous, 16 years ago

Resolution: fixed
Status: reopenedclosed

comment:6 by Christian Boos, 16 years ago

Keywords: tobedeleted added; verify needinfo removed
Milestone: 0.11.2
Resolution: fixed
Status: closedreopened

comment:7 by Christian Boos, 16 years ago

Resolution: duplicate
Status: reopenedclosed

One of the many duplicates of #4365.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.