Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread djidjadji
A HEAD request is like a GET or POST request. The request handler must have a def head(self) method. The responds should be the result of a GET request but without the body. I don't know how webapp or another framework handles it after the return of the head() function. http://code.google.com/appe

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread Tom Critchlow
Hi djidjadji, I'm pretty now to coding and python - could you please give me a pointer as to how I add HEAD information? Is this something I need to do within GAEsessions? Is this related to the missing middleware error or unrelated? Thanks Tom On Sun, Jan 16, 2011 at 8:44 AM, djidjadji wrote

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-16 Thread djidjadji
http://www.downforeveryoneorjustme.com/ does a HEAD request. If you don't implement that the site is reported as down also. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.c

Re: [google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-14 Thread Tom Critchlow
Hi Willo, I'm pretty sure this is more serious than an annoyance - although I can't replicate it on my machine I have reliable reports from people that say my site is down and I've tracked these visits back to ones that fire this middleware warning. So it appears to cause the website to not resolv

[google-appengine] Re: Configuration "webapp_add_wsgi_middleware" not recognized error

2011-01-14 Thread willo
I added an issue for this here: http://code.google.com/p/googleappengine/issues/detail?id=4236&q=webapp_add_wsgi_middleware&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log I don't know how to resolve it, it appeared at 1.4.0, but it seems to only be an

[google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-08 Thread Carson Baker
Same for me. My config is straight out of the appstats reference. On Dec 3, 4:24 pm, willo wrote: > I see the same > > WARNING lib_config.py:239 Configuration "webapp_add_wsgi_middleware" > not recognized > > Trying straight demo code for Appstats or gae-sessions (both have def > webapp_add_wsgi_

[google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-05 Thread willo
I also see Configuration "webapp_add_wsgi_middleware" not recognized i) in dev, a single error message upon starting dev_appserver.py, using SDK 1.4.0, but not 1.3.8 ii) in production, many error messages This occurs using the demo code for either appstats or gae-sessions, both of which call def we

[google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-05 Thread willo
I see the same WARNING lib_config.py:239 Configuration "webapp_add_wsgi_middleware" not recognized Trying straight demo code for Appstats or gae-sessions (both have def webapp_add_wsgi_middleware(app) in appengine_config.py) On Dec 3, 1:38 pm, MdeA wrote: > I followed the instructions from > h

Re: [google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-04 Thread Robert Kluin
Strange. Are you using run_wsgi_app to setup your app? Robert On Fri, Dec 3, 2010 at 13:38, MdeA wrote: > I followed the instructions from here > http://googleappengine.blogspot.com/2010/03/easy-performance-profiling-with.html > So, I created the file appengine_config.py to contain this:

[google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-03 Thread MdeA
I followed the instructions from here http://googleappengine.blogspot.com/2010/03/easy-performance-profiling-with.html So, I created the file appengine_config.py to contain this: def webapp_add_wsgi_middleware(app): from google.appengine.ext.appstats import recording app = recording.appstats

Re: [google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-03 Thread Robert Kluin
I am guessing it might be something to do with your Appstats configuration. Care to share any details about how you've got appstats setup? Also, just for reference: http://code.google.com/appengine/docs/python/tools/appstats.html Robert On Fri, Dec 3, 2010 at 12:53, MdeA wrote: > I s

[google-appengine] Re: ??? Configuration "webapp_add_wsgi_middleware" not recognized ???

2010-12-03 Thread MdeA
I shouldn't say for "most", but for "many" of my user requests. Does anybody know? On Dec 3, 10:48 am, MdeA wrote: > Does anybody knows what the message 'Configuration > "webapp_add_wsgi_middleware" not recognized' means. > Started showing a couples of days ago in the logs for most of my user > r