We're trying to push call conversions to our Adwords account and when I execute the python script, I get this error after which the script terminates.
No handlers could be found for logger "suds.client"
Traceback (most recent call last):
File "SF_Adwords_API.py", line 158, in <module>
main(adwords_client)
File "SF_Adwords_API.py", line 141, in main
occ_response = occ_feed_service.mutate(occ_operations)
File "build\bdist.win32\egg\googleads\common.py", line 696, in MakeSoapRequest
suds.WebFault: Server raised fault: '[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]'
I've been getting the error all day,and I was wondering if this is an actual internal issue or if there's something wrong with my actual script. Any help on this is greatly appreciated, thank you!