Same with me since 22nd. Same Problem with v200909 and v201003.
The day before it worked fine.
I use the Python-API, Sandbox.
AdgroupService works fine, AdGroupAdService gets the Error
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]
Request-Log:
[2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
v11.1.0] host=
adwords-sandbox.google.com service=AdGroupAdService
method=get operator=None responseTime=352 operations=1 units=1
requestId=c2630076faaa949881dbe13b135c48ef isFault=True
SOAP-Log:
[2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
v11.1.0] StartTime: 2010-07-26 08:30:29
*** Outgoing HTTP headers
**********************************************
User-Agent: ZSI 2.0.0 (
http://pywebsvcs.sf.net);
xml.etree.cElementTree v1.0.6
************************************************************************
*** Outgoing SOAP
******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="
http://schemas.xmlsoap.org/soap/envelope/">
<ns0:Header>
<ns1:RequestHeader xmlns:ns1="
https://adwords.google.com/api/adwords/
cm/v200909">
<ns1:authToken>xxxxxx</ns1:authToken>
<ns1:userAgent>AWAPI PyLib v11.1.0: GoogleTest</ns1:userAgent>
<ns1:developerToken>
ru...@gmail.com++EUR</ns1:developerToken>
<ns1:clientEmail>
client_1+ru...@gmail.com</ns1:clientEmail>
<ns1:validateOnly>false</ns1:validateOnly>
</ns1:RequestHeader>
</ns0:Header>
<ns0:Body>
<ns1:adGroupIds>3000359884</ns1:adGroupIds>
</ns1:selector>
</ns1:get>
</ns0:Body>
</ns0:Envelope>
************************************************************************
*** Incoming HTTP headers
**********************************************
500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Mon, 26 Jul 2010 06:30:15 GMT
Expires: Mon, 26 Jul 2010 06:30:15 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked
************************************************************************
*** Incoming SOAP
******************************************************
<?xml version='1.0' encoding='UTF-8'?>
<ns0:Envelope xmlns:ns0="
http://schemas.xmlsoap.org/soap/envelope/">
<ns0:Header>
<ns1:ResponseHeader xmlns:ns1="
https://adwords.google.com/api/
adwords/cm/v200909">
<ns1:requestId>c2630076faaa949881dbe13b135c48ef</ns1:requestId>
<ns1:operations>1</ns1:operations>
<ns1:responseTime>352</ns1:responseTime>
<ns1:units>1</ns1:units>
</ns1:ResponseHeader>
</ns0:Header>
<ns0:Body>
<ns0:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]</
faultstring>
<detail>
<ns1:ApiExceptionFault xmlns:ns1="
https://adwords.google.com/api/
adwords/cm/v200909">
<ns1:message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]</
ns1:message>
<ns1:ApplicationException.Type>ApiException</
ns1:ApplicationException.Type>
<ns1:errors ns2:type="InternalApiError" xmlns:ns2="http://
www.w3.org/2001/XMLSchema-instance">
<ns1:fieldPath />
<ns1:trigger />
<ns1:ApiError.Type>InternalApiError</ns1:ApiError.Type>
<ns1:reason>UNEXPECTED_INTERNAL_API_ERROR</ns1:reason>
</ns1:errors>
</ns1:ApiExceptionFault>
</detail>
</ns0:Fault>
</ns0:Body>
</ns0:Envelope>
************************************************************************
EndTime: 2010-07-26 08:30:30
Thanks, Helmut