Modify ↓
Opened 19 years ago
Closed 19 years ago
#4494 closed defect (wontfix)
error during sending trac
| Reported by: | anonymous | Owned by: | Matthew Good |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | plugin/spamfilter | Version: | 0.10.3 |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Python Traceback
Traceback (most recent call last):
File "/usr/local//lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local//lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local//lib/python2.3/site-packages/trac/ticket/web_ui.py", line 127, in process_request
self._do_create(req, db)
File "/usr/local//lib/python2.3/site-packages/trac/ticket/web_ui.py", line 188, in _do_create
self._validate_ticket(req, ticket)
File "/usr/local//lib/python2.3/site-packages/trac/ticket/web_ui.py", line 66, in _validate_ticket
for field, message in manipulator.validate_ticket(req, ticket):
File "build/bdist.linux-i686/egg/tracspamfilter/adapters.py", line 39, in validate_ticket
File "build/bdist.linux-i686/egg/tracspamfilter/api.py", line 78, in test
File "build/bdist.linux-i686/egg/tracspamfilter/filters/regex.py", line 39, in test
TypeError: expected string or buffer
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
| Component: | general → spamfilter |
|---|---|
| Description: | modified (diff) |
| Owner: | changed from to |
comment:2 by , 19 years ago
| Keywords: | needinfo added |
|---|
Note:
See TracTickets
for help on using tickets.



What where the ticket changes triggering this error? (a.k.a steps-to-reproduce).