asana icon indicating copy to clipboard operation
asana copied to clipboard

Exceeded 30 redirects App Engine

Open Jonovono opened this issue 9 years ago • 0 comments

Hi. I am trynig to run this on app engine. It works fine when I run it locally on my compture, but once on app engine I am getting the following error:

raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects)

TooManyRedirects: Exceeded 30 redirects.

I just placed the source in the file root. Everything works up until actually making the call. I can initialize the elements and what not, just not make the final call.

Jonovono avatar Dec 03 '14 22:12 Jonovono