Modify ↓
#12544 closed defect (cantfix)
AttributeError: type object 'AgiloTicketSystem' has no attribute 'is_trac_1_0'
| Reported by: | admin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 1.0.11 |
| Severity: | normal | Keywords: | |
| Cc: | support@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /backlog/Sprint Backlog, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{u'bscope': u'new sprint',
'name': u'Sprint Backlog',
'scope': None,
u'view': u'View'}
User agent: #USER_AGENT#
System Information
Trac | 1.0.11
|
Agilo | 0.9.15
|
Babel | 1.3
|
Docutils | 0.11
|
Genshi | 0.7 (with speedups)
|
Pygments | 1.6
|
pysqlite | 2.6.0
|
Python | 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2]
|
pytz | 2012c
|
setuptools | 3.3
|
SQLite | 3.8.2
|
jQuery | #JQUERY#
|
jQuery UI | #JQUERYUI#
|
jQuery Timepicker | #JQUERYTP#
|
Enabled Plugins
agilo | 0.9.15
|
tracgofer | N/A
|
Python Traceback
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 562, in _dispatch_request
dispatcher.dispatch(req)
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 249, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.15-py2.7.egg/agilo/api/view.py", line 155, in process_request
return self._call_filters_and_handler(req, handler)
File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.15-py2.7.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
data = handler(req) or {}
File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.15-py2.7.egg/agilo/scrum/backlog/web_ui.py", line 325, in do_get
backlog_table = renderer.get_backlog_table_html(req.href())
File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.15-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 229, in get_backlog_table_html
self._append_backlog_item_html_to_string(file_str, item)
File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.15-py2.7.egg/agilo/scrum/backlog/backlog_renderer.py", line 116, in _append_backlog_item_html_to_string
data_dict = item.ticket.as_dict()
File "/home/navyug/workspace/gofer/trac/tracgofer/tracgofer.py", line 935, in as_dict
if AgiloTicketSystem.is_trac_1_0():
AttributeError: type object 'AgiloTicketSystem' has no attribute 'is_trac_1_0'
Attachments (0)
Change History (2)
comment:1 by , 9 years ago
| Cc: | added |
|---|---|
| Resolution: | → cantfix |
| Status: | new → closed |
comment:2 by , 9 years ago
@Jun: thanks for the CC
@reporter: the error seems caused by this 'tracgofer' plugin, we removed the 'is_trac_1_0' in the latest version of Agilo for Trac 0.9.15 / 1.3.15 PRO. For more information, please write to support@…
Note:
See TracTickets
for help on using tickets.



An AgiloForScrum issue.