I'm constantly getting this error. It is reproducible every time I try to login to our app to grant access.
app-id: floreysofteditey http://www.editey.com Uncaught exception from servlet java.net.SocketTimeoutException: Timeout while fetching URL: https://accounts.google.com/o/oauth2/token at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:142) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:43) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.fetchResponse(URLFetchServiceStreamHandler.java:417) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getInputStream(URLFetchServiceStreamHandler.java:296) at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getResponseCode(URLFetchServiceStreamHandler.java:149) at com.google.api.client.http.javanet.NetHttpResponse.<init>(NetHttpResponse.java:37) at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:94) at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:960) at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:328) at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:186) Am Dienstag, 11. Juni 2013 15:30:46 UTC+2 schrieb [email protected]: > > Yes, getting the same URL Fetch errors too: > > Deadline exceeded while waiting for HTTP response from URL: > https://www.google.com/accounts/o8/.well-known/host-meta?hd=<https://www.google.com/accounts/o8/.well-known/host-meta?hd=sensecommerce.nl> > xxxxxxx > > I'm concerned that App Engine Downtime Notify group believes the problems > has been resolved, because issues still seem to be lingering: > > > https://groups.google.com/d/msg/google-appengine-downtime-notify/2X9bpvuTby0/o1qa9-8uGA8J > > > > On Tuesday, June 11, 2013 8:21:14 AM UTC-5, Roberto wrote: >> >> Same here, it seems to be the same URL Fetch service timeout to Google >> Accounts authentication endpoints that was affectig apps on June, 7. >> >> Roberto >> >> On Monday, June 10, 2013 11:14:17 AM UTC+2, vivpuri wrote: >>> >>> Our app is getting "Deadline exceeded while waiting for HTTP response >>> from URL" while making urlfetch calls. Please look into it asap. >> >> -- 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.
