Hi Maarten, This is a result of an update to how cursors work in 1.5.0. You should not see it in production. However, (for various unfortunate reasons) this new format is not compatible with old versions of remote API. To fix this problem please use the 1.5.0 SDKs. We try to never release something that is not backwards compatible in any way, though we new this was a possibility with cursors (which is why I made sure the doc explicitly point it out: "Cursors also depend on implementation details that may change with a new App Engine release that invalidates them.") If it is any consolation the new cursor format is significantly smaller and much more robust to future changes (and support some really cool features that will come out soon ;-)).
Thanks, Alfred P.S. If you have seen it recently in production please let me know. On Mon, May 9, 2011 at 5:03 AM, Maarten <[email protected]> wrote: > As of may the 6th we're also experiencing the same bug(?). We also > didn't deploy any new code recently. We use the remote_api in > combination with the query cursor to retrieve data from our app > locally to perform some stats on it. Our app-id is kalydo-partner-igg > > Any idea what this is? > > On May 2, 11:54 pm, Alfred Fuller <[email protected]> > wrote: > > It will be the same for your app, but different for other apps. Should be > > fixed in the order of minutes. > > > > > > > > > > > > > > > > On Mon, May 2, 2011 at 2:21 PM, dloomer <[email protected]> wrote: > > > Are you getting the same exact (invalid) query.cursor() value I get? > i.e. > > > E-ABABQ= > > > > > -- > > > 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. > > -- > 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. > > -- 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.
