Modify ↓
#9017 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/Implantação
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'name': u'Implanta\xe7\xe3o'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
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.0-pro
|
Subversion | 1.5.6 (r36142)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "C:\Arquivos de programas\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:\Arquivos de programas\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:\Arquivos de programas\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\view.py", line 155, in process_request return self._call_filters_and_handler(req, handler) File "C:\Arquivos de programas\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\view.py", line 143, in _call_filters_and_handler data = handler(req) or {} File "c:\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.0_PRO-py2.5.egg\agilo\scrum\sprint\web_ui.py", line 163, in do_get File "c:\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.0_PRO-py2.5.egg\agilo\scrum\sprint\web_ui.py", line 97, in prepare_data File "C:\Arquivos de programas\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\controller.py", line 333, in process_command return command.execute(self, date_converter, as_key) File "C:\Arquivos de programas\Agilo\lib\site-packages\binary_agilo-1.2.0_pro-py2.5.egg\agilo\api\controller.py", line 286, in execute return self._execute(controller, date_converter, as_key) File "c:\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.0_PRO-py2.5.egg\agilo\scrum\sprint\controller.py", line 316, in _execute File "c:\agilo installer\agilo\lib\site-packages\binary_agilo-1.2.0_PRO-py2.5.egg\agilo\scrum\sprint\controller.py", line 283, in _tickets TypeError: 'NoneType' object is not iterable
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 15 years ago
@reporter: please update to the latest version of Agilo - I think that may fix your bug. For more details see the Bugs & Features section on AgiloForScrum.
@rblank: thanks for the heads up! :)
Note:
See TracTickets
for help on using tickets.
PluginIssue (AgiloForScrum).