Python
v201809
I've received a not that informative error message. I'd like to localize the problem deeper.I suppose that a request was made. But I can't find what function or class method executes request to the API (to put a breakpoint there). Or request and response can be logged or something. Anyway, I'd like to have a look at them.
Could you help me find out what request and response were made to Google Adwords API?
Hi Michael,
Thank you for reaching out. Could you please elaborate more on the error details for me to take a look into this further? Also, it is not possible for us to share the complete request and response logs made on your end, however, you could see the change history in your Google Ads account for the calls made to your account.
Regards,
Nikisha Patel, Google Ads API Team
Also, it is not possible for us to share the complete request and response logs made on your end, however, you could see the change history in your Google Ads account for the calls made to your account.
try: response = retry_session().post(url=url, data=data_bytes, headers=headers) except Exception as x:
...
Hello Michael,
I tried looking into the other thread for the error details observed on your end to get more idea on your concern, however, I found out that my colleague has already addressed your concern and mentioned that the issue is related to the Pycharm. For digging more into this error details, as suggested on the other thread, I would recommend reaching out to the Pycharm support team as they will be able to assist you better since this is outside our expertise. Let us know if you have any additional API related concerns.
Regards,
Nikisha Patel, Google Ads API Team