Modify ↓
Opened 18 years ago
Closed 14 years ago
#1336 closed defect (wontfix)
AttributeError: 'NoneType' object has no attribute 'get'
Reported by: | Prasand J. | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | TracPygmentsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
This error isn't critical, but it's logged on every page load. The output of the error is:
2007-03-14 23:28:47,075 Trac[main] ERROR: 'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/home/username/packages/lib/python2.3/site-packages/trac/web/main.py", line 252, in dispatch self._post_process_request(req) File "/home/username/packages/lib/python2.3/site-packages/trac/web/main.py", line 269, in _post_process_request content_type) File "build/bdist.linux-i686/egg/tracpygments/__init__.py", line 133, in post_process_request AttributeError: 'NoneType' object has no attribute 'get'
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closing ticket since plugin is unmaintained and support can be found by upgrading to Trac 0.11.
Note: See
TracTickets for help on using
tickets.
This is fixed by the patch in #1944.