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

Problem with the cherrypy echo example #70

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments
Open

Problem with the cherrypy echo example #70

GoogleCodeExporter opened this issue Mar 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Hello, I'm a novice user and when I try to run the echo sample I get an error 
from the cherrypy server. Have I missed something simple? The hello_world and 
addressbook examples are working fine.

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 1246, in communicate
    req.respond()
  File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 758, in respond
    self.server.gateway(self).respond()
  File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/wsgiserver/__init__.py", line 1949, in respond
    response = self.req.server.wsgi_app(self.env, self.start_response)
  File "/Library/Python/2.6/site-packages/CherryPy-3.2.0rc1-py2.6.egg/cherrypy/_cptree.py", line 277, in __call__
    return app(environ, start_response)
TypeError: __call__() takes exactly 1 argument (3 given)

Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 10:55

@GoogleCodeExporter
Copy link
Author

This could be a version issue, as the example is tested against CherryPy 3.1. 

Original comment by [email protected] on 12 Nov 2010 at 1:33

@GoogleCodeExporter
Copy link
Author

Ok, thanks. I'll try to look into what has changed since CherryPy 3.1. Feel 
free to close this issue.

Original comment by [email protected] on 12 Nov 2010 at 9:57

@GoogleCodeExporter
Copy link
Author

Well, it still needs to be fixed, since it looks like 3.2 is close to release. 

Original comment by [email protected] on 12 Nov 2010 at 3:49

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

No branches or pull requests

1 participant