...
...
ERROR:suds.client:<suds.sax.document.Document object at 0x7f1c93737ac8>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/suds/transport/http.py", line 82, in send
fp = self.u2open(u2request)
File "/usr/local/lib/python3.5/dist-packages/suds/transport/http.py", line 132, in u2open
return url.open(u2request, timeout=tm)
File "/usr/lib/python3.5/urllib/request.py", line 472, in open
response = meth(req, response)
File "/usr/lib/python3.5/urllib/request.py", line 582, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python3.5/urllib/request.py", line 510, in error
return self._call_chain(*args)
File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/suds/client.py", line 613, in send
reply = self.options.transport.send(request)
File "/usr/local/lib/python3.5/dist-packages/suds/transport/http.py", line 94, in send
raise TransportError(e.msg, e.code, e.fp)
suds.transport.TransportError: Internal Server Error
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "remove_keywords.py", line 35, in <module>
main(_adwords.adwords_client, AD_GROUP_ID, CRITERION_ID)
File "remove_keywords.py", line 25, in main
result = ad_group_criterion_service.mutate(operations)
File "/usr/local/lib/python3.5/dist-packages/googleads/common.py", line 617, in MakeSoapRequest
for arg in args])
File "/usr/local/lib/python3.5/dist-packages/suds/client.py", line 521, in __call__
return client.invoke(args, kwargs)
File "/usr/local/lib/python3.5/dist-packages/suds/client.py", line 581, in invoke
result = self.send(soapenv)
File "/usr/local/lib/python3.5/dist-packages/suds/client.py", line 619, in send
description=tostr(e), original_soapenv=original_soapenv)
File "/usr/local/lib/python3.5/dist-packages/suds/client.py", line 670, in process_reply
raise WebFault(fault, replyroot)