Hi, I am accessing users' YouTube accounts using OAuth2Decorator in Python. Access worked fine until yesterday, but today I'm getting this:
HTTPException: Deadline exceeded while waiting for HTTP response from URL: https://accounts.google.com/o/oauth2/token The Python traceback shows the exception coming from the decorator, before my application's get() handler starts executing. The application id is clickercon-testi. -- Pertti -- 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 http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
