Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Jun Omae, 8 years ago

Cc: support@… added
Resolution: cantfix
Status: newclosed

An AgiloForScrum issue.

comment:2 by stefano.rago@…, 8 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@…

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.