Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10254 closed defect (cantfix)

AttributeError: 'unicode' object has no attribute 'partition'

Reported by: christopher.paredes Owned by:
Priority: normal Milestone:
Component: general Version: 0.12
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

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

(please provide additional details here)

Request parameters:

{}

User agent: #USER_AGENT#

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 513, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 190, in dispatch
    for handler in self.handlers:
  File "/usr/lib/python2.4/site-packages/trac/core.py", line 78, in extensions
    return filter(None, [component.compmgr[cls] for cls in extensions])
  File "/usr/lib/python2.4/site-packages/trac/core.py", line 213, in __getitem__
    component = cls(self)
  File "/usr/lib/python2.4/site-packages/trac/core.py", line 119, in maybe_init
    init(self)
  File "build/bdist.linux-x86_64/egg/testmanager/api.py", line 88, in __init__
AttributeError: 'unicode' object has no attribute 'partition'

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Resolution: cantfix
Status: newclosed

That's a PluginIssue (testmanager).

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.