Modify ↓
#7112 closed defect (invalid)
AttributeError: 'NoneType' object has no attribute 'process_discussion'
| Reported by: | jfemiani | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11b1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /discussion, Trac issued an internal error.
(please provide additional details here)
System Information
| Trac | 0.11b1
|
| Python | 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
|
| setuptools | 0.6c7
|
| SQLite | 3.5.2
|
| pysqlite | 2.4.0
|
| Genshi | 0.4.4
|
Python Traceback
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Python25\Lib\site-packages\trac\web\main.py", line 195, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\tracdiscussion\core.py", line 77, in process_request
return api.process_discussion(context) + (None,)
AttributeError: 'NoneType' object has no attribute 'process_discussion'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Looks like it's an issue in the th:DiscussionPlugin to me. Please followup there.