Modify ↓
#10729 closed defect (cantfix)
AttributeError: locale
Reported by: | DongYoung | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.7 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /newticket
, Trac issued an internal error.
(please provide additional details here)
System Information
Trac | 0.11.7
|
Python | 2.6.4 (r264:75706, Jun 4 2010, 18:20:16) [GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]
|
setuptools | 0.6
|
SQLite | 3.6.22
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
mod_python | 3.3.1
|
Subversion | 1.6.13 (r1002816)
|
CustomFieldAdmin | 0.2.5
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 217, in dispatch self._post_process_request(req, *resp) File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 309, in _post_process_request resp = f.post_process_request(req, *resp) File "/usr/lib/python2.6/site-packages/cc_selector-0.0.3dev-py2.6.egg/cc_selector/cc_selector.py", line 49, in post_process_request if req.locale is not None: File "/usr/lib/python2.6/site-packages/trac/web/api.py", line 198, in __getattr__ raise AttributeError(name) AttributeError: locale
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (th:CcSelectorPlugin).
Please report to the plugin maintainers.