Hello,

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
Request Headers:
  COOKIE: tg-visit=7c6146dfe696d0051b7bf02d49c1995c0a13a139
  Content-Length:
  CONNECTION: close
  HOST: localhost:4001
  COOKIE2: $Version="1"
  ACCEPT: text/html; */*
  Remote-Addr: 127.0.0.1
  Content-Type:
  Remote-Host: 127.0.0.1
04/Apr/2006:13:49:16  INFO Traceback (most recent call last):
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\_cpwsgi.py", 
line 75, in wsgiApp
    environ['wsgi.input'])
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\_cphttptools.py",
 line 75, in run
    if self.method == "HEAD":
AttributeError: 'Request' object has no attribute 'method'

04/Apr/2006:13:49:16  INFO Traceback (most recent call last):
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\filters\__init__.py",
 line 145, in applyFilters
    method()
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\filters\sessionfilter.py",
 line 202, in on_end_request
    sess = cherrypy.request._session
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\__init__.py", 
line 43, in __getattr__
    return getattr(childobject, name)
AttributeError: 'Request' object has no attribute '_session'

04/Apr/2006:13:49:16  INFO Traceback (most recent call last):
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\filters\__init__.py",
 line 145, in applyFilters
    method()
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\filters\cachefilter.py",
 line 146, in on_end_request
    if not cherrypy.request.cacheable:
  File 
"c:\python24\lib\site-packages\cherrypy-2.2.0-py2.4.egg\cherrypy\__init__.py", 
line 43, in __getattr__
    return getattr(childobject, name)
AttributeError: 'Request' object has no attribute 'cacheable'


I suppose this has something to do with configuration (WSGI, session, caching)?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to