-
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
AttributeError: 'ProtobufEntry' object has no attribute 'text_payload' #1807
Comments
Actually if I remove the #1806 validation I reliably reproduce this. |
I am now realizing that this is in my own code, however that was copied from the docs so maybe just a docs error. |
@dhermes Still need to clean up the docs. Is the idea that now you will just reference |
@waprin, can you show the example which is triggering the traceback?
Yes, each entry type (
Thanks, that would be great. |
http://googlecloudplatform.github.io/gcloud-python/stable/logging-usage.html .
There are some other changes as well, I am writing the samples for python-docs-samples then I'll swing by and update it all. |
Thanks! |
Still planning on fixing these docs, just waiting for your next release so I have all the working samples then I'll update the docs here. |
I can cut a release tomorrow. @tseaver Any reason not to? |
@dhermes nope. |
OK starting process now. I'll cc you on the release PR @waprin |
Docs fixed in #1848 |
Reproducing this is blocked by #1806, but I wanted to make sure it gets recorded this popped up. Still on
client.list_entries
:The text was updated successfully, but these errors were encountered: