I've been trying to run the python samples, but I'm getting the
following error:

{{{
Traceback (most recent call last):
File "get_all_campaigns.py", line 41, in <module>
campaigns = campaign_service.Get(selector)[0]
File "../../../../adspygoogle/adwords/CampaignService.py", line 83, in
Get
'Campaign', self._loc, request)
File "../../../../adspygoogle/adwords/AdWordsWebService.py", line 253,
in CallMethod
self.__ManageSoap(buf, start_time, stop_time, error)
File "../../../../adspygoogle/adwords/AdWordsWebService.py", line 131,
in __ManageSoap
raise Error(e)
adspygoogle.common.Errors.Error
}}}

Not getting much information from the "Error" exception, I dug a bit
deeper and I seem to be getting an empty string returned by the soap
buffer.

The error is:
Unable to parse SOAP buffer for incoming messages. no element found:
line 1, column 0

A quick search suggests that this error may have come up for others,
but I haven't found an example of a fix

Versions:
Python 2.6
Python API: 12.1.0
All dependencies were the latest versions, downloaded as source
tarballs today.

Any help is appreciated,

Tim Wintle

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to