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($response, true);
      7.   }
   
So there is an issue on the *OAuth2 identification server.* Do you confirm 
that?

Regards

josé

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e8380b1-e922-4d90-b4b2-3d6204bf06c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Error internal_... dearaujoj

Reply via email to