Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#9301 closed defect (cantfix)

TypeError: 'NoneType' object is not iterable

Reported by: admin Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.5
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /sprint/Intial UI prototype development, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'name': u'Intial UI prototype development'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3

System Information

Trac 0.11.5
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.5.1
Agilo 1.2.1-pro
Subversion 1.5.6 (r36142)
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 444, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Program Files\Agilo\lib\site-packages\trac-0.11.5-py2.5.egg\trac\web\main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\documents and settings\administrator\desktop\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\view.py", line 155, in process_request
  File "c:\documents and settings\administrator\desktop\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.1_pro-py2.5.egg\agilo\scrum\sprint\web_ui.py", line 163, in do_get
    'milestone': milestone})
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.1_pro-py2.5.egg\agilo\scrum\sprint\web_ui.py", line 97, in prepare_data
    nr_new, nr_planned, nr_closed = self.controller.process_command(cmd_stats)
  File "c:\documents and settings\administrator\desktop\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\controller.py", line 333, in process_command
  File "c:\documents and settings\administrator\desktop\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.1_PRO-py2.5.egg\agilo\api\controller.py", line 286, in execute
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.1_pro-py2.5.egg\agilo\scrum\sprint\controller.py", line 316, in _execute
    fetched_tickets = self._tickets(sp_controller)
  File "C:\Program Files\Agilo\lib\site-packages\binary_agilo-1.2.1_pro-py2.5.egg\agilo\scrum\sprint\controller.py", line 283, in _tickets
    fetched_tickets = [backlogitem.ticket for backlogitem in backlog]
TypeError: 'NoneType' object is not iterable

Attachments (0)

Change History (3)

comment:1 by Mikael Relbe, 14 years ago

Resolution: invalid
Status: newclosed

WrongTrac, this is a PluginIssue, and I guess it concerns one of AgiloForScrumPlugin or AgiloTicketReportPlugin.

comment:2 by Remy Blank, 14 years ago

Cc: support@… added
Resolution: invalidcantfix

comment:3 by Martin Häcker <martin.haecker@…>, 14 years ago

@reporter: This is a strange issue, as the backlog for that sprint seems not to have been created (?) Could you please join our support google group to help us resolve the issue? (More details at AgiloForScrum).

@mrelbe & rblank: thanks for the wrangling! :)

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.