[google-appengine] Have to verify AGAIN

2009-07-24 Thread j...@q42.nl
Hi, I have to verify my google app account again, even though I all ready registered. I also created some applications all ready! Since I've used my mobile number allready in the first verification, app engine complains about it being used all ready... Can someone from google please activate my a

[google-appengine] Consuming OAuth requests in app engine

2009-07-24 Thread j...@q42.nl
Hi all, I'm creating an opensocial widget on hyves.nl (a dutch social networking site). I'm calling a makeRequest with RequestParamters.AUTHORIZATION set to SIGNED. The GET call is enriched with several query string parameters like: * opensocial_owner_id * opensocial_viewer_id * opensocial_app_id

[google-appengine] KeyError When Psyco is installed

2009-08-28 Thread j...@q42.nl
I was wondering whether the App Engine team is aware of this issue: http://code.google.com/p/googleappengine/issues/detail?id=995 I'm not sure if this is a bug in psyco or app engine... --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[google-appengine] static files not served with 304 but with 200 always

2009-09-03 Thread j...@q42.nl
I've got a bunch of static javascript files that are served with status code 200 every time I refresh a page. app.yaml: handlers: - url: /js static_dir: js I've tried to set a global: default_expiration: 1h but that doesn't work I couldn't find any discussion about expire or status code 304 i

[google-appengine] Anyone using fiddler?

2009-09-03 Thread j...@q42.nl
I wanted to use fiddler on my local app engine development server. But I get an error from fiddler: [Fiddler] Connection to localhost failed. Exception Text: No connection could be made because the target machine actively refused it ::1:8080 (I'm working on vista, thats why the ipv6 address is sh

[google-appengine] Slow response static javascript files on development server

2009-09-04 Thread j...@q42.nl
I have about 10 javascript/css files which are included in my html pages, but it takes 1+ second to load each file on the development server. This is highly anoying. Why isn't my static_dir handler using Last-Modified/If-Modified-Since? - url: /js static_dir: js - url: /css static_dir: css I'

[google-appengine] Different behavior static_dir dev vs live

2009-09-22 Thread j...@q42.nl
I've found a difference in the behavior of static_dir directives in app.yaml. My app.yaml: handlers: - url: /js/y.js script: js_templ.py - url: /js static_dir: js All goes well in dev server, because the devserver uses the js directory. On the live server all statics are handled differently