> [Fri Jul 17 19:01:43 2009] [error] [client 192.168.1.100] TypeError:
> sequence of string values expected, value of type literal found,
> referer:http://192.168.1.100/

This seems like the common error in middleware to not return strings
but probably a number in your case.

You could try to wrap different middleware (AurhKit?) with
wsgiref.validate to check it's conformance to the WSGI standard.

http://docs.python.org/library/wsgiref.html#module-wsgiref.validate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to