Roundup Tracker - Issues

Message3737

Author alessandro
Recipients alessandro
Date 2009-06-26.08:10:44
Message-id <1246003846.1.0.806124259184.issue2550556@psf.upfronthosting.co.za>
In-reply-to
I wrote the wgsi handler, but running it I found:

$ python2.4 wsgi2.py 
workhost.local - - [26/Jun/2009 08:02:43] "GET / HTTP/1.1" 200 5225
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.4/wsgiref/handlers.py", line 92, in run
    self.result = application(self.environ, self.start_response)
  File "/usr/lib/python2.4/site-packages/roundup/cgi/wsgi_handler.py",
line 58, in __call__
    client.main()
  File "/usr/lib/python2.4/site-packages/roundup/cgi/client.py", line
361, in main
    self.inner_main()
  File "/usr/lib/python2.4/site-packages/roundup/cgi/client.py", line
523, in inner_main
    return self.write_html(self._(error_message))
  File "/usr/lib/python2.4/site-packages/roundup/cgi/client.py", line
1112, in write_html
    self.header()
  File "/usr/lib/python2.4/site-packages/roundup/cgi/client.py", line
1376, in header
    self._socket_op(self.request.start_response, headers, response)
  File "/usr/lib/python2.4/site-packages/roundup/cgi/client.py", line
1081, in _socket_op
    call(*args, **kwargs)
  File "/usr/lib/python2.4/site-packages/roundup/cgi/wsgi_handler.py",
line 70, in start_response
    description), headers)
  File "/usr/lib/pymodules/python2.4/wsgiref/handlers.py", line 185, in
start_response
    assert type(val) is StringType,"Header values must be strings"
AssertionError: Header values must be strings
workhost.local - - [26/Jun/2009 08:02:44] "GET /@@file/style.css
HTTP/1.1" 500 59
History
Date User Action Args
2009-06-26 08:10:46alessandrosetmessageid: <1246003846.1.0.806124259184.issue2550556@psf.upfronthosting.co.za>
2009-06-26 08:10:46alessandrosetrecipients: + alessandro
2009-06-26 08:10:46alessandrolinkissue2550556 messages
2009-06-26 08:10:45alessandrocreate