AttributeError: 'ProtobufEntry' object has no attribute 'text_payload'
See original GitHub issueReproducing this is blocked by #1806, but I wanted to make sure it gets recorded this popped up. Still on client.list_entries:
File "list_logs.py", line 45, in list_logs
format((timestamp, entry.text_payload, entry.struct_payload)))
AttributeError: 'ProtobufEntry' object has no attribute 'text_payload'
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
module 'google.protobuf.descriptor' has no attribute ...
The protoc version I got through pip show protobuf and protoc --version were different. The version in pip was a bit outdated.
Read more >google-cloud Documentation - Read the Docs
This file must contain a JSON object with a private key and other credentials information (downloaded from the Google APIs console).
Read more >module 'google.protobuf.descriptor' has no attribute ... - YouTube
PYTHON : How to solve " AttributeError : module 'google.protobuf.descriptor' has no attribute '_internal_create_key"?
Read more >Class ProtobufEntry (3.3.1) | Python client library | Google Cloud
Log entry with protobuf message payload. Parameters. Name, Description. log_name, str. The name of the logger ...
Read more >AttributeError: 'Config' object has no attribute 'logger'
I think there is a bug while using Config/Filter in CRUD read/read_config . I have a script(test_6.py) as belows: #!/usr/bin/env python from ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
Docs fixed in #1848