Modify

Opened 13 years ago

Closed 13 years ago

#9234 closed defect (invalid)

Trac 0.12 internal server error

Reported by: Gasler Radu Owned by: Martin Scharrer
Priority: normal Component: WikiCssPlugin
Severity: major Keywords:
Cc: Trac Release: 0.12

Description

When installing this plugin on Trac 0.12 and trying to GET wikicss.css it leads to an internal server error.

Backatrace:

2011-10-04 20:08:04,449 Trac[main] DEBUG: Dispatching <Request "GET '/wikicss.css'">
2011-10-04 20:08:04,449 Trac[session] DEBUG: Retrieving session for ID 'user'
2011-10-04 20:08:04,456 Trac[api] INFO: Synchronized '' repository in 0.00 seconds
2011-10-04 20:08:04,458 Trac[plugin] ERROR: Can't send unicode content
2011-10-04 20:08:04,458 Trac[chrome] DEBUG: Prepare chrome data for request
2011-10-04 20:08:04,463 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 511, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-i686/egg/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracwikicss/plugin.py", line 60, in process_request
    req.end_headers()
  File "build/bdist.linux-i686/egg/trac/web/api.py", line 321, in end_headers
    self._write = self._start_response(self._status, self._outheaders)
  File "build/bdist.linux-i686/egg/trac/web/wsgi.py", line 114, in _start_response
    assert not self.headers_set, 'Response already started'
AssertionError: Response already started

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by Gasler Radu

Resolution: invalid
Status: newclosed

Sorry for the trouble, this bug is invalid.

I updated to the latest version of the WikiCssPlugin plugin and it works.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Martin Scharrer.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.