Modify ↓
Opened 19 years ago
Closed 19 years ago
#3768 closed defect (duplicate)
internal error (owner key error) on new ticket
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10b1 |
| Severity: | blocker | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
When trying to create new ticket as anonymous on Trac 0.10b1
Python Traceback
Traceback (most recent call last):
File "/usr/share/python-support/trac/trac/web/main.py", line 341, in dispatch_request
dispatcher.dispatch(req)
File "/usr/share/python-support/trac/trac/web/main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/share/python-support/trac/trac/ticket/web_ui.py", line 109, in process_request
del req.args['owner']
KeyError: 'owner'
Haypo (victor.stinner AT haypocalc.com)
http://hachoir.org/ ⇐ installed trac
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 0.10 |
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Thanks for reporting, but it's already fixed. Duplicate of #3640.