We had a very similar issue: refresh token -> memcache -> refresh token. It was because we initialised the testbed beforehand.
On 10 March 2016 at 18:32, Danny Tran <[email protected]> wrote: > I'm attempting to make my appengine application running locally use a > remote datastore. > > In appengine_config.py I'm adding the following lines. > > from google.appengine.ext.remote_api import remote_api_stub > remote_api_stub.ConfigureRemoteApiForOAuth('MyApp.appspot.com','/_ah/remote_api') > # name removed > > Per the instructions here: > https://cloud.google.com/appengine/docs/python/tools/remoteapi > > However, when I try to send a basic HTTP request to my local app, it > results in an infinite recursion loop between a url fetcher and a logger. > > Am I missing something? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/dc594b12-1da8-4513-9e11-0dc66e59917a%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/dc594b12-1da8-4513-9e11-0dc66e59917a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- George-Cristian Bîrzan -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CA%2B3w0iUB%3DP8cr_w8EoHB588Ls_14fNMSNc7xP0tFeBYWvZM%3D_w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
