Modify ↓
Opened 20 years ago
Closed 20 years ago
#1854 closed defect (invalid)
__init__() takes at most 4 arguments (5 given)
| Reported by: | Owned by: | Christopher Lenz | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/mod_python | Version: | devel |
| Severity: | blocker | Keywords: | |
| Cc: | m@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Oops…
Trac detected an internal error:
init() takes at most 4 arguments (5 given)
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 203, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 426, in dispatch_request
authenticator = Authenticator(db, req, check_ip, ignore_case)
TypeError: init() takes at most 4 arguments (5 given)
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Closed. Resolved by removing /usr/lib/python2.3/site-packages/trac/ prior to upgrading.