-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributionError raised When Google Ads Server Error Occurred #542
Comments
@holyachon How often are you receiving INTERNAL errors for this query? Is it intermittent or consistent? It looks like in your application |
@BenRKarl Hello. Thank you for your response. It seems to happen once or twice a day. I think adding a breakpoint is difficult because this error cannot be reproduced at my own will.
|
I think, this problem from this line, module |
It seems like helps explicit package setup |
I tried it and I think it works well. (because after install grpcio-status, I can reference Thank you for your help @androkon :) |
The Issue says grpcio-status is optional dependency in python-api-core. |
@holyachon thanks for working on this and sharing these details. I'm hesitant to make In the meantime I recommend the temporary workaround of manually installing |
Describe the bug:
Stacktrace
(sorry for formatting)
Steps to Reproduce:
it is not easy to reproduce because it needs server error to reproduce the bug.
And as a rule of thumb, not all server errors raise
AttributeError
. In some cases,ServerError
exception is normally raised.Expected behavior:
ServerError
exception raisedClient library version and API version:
Client library version: 14.1.0 (latest)
Google Ads API version: v9
Request/Response Logs:
Anything else we should know about your project / environment:
The text was updated successfully, but these errors were encountered: