
Trying to visit: http://svn.boost.org/trac/boost/ticket/1587 results in: Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 244, in dispatch req.display(template, content_type or 'text/html') File "/opt/trac/lib/python2.3/site-packages/trac/web/api.py", line 358, in display data = self.hdf.render(template, form_token) File "/opt/trac/lib/python2.3/site-packages/trac/web/clearsilver.py", line 296, in render injector.feed(template.render()) File "/usr/lib/python2.3/HTMLParser.py", line 108, in feed self.goahead(0) File "/usr/lib/python2.3/HTMLParser.py", line 148, in goahead k = self.parse_starttag(i) File "/usr/lib/python2.3/HTMLParser.py", line 239, in parse_starttag endpos = self.check_for_whole_start_tag(i) File "/usr/lib/python2.3/HTMLParser.py", line 314, in check_for_whole_start_tag self.error("malformed start tag") File "/usr/lib/python2.3/HTMLParser.py", line 115, in error raise HTMLParseError(message, self.getpos()) HTMLParseError: malformed start tag, at line 116, column 86 Could Trac admins take care of this? This issue appears to be duplicate of 1588, so I'll be fine with any solution that makes 1587 no longer assigned to me :-) - Volodya

2008/5/16 Vladimir Prus <vladimir@codesourcery.com>:
Trying to visit:
http://svn.boost.org/trac/boost/ticket/1587
results in:
Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
It works for me. No errors and the ticket is displayed. /$

On Fri, 2008-05-16 at 21:16 +0200, Henrik Sundberg wrote:
2008/5/16 Vladimir Prus <vladimir@codesourcery.com>:
Trying to visit:
http://svn.boost.org/trac/boost/ticket/1587
results in:
Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request
It works for me. No errors and the ticket is displayed.
Our wonderful sysadmin just fixed the issue :) Thanks, DongInn! - Doug

AMDG Douglas Gregor wrote:
Our wonderful sysadmin just fixed the issue :) Thanks, DongInn!
Ok. Here's another issue. I get this when I try to log in: Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 184, in dispatch req.session = Session(self.env, req) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 52, in __init__ self.promote_session(sid) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 157, in promote_session self.bake_cookie(0) # expire the cookie File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 56, in bake_cookie assert self.sid, 'Session ID not set' AssertionError: Session ID not set In Christ, Steven Watanabe

On May 16, 2008, at 3:35 PM, Steven Watanabe wrote:
Douglas Gregor wrote:
Our wonderful sysadmin just fixed the issue :) Thanks, DongInn!
Ok. Here's another issue. I get this when I try to log in:
Traceback (most recent call last): File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/opt/trac/lib/python2.3/site-packages/trac/web/main.py", line 184, in dispatch req.session = Session(self.env, req) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 52, in __init__ self.promote_session(sid) File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 157, in promote_session self.bake_cookie(0) # expire the cookie File "/opt/trac/lib/python2.3/site-packages/trac/web/session.py", line 56, in bake_cookie assert self.sid, 'Session ID not set' AssertionError: Session ID not set
Have you tried clearing out any cookies associated with svn.boost.org? - Doug
participants (4)
-
Douglas Gregor
-
Henrik Sundberg
-
Steven Watanabe
-
Vladimir Prus