Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #365 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Trac detected an internal error

Reported by: maxter Assigned to: pragma
Priority: normal Milestone: WebSite 1.0
Component: Web frontend Version:
Keywords: Cc:

Description

When I'm trying to preview changes I've made to my profile (e-mail):

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 451, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 265, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/tracforums/web_ui.py", line 270, in process_request
  File "build/bdist.linux-x86_64/egg/tracforums/models/profile.py", line 38, in getEditTemplate
    import sys
  File "build/bdist.linux-x86_64/egg/tracforums/models/profile.py", line 30, in _getAssets
    # FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
  File "build/bdist.linux-x86_64/egg/tracforums/models/avatar.py", line 313, in getById
TypeError: zip argument #2 must support iteration

Change History

03/27/07 11:44:36 changed by maxter

And cannot submit, either

03/27/07 12:31:26 changed by larsivi

  • milestone set to WebSite RC1.

03/27/07 12:55:26 changed by pragma

  • status changed from new to assigned.

I'm pretty sure I covered this in the pending update for tracforums (it seems very familiar), but I'll post a ticket for it anyway:

Tracforums #24

04/10/07 16:29:04 changed by pragma

  • status changed from assigned to closed.
  • resolution set to fixed.