Are there any current problems with the API Sandbox? All of our requests are bouncing with an error of "An internal error has occurred. Please retry your request.". This is happening for a variety of method calls, including getClientAccounts, or getActiveAdWordsCampaigns. I've attached a log of a failing SOAP request/response below.
Any help would be much appreciated. Thanks, Gerard *** Outgoing HTTP headers ********************************************** POST /api/adwords/v13/AccountService HTTP/1.0 Host: sandbox.google.com User-agent: SOAPpy 0.12.0 (http://pywebsvcs.sf.net) Content-type: text/xml; charset="UTF-8" Content-length: 954 SOAPAction: "getClientAccounts" ************************************************************************ *** Outgoing SOAP ****************************************************** <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" > <SOAP-ENV:Header> <developerToken xsi:type="xsd:string" SOAP-ENC:root="1">[email protected] ++USD</developerToken> <email xsi:type="xsd:string" SOAP-ENC:root="1">[email protected]</email> <password xsi:type="xsd:string" SOAP-ENC:root="1">xxxxxx</password> <applicationToken xsi:type="xsd:string" SOAP- ENC:root="1">1234567890123456789012</applicationToken> <useragent xsi:type="xsd:string" SOAP-ENC:root="1">AdWords API Python Client Library v0.5.0: TestSuite</useragent> </SOAP-ENV:Header> <SOAP-ENV:Body> <getClientAccounts SOAP-ENC:root="1"> </getClientAccounts> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ************************************************************************ *** Incoming HTTP headers ********************************************** HTTP/1.? 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Date: Wed, 29 Apr 2009 14:26:14 GMT Expires: Wed, 29 Apr 2009 14:26:14 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff Content-Length: 646 Server: GFE/2.0 ************************************************************************ *** Incoming SOAP ****************************************************** <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.generalException</faultcode> <faultstring>An internal error has occurred. Please retry your request.</faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13"> <ns1:code>0</ns1:code> <ns1:message>An internal error has occurred. Please retry your request.</ns1:message> </ns1:fault> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> ************************************************************************ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
