question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'ProtobufEntry' object has no attribute 'text_payload'

See original GitHub issue

Reproducing 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:closed
  • Created 7 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
waprincommented, Jun 3, 2016

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.

0reactions
tseavercommented, Jun 15, 2016

Docs fixed in #1848

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found