Modify ↓
Opened 18 years ago
Closed 17 years ago
#1035 closed defect (fixed)
Internal error when trying to create a new code review
Reported by: | anonymous | Owned by: | Team5 |
---|---|---|---|
Priority: | normal | Component: | PeerReviewPlugin |
Severity: | critical | Keywords: | Clearsilver Tag Parse Error |
Cc: | Trac Release: | 0.10 |
Description
Following the nav link to create a new code review results in "Trac detected an internal error".
Traceback:
Traceback (most recent call last): File "C:\Python\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "C:\Python\Lib\site-packages\trac\web\main.py", line 244, in dispatch req.display(template, content_type or 'text/html') File "C:\Python\Lib\site-packages\trac\web\api.py", line 358, in display data = self.hdf.render(template, form_token) File "C:\Python\Lib\site-packages\trac\web\clearsilver.py", line 296, in render injector.feed(template.render()) File "C:\Python\Lib\HTMLParser.py", line 108, in feed self.goahead(0) File "C:\Python\Lib\HTMLParser.py", line 148, in goahead k = self.parse_starttag(i) File "C:\Python\Lib\HTMLParser.py", line 226, in parse_starttag endpos = self.check_for_whole_start_tag(i) File "C:\Python\Lib\HTMLParser.py", line 301, in check_for_whole_start_tag self.error("malformed start tag") File "C:\Python\Lib\HTMLParser.py", line 115, in error raise HTMLParseError(message, self.getpos()) HTMLParseError: malformed start tag, at line 269, column 36
Trac version: 0.10.3
Attachments (1)
Change History (11)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Keywords: | Clearsilver Tag Parse Error added |
---|---|
Severity: | normal → major |
Same here on OpenSuSE 10.2 . I think I remember reading that there's a patch for clearsilver to fix this... I'll look around ... and report back
comment:4 Changed 18 years ago by
Severity: | major → critical |
---|
comment:6 Changed 18 years ago by
Confirmed on trac-0.10.3 and python 2.4. Any progress/updates here?
comment:7 Changed 18 years ago by
Attached patch to trac hides the problem by surrounding the verification by try-except pair.
comment:8 Changed 18 years ago by
Thanks for that patch akhavr, but it looks like the source of the issue is now apparent:
"No handler matched request to /peerReviewBrowser"
Am i missing something?
comment:9 Changed 18 years ago by
comment:10 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I'm also seeing this on trac 0.10.3 on rhel4 with python 2.3