msaniscalchi

Results 9 comments of msaniscalchi

Hello Louis, Thanks for the report! I've attempted to reproduce your issue with the code you provided in both Python 2.7.13 and Python 3.5.3. Thus far, I have not been...

Hey Louis, Happy to hear you were able to sort that out! :-) > Can the client.credentials.token (access token) be cached? Or is a new access token generated when creating...

Hello, Thanks for the report! While that should not be happening, the warning output you're seeing is pretty harmless--it indicates that a handler is not configured for the `googleads.common` logger....

Hello, Thanks for the report! Looks like some updates may be in order. So first off, the `GetAPIScope` function is a helper intended to get the appropriate scope for APIs...

It seems to be raised in the **google-auth** library. At least based on a similar report in [their issue tracker](https://github.com/googleapis/google-auth-library-python/issues/335), a high volume of requests produced the error for their...

Hello, Thanks for reporting! I'll need more details about the environment you're using this library on--such as the OS, Python version, etc in order to determine a cause. It's certainly...

Troubleshooting another one of your reports, I see you're using App Engine and I just so happened to see this reproduced in the App Engine logs. I'll need to investigate...

This is quite old and refers to the now-sunset AdWordsClient, but I'll check if it's still relevant to AdManagerClient.

I attempted to reproduce with an identical query, but the operation completes successfully. It's possible that something you're receiving is triggering this error, or there is some sort of environment/implementation...