GAE / Google API刷新访问令牌的DeadlineExceededErrors

在过去的几天里,我一直在遇到与Google Calendar API交互的GAE应用中的DeadlineExceededErrors。 据我所知,这些错误是零星的; 我昨天晚上没有得到这些错误,但昨天在白天和今天早上。 当我在本地开发环境中运行时,我没有收到这些错误,这让我想知道GAE服务器正在发生什么情况以导致此问题以及我如何解决此问题。

我尝试将我的urlFetch截止日期设置为45-60,但它没有任何区别。 我也尝试建立一个超时时间很长的HTTP对象,但没关系。 日志看起来像这样:

2013-06-07 11:21:06.079 make: Got type <class 'google.appengine.api.datastore_types.Blob'>
I 2013-06-07 11:21:06.081 validate: Got type <class 'oauth2client.client.OAuth2Credentials'>
I 2013-06-07 11:21:06.086 make: Got type <class 'google.appengine.api.datastore_types.Blob'>
I 2013-06-07 11:21:06.087 validate: Got type <class 'oauth2client.client.OAuth2Credentials'>
I 2013-06-07 11:21:06.093 make: Got type <class 'google.appengine.api.datastore_types.Blob'>
I 2013-06-07 11:21:06.093 validate: Got type <class 'oauth2client.client.OAuth2Credentials'>
I 2013-06-07 11:21:06.094 URL being requested: https://www.googleapis.com/discovery/v1/apis/calendar/v3/rest?userIp=99.19.70.243
I 2013-06-07 11:21:06.153 URL being requested: https://www.googleapis.com/calendar/v3/calendars/primary/events?alt=json
I 2013-06-07 11:21:06.201 Refreshing due to a 401
I 2013-06-07 11:21:06.207 make: Got type <class 'google.appengine.api.datastore_types.Blob'>
I 2013-06-07 11:21:06.208 validate: Got type <class 'oauth2client.client.OAuth2Credentials'>
I 2013-06-07 11:21:06.208 Refreshing access_token
E 2013-06-07 11:21:15.989 Deadline exceeded while waiting for HTTP response from URL: https://accounts.google.com/o/oauth2/token Traceback (most recent call last): File "/py

为什么现在的刷新过程令人窒息?

编辑:我应该补充一点,我的应用程序与Facebook API交互以及我没有收到DEE。


我认为这可能是由于这个问题?

2013年6月7日美国/太平洋时间下午5:15解决了Google App Engine身份验证终结点的Google App Engine网址提取服务问题。我们对给您带来的不便表示歉意,并感谢您的耐心配合和持续的支持。 请放心,系统可靠性是Google的首要任务,我们正在不断改进,以使我们的系统更好。

https://groups.google.com/forum/?fromgroups#!topic/google-appengine-downtime-notify/TqKVL9TNq2A

链接地址: http://www.djcxy.com/p/80047.html

上一篇: DeadlineExceededErrors with GAE/Google API refreshing access token

下一篇: error: perf.data file has no samples