Modify ↓
Opened 14 years ago
Closed 14 years ago
#7155 closed defect (fixed)
need content length for .12
Reported by: | Steven R. Loomis | Owned by: | Rob McMullen |
---|---|---|---|
Priority: | normal | Component: | MathCaptchaPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I got an internal error
2010-05-20 19:54:53,682 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last): File "/home/srl/src/trac/trac/web/main.py", line 512, in _dispatch_request dispatcher.dispatch(req) File "/home/srl/src/trac/trac/web/main.py", line 233, in dispatch resp = chosen_handler.process_request(req) File "/home/srl/src/trac-plugins/mathcaptcha/mathcaptcha/MathCaptcha.py", line 435, in process_request self.process_attempts(req) File "/home/srl/src/trac-plugins/mathcaptcha/mathcaptcha/MathCaptcha.py", line 456, in process_attempts req.write(html) File "/home/srl/src/trac/trac/web/api.py", line 528, in write raise RuntimeError("No Content-Length header set") RuntimeError: No Content-Length header set
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | 7155mathcaptcha.patch added |
---|
comment:1 Changed 14 years ago by
Also, I was getting errors about a missing function prepare_wiki_page
see attached 7155mathcaptcha2.patch for a fix
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
7155mathcaptcha.patch