Modify ↓
#12024 closed defect (cantfix)
AssertionError:
Reported by: | vstjoar | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 1.0.1 |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a GET operation on /team/ePM 4/Issue Dashboard - Sprint1
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'sprint': u'Issue Dashboard - Sprint1', 'team': u'ePM 4'}
User agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36
System Information
Trac | 1.0.1
|
Trac | 1.0.1
|
Agilo | 1.3.13-PRO
|
Genshi | 0.7 (with speedups)
|
mod_python | 3.3.1
|
psycopg2 | 2.4.5
|
Pygments | 1.6
|
Python | 2.7.3 (default, Feb 27 2014, 20:09:21) [GCC 4.6.3]
|
Python | 2.7.3 (default, Feb 27 2014, 20:09:21) [GCC 4.6.3]
|
RPC | 1.1.2
|
setuptools | 0.6c11
|
setuptools | 0.6c11
|
Subversion | 1.6.17 (r1128011)
|
jQuery | 1.7.2
|
Enabled Plugins
AdvancedTicketWorkflowPlugin | 0.11dev
|
binary-agilo | 1.3.13-PRO
|
TicketImport | 0.8.3
|
TracXMLRPC | 1.1.2
|
Python Traceback
Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 214, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.13_PRO-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/binary_agilo-1.3.13_PRO-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/binary_agilo-1.3.13_PRO-py2.7.egg/agilo/scrum/team/web_ui.py", line 170, in do_get data = sprint_controller.process_command(cmd) File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.13_PRO-py2.7.egg/agilo/api/controller.py", line 361, in process_command return command.execute(self, date_converter, as_key) File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.13_PRO-py2.7.egg/agilo/api/controller.py", line 315, in execute return self._execute(controller, date_converter, as_key) File "/usr/local/lib/python2.7/dist-packages/binary_agilo-1.3.13_PRO-py2.7.egg/agilo/scrum/sprint/controller.py", line 831, in _execute assert self.sprint.start <= self.sprint.end AssertionError
Attachments (0)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).