Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-27 Thread Google Ads API Forum Advisor
Hi Dihan, We're glad to know that your issue was resolved. Regarding the better solution that you mentioned, and since this is more of a Python client library setup matter, we recommend that you reach out as well to the client library owners via this link, as they are the more appropriate team

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-26 Thread Dihan Cheng
with many hours of trial and error, I have to downgrade grpcio==1.20 to make it work. hope there is a better solution! On Monday, July 26, 2021 at 12:04:40 PM UTC-4 Dihan Cheng wrote: > Hello Lakshmi, > > Thanks for finding the link and it's helpful, but the solution given in > the link is

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-26 Thread Dihan Cheng
Hello Lakshmi, Thanks for finding the link and it's helpful, but the solution given in the link is using grpcio==1.33.2, however in my case I'm not able to use 1.33.2 because it will cause other issues which I don't find a solution also. So I'm wondering based on my current lib setttings if

RE: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-26 Thread Google Ads API Forum Advisor
Hi Dihan, I found a link related to your error: https://github.com/googleads/google-ads-python/issues/303 If this doesn't help to resolve the issue, then please send the following details using 'Reply privately to author' option: account id user email address Ads API request and a complete err

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-23 Thread Dihan Cheng
AWS glue. It works well locally though. > > AttributeError: '_SingleThreadedRendezvous' object has no attribute > 'add_done_callback' > > It's just a simple campaign query with basic resource fields

AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-23 Thread Dihan Cheng
Hello support, I get the following error when submitting a campaign report pull query from AWS glue. It works well locally though. AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback' It's just a simple campaign query with basic

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-05-23 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for raising your concern. To take a closer look at the issue, could you provide the complete request and response logs with request ID generated on your end where we can see the issue? You can provide the requested details via Reply privately to author option. Regards, Ernie Joh

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-05-20 Thread murph sun
Hi, wheathe you have resloved the problem , I got the same issue when I update googleadsApi v7, I can suceess at local, but deloied to prod occured the problem 在2020年9月9日星期三 UTC+8 下午10:15:56 写道: > Hi Daniel, > > I took a further look at your logs and it looks like this may be an issue > regar

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Daniel, I took a further look at your logs and it looks like this may be an issue regarding the client library and your set up. Could I ask you to post your concern here so that our dedicated Python Client Library Support Team can assist you with this issue? Let me know if you have further q

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-08 Thread 'Daniel Lucash' via AdWords API and Google Ads API Forum
I have replied privately as requested. I don't see it in my thread but wanted to make sure it went through. Thank you. On Friday, September 4, 2020 at 12:26:24 PM UTC-4 adsapiforumadvisor wrote: > Hi Daniel, > > Thank you for reaching out to us. I see that you're encountering an > AttributeErr

RE: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-04 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for reaching out to us. I see that you're encountering an AttributeError. Could you provide us with your request and response log for where this error occurs so that I may further investigate? For privacy, please reply using "Reply privately to author". Thank you, Bryan L

AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-03 Thread 'Daniel Lucash' via AdWords API and Google Ads API Forum
I'm receiving the following error when trying to stream data from the google ads API. AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback' I'm receiving this error during the ga_service.search_stream(account,query) function o