[google-appengine] NeedIndexError: no matching index found.

2009-09-29 Thread dplouffe
I'm getting this error while trying to run my script, yet I have specified the index in the yaml file and the dashboard states that the index is being served. Any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[google-appengine] NeedIndexError: no matching index found

2008-12-02 Thread lookon
my code is query = db.Query(Image) query = Image.all() query.filter("owner =",user) query.order('-date') images = query.fetch(limit=20) but the server tells me that: NeedIndexError: no matching index found. This query needs this index: - kind:

[google-appengine] NeedIndexError: no matching index found - while index.yaml has the necessary data!

2010-01-02 Thread dhruvg
i am getting a NeedIndexError while my index.yaml file is showing data as expected... what else could be causing this? NeedIndexError: no matching index found. This query needs this index: - kind: Dataset properties: - name: is_hidden - name: owner my index.yaml file right before the update

[google-appengine] NeedIndexError: no matching index found - but index.yaml has the necessary definitions

2011-01-11 Thread Gaba
hi there i still get this error. in the admin view everything is build and the index.yaml has the necessary definitions. can u help me along? application identifier: lightning-app cheers -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

Re: [google-appengine] NeedIndexError: no matching index found - while index.yaml has the necessary data!

2010-01-02 Thread Andrew Chilton
2010/1/2 dhruvg : > i am getting a NeedIndexError while my index.yaml file is showing data > as expected... what else could be causing this? Your index might still be being built. Check your admin area (the "Datastore Indexes" on the left hand side). If it still says 'Building' then it will seem l

Re: [google-appengine] NeedIndexError: no matching index found - but index.yaml has the necessary definitions

2011-01-12 Thread Robert Kluin
The index sate should be serving. If you're still having this issue, what index does the error say you need and what does your index.yaml have in it? Robert On Mon, Jan 10, 2011 at 14:27, Gaba wrote: > hi there > > i still get this error. in the admin view everything is build and the >