-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
google.cloud.error_reporting AttributeError: 'Client' object has no attribute '_project' #3233
Comments
@DizzeePascall We just pushed Happy to re-open if this is still an issue for you. |
@dhermes I'm running |
Thanks for the heads up. Can you post the snippet you used that failed so we can confirm as well? (You |
@dhermes Good point, I've updated my comment above |
Confirming the issue:
|
Any ETA on a fix for this? My team's error reporting is broken on this. Should we just temporarily pin to .23.0? |
@asilversempirical Hopefully |
Excellent, thank you for being on top of this :) |
We missed yesterday afternoon, but it is coming out this morning. |
This issue should be fixed in 0.24.0. |
When running the examples from the documentation, I get the following error:
AttributeError: 'Client' object has no attribute '_project'
Disabling GRPC via the GOOGLE_CLOUD_DISABLE_GRPC environment variable fixes this.
I'm running on an Ubuntu 14.04 compute instance with python 3.5.3 and version 023.2 of the google-cloud-error-reporting project
The text was updated successfully, but these errors were encountered: