Modify ↓
Ticket #7118 (closed defect: duplicate)
Opened 4 years ago
Last modified 2 years ago
WebAdmin error
| Reported by: | cvicente@… | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | plugin/spamfilter | Version: | 0.10.3 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When trying to use the "Monitoring" option link in the Spam Filtering section of WebAdmin, I get:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r5911-py2.3.egg/webadmin/web_ui.py", line 119, in process_request
path_info)
File "build/bdist.linux-i686/egg/tracspamfilter/admin.py", line 91, in process_admin_request
File "build/bdist.linux-i686/egg/tracspamfilter/admin.py", line 81, in render_admin_panel
File "build/bdist.linux-i686/egg/tracspamfilter/admin.py", line 178, in _render_monitoring_panel
File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 265, in select
File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 272, in _from_db
File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 82, in _decode_content
AttributeError: 'unicode' object has no attribute 'decode'
Attachments
Change History
comment:1 Changed 4 years ago by eblot
- Component changed from web frontend to plugin/spamfilter
- Owner set to mgood
comment:2 Changed 3 years ago by rblank
- Milestone set to not applicable
comment:3 Changed 2 years ago by mrenzmann@…
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Appears to be a duplicate of #5812.