Has no one faced this problem and solved it? Should I directly contact the appengine team about this? What's the best way for me to do so?
On May 7, 5:20 am, "roberto.cr" <[email protected]> wrote: > Hey Robert, thanks for your reply!! :) > > I'm not using any namespaces. > Options 1 and 2 doesn't work, as described. > Option 3 doesn't work either (*) > Which makes me think Option 4 won't either > > I've tried searching on this group for other problems like this, but > with no solution. > > This feels beyond my reach. > Does anyone know the real cause of this problem? > > (*) is there a nicer admin tool for the datastore? like the ones mysql > has? I miss a lot of things... > > On May 7, 1:01 am, Robert Kluin <[email protected]> wrote: > > > > > > > > > Hey Roberto, > > Are you using namespaces? > > > You have to delete all of the entities. Some ways you could do this > > 1) using the datastore admin, 2) using the datastore viewer (if there > > is little data), 3) by writing a script to do it, 4) using the remote > > api. It sounds like options 1 and 2 won't work for you, since you > > can't seem to get kind lists. > > > Robert > > > On Fri, May 6, 2011 at 14:06, roberto.cr <[email protected]> wrote: > > > yes, it's been days actually > > > > is there a way to completely flush the datastore? > > > I'm pretty sure my code is correct, this really seems beyond my > > > reach... > > > > On May 6, 12:12 pm, Robert Kluin <[email protected]> wrote: > > >> Hey Roberto, > > >> Have you wrote any data to the datastore? Also, sometimes there is > > >> a little delay before changes are reflected in the kinds lists. > > > >> Robert > > > >> On Fri, May 6, 2011 at 01:40, roberto.cr <[email protected]> wrote: > > >> > I've deployed the last version of my app (only small changes in > > >> > datastore models), which is perfect locally, but has caused weird > > >> > problems (both on the dashboard and the app itself): > > > >> > App problem: it cannot read/write using the datastore api (I'm using > > >> > python, but it doesn't matter here I guess) > > >> > Datastore Viewer problem: "Oops! We couldn't retrieve your list of > > >> > Kinds. Please try again later." > > >> > Datastore Admin problem: displays a blank page on the right (only the > > >> > regular menu on the left and top) > > > >> > I really believe something beyond my reach has happened, that's why > > >> > I'm asking here > > >> > the app id is qperto > > > >> > Thanks! > > > >> > -- > > >> > You received this message because you are subscribed to the Google > > >> > Groups "Google App Engine" 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 > > >> > athttp://groups.google.com/group/google-appengine?hl=en. > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google App Engine" 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 > > > athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
