Opened 3 years ago
Closed 3 years ago
#347 closed defect (fixed)
TypeError: 'int' object does not support item assignment
| Reported by: | bohboh | Owned by: | MickeM |
|---|---|---|---|
| Priority: | 1 | Milestone: | |
| Component: | Core | Version: | 0.3.7 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /discussion/forum/1, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'forum': u'1'}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
System Information
| Trac | 0.11.1 |
| Python | 2.5.2 (r252:60911, Jan 4 2009, 22:17:10) [GCC 4.3.2] |
| setuptools | 0.6c8 |
| SQLite | 3.5.9 |
| pysqlite | 2.4.1 |
| Genshi | 0.5.1 |
| mod_python | 3.3.1 |
| Pygments | 0.10 |
| Subversion | 1.5.1 (r32289) |
| jQuery: | 1.2.6 |
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/tracdiscussion/core.py", line 76, in process_request
template, data = api.process_discussion(context)
File "build/bdist.linux-x86_64/egg/tracdiscussion/api.py", line 100, in process_discussion
self._do_actions(context, actions)
File "build/bdist.linux-x86_64/egg/tracdiscussion/api.py", line 552, in _do_actions
datetime.now(utc))
TypeError: 'int' object does not support item assignment
Change History (1)
comment:1 Changed 3 years ago by mickem
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.









Fixed (I hope)