Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: Header values must be strings #103

Closed
Lawouach opened this issue Sep 9, 2013 · 0 comments
Closed

AssertionError: Header values must be strings #103

Lawouach opened this issue Sep 9, 2013 · 0 comments
Labels

Comments

@Lawouach
Copy link
Owner

Lawouach commented Sep 9, 2013

Using the wsgirefserver, one gets the following exception:

Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/home/plg/documents/websocks/ws4py/server/wsgiutils.py", line 153, in call
start_response("101 Switching Protocols", upgrade_headers)
File "/usr/lib/python2.7/wsgiref/handlers.py", line 178, in start_response
assert type(val) is StringType,"Header values must be strings"
AssertionError: Header values must be strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant