Error internal_failure OAuth2Exception

272 views
Skip to first unread message

dearaujoj

unread,
Apr 19, 2016, 10:01:25 AM4/19/16
to AdWords API Forum
Hi,

we are having a lot of errors coming from API calls with message 

 {
    "error" : "internal_failure"
  }


then I have tracked it to 500 | Internal Server Error | OAuth2Exception in this piece of code:

GoogleAdWords/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php line 119
    1.       throw new OAuth2Exception($error$httpCode);
    2.     }
    3.     if ($httpCode != 200) {
    4.       throw new OAuth2Exception($response$httpCode);
    5.     }
    6.     return json_decode($responsetrue);
    7.   }
So there is an issue on the OAuth2 identification server. Do you confirm that?

Regards

josé

Konstantin Tarassow

unread,
Apr 19, 2016, 10:16:57 AM4/19/16
to AdWords API Forum
We also started to see it on our requests a couple of minutes ago!

Konstantin Tarassow

unread,
Apr 19, 2016, 10:21:25 AM4/19/16
to AdWords API Forum
Seems to work again.

dearaujoj

unread,
Apr 19, 2016, 10:59:01 AM4/19/16
to AdWords API Forum
Thanks Konstantin,

yes I confirm, it's working again

Annoying that there is no status site for API services...

Regards
José

Anash P. Oommen (AdWords API Team)

unread,
Apr 19, 2016, 11:03:39 AM4/19/16
to AdWords API Forum
Hi,

This was an outage related to Google Cloud services. For future reference, any OAuth2 outage should show up on https://status.cloud.google.com/. For instance, today's outage is listed here.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

dearaujoj

unread,
Apr 19, 2016, 11:17:52 AM4/19/16
to AdWords API Forum
Hi Anash,

thanks for the link, still this is not straight forward.

Regards
josé
Reply all
Reply to author
Forward
0 new messages