Modify ↓
Opened 12 years ago
Closed 12 years ago
#10726 closed defect (cantfix)
'NoneType' object has no attribute 'ticket'
Reported by: | admin | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /module/doc/doc/index
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'COMMAND_NAME': u'index', 'id': u'9', 'module_class': <cwsdocplugin.module.doc.doc.DocModule instance at 0x0729E030>, 'ticket_id': u'9'}
User Agent was: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.56 Safari/536.5
System Information
Trac | 0.11.7.ja1
|
Python | 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
|
setuptools | 0.6c9
|
Genshi | 0.5
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "c:\trac\tracligh\python\lib\site-packages\TraM-0.3-py2.5.egg\tram\main.py", line 274, in dispatch_request dispatcher.dispatch(req) File "c:\trac\wk\test_dev\src\cwsdocplugin\module\doc_module.py", line 44, in _ f(self ,req) File "c:\trac\tracligh\python\lib\site-packages\Trac-0.11.7.ja1-py2.5.egg\trac\web\main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "c:\trac\wk\test_dev\src\cwsdocplugin\module\doc_module.py", line 205, in process_request raise e AttributeError: 'NoneType' object has no attribute 'ticket'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Custom patches to Trac (0.11.7.ja1) and cwsdocplugin aren't supported by TracTeam. You please ask the patch author or the plugin author.