On 4/4/06, Max Ischenko <[EMAIL PROTECTED]> wrote: > Today I upgraded TG which now uses final CP release and found the following > in the log files: > > 04/Apr/2006:10:34:31 HTTP INFO Serving HTTP on http://localhost:4001/ > 04/Apr/2006:13:49:16 HTTP INFO Traceback (most recent call last): > File > "c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\_cphttptools.py", > line 89, in _run > self.processRequestLine() > File > "c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\_cphttptools.py", > line 133, in processRequestLine > method, path, qs, proto = httptools.parseRequestLine(rl) > File > "c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\lib\httptools.py", > line 308, in parseRequestLine > method, path, protocol = requestLine.split() > ValueError: too many values to unpack
This error seems to be the root of the problem. Were you hitting the server with a normal browser? I'm not certain why you'd have more than method, path and protocol on the request line that's coming in. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
