Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#10628 closed defect (cantfix)

TypeError: string indices must be integers

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

Description

How to Reproduce

While doing a GET operation on /whiteboard/team_tasks, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'board_type': u'team_tasks'}

User Agent was: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11

System Information

Trac 0.11.7
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2]
setuptools 0.6
SQLite 3.7.4
pysqlite 2.6.0
Genshi 0.6
Agilo 0.9.7
Pygments 1.4
Subversion 1.6.12 (r955767)
RPC 1.0.6
jQuery: 1.5

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 217, in dispatch
    self._post_process_request(req, *resp)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 309, in _post_process_request
    resp = f.post_process_request(req, *resp)
  File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.7-py2.7.egg/agilo/utils/web_ui.py", line 168, in post_process_request
    self._substitute_ticket_types_with_aliases_in_genshi_data(data)
  File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.7-py2.7.egg/agilo/utils/web_ui.py", line 242, in _substitute_ticket_types_with_aliases_in_genshi_data
    self.cp.replace(data, cmd)
  File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.7-py2.7.egg/agilo/utils/command.py", line 320, in replace
    acc(data, key, command)
  File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.7-py2.7.egg/agilo/utils/command.py", line 263, in _by_key
    acc(data[key1], key, command)
  File "/usr/local/lib/python2.7/dist-packages/agilo-0.9.7-py2.7.egg/agilo/utils/command.py", line 295, in _iterate
    data[i][realkey] = self._aliasize(item[realkey])
TypeError: string indices must be integers

Attachments (0)

Change History (2)

comment:1 by Jun Omae, 13 years ago

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

comment:2 by stefano.rago@…, 13 years ago

@jomae: thanks for the cc @marcossilva: 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.