Edgewall Software

Ticket #7112 (closed defect: invalid)

Opened 9 months ago

Last modified 9 months ago

AttributeError: 'NoneType' object has no attribute 'process_discussion'

Reported by: jfemiani Owned by: jonas
Priority: normal Milestone: not applicable
Component: general Version: 0.11b1
Severity: normal Keywords:
Cc:

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

Change History

Changed 9 months ago by thatch

  • status changed from new to closed
  • resolution set to invalid

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

Add/Change #7112 (AttributeError: 'NoneType' object has no attribute 'process_discussion')

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.