Opened 12 years ago

Last modified 12 years ago

#9836 closed defect

Error starting plugin — at Initial Version

Reported by: javier Owned by: roadrunner
Priority: normal Component: HudsonTracPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Hi,

My version of trac is Trac 0.10.4

Installed worked both from source and binary

However, as soon as I enable the plugin, trac gives then following error.

Thanks

Traceback (most recent call last):

File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.5/trac/web/main.py", line 183, in dispatch

req.perm = PermissionCache(self.env, req.authname)

File "/var/lib/python-support/python2.5/trac/perm.py", line 263, in init

self.perms = PermissionSystem(env).get_user_permissions(username)

File "/var/lib/python-support/python2.5/trac/perm.py", line 213, in get_user_permissions

for requestor in self.requestors:

File "/var/lib/python-support/python2.5/trac/core.py", line 55, in extensions

return filter(None, [component.compmgr[cls] for cls in extensions])

File "/var/lib/python-support/python2.5/trac/core.py", line 182, in getitem

% (cls, e)

TracError: Unable to instantiate component <class 'HudsonTrac.HudsonTracPlugin.HudsonTracPlugin'> (unicode_quote() takes exactly 1 argument (2 given))

Change History (0)

Note: See TracTickets for help on using tickets.