Modify

Opened 14 years ago

Last modified 12 years ago

#7789 new defect

Not compatible with 0.12

Reported by: Marcus Lindblom Owned by: dgc
Priority: high Component: GridFlowPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description


Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Étienne BERSAC

Hi,

With trac 0.12, i get the following error :

2012-05-31 17:40:26,622 Trac[notification] INFO: no recipient for a ticket notification
2012-05-31 17:40:26,636 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.6/dist-packages/gridflow/gridflow.py", line 249, in process_request
    req.end_headers()
  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 321, in end_headers
    self._write = self._start_response(self._status, self._outheaders)
  File "/usr/lib/pymodules/python2.6/flup/server/fcgi_base.py", line 1099, in start_response
    assert not headers_set, 'Headers already set!'
AssertionError: Headers already set!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain dgc.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.