benhodgson / protobuf-to-dict

A small Python library for creating dicts from protocol buffers. Useful as an intermediate step before serialization (e.g. to JSON).
Other
226 stars 108 forks source link

TypeError: Field Image.dimension has unrecognised type id 10 #16

Open wdormann opened 7 years ago

wdormann commented 7 years ago

I'm consuming some protobuf data, and protobuf-to-dict in some cases reports the following error: TypeError: Field Image.dimension has unrecognised type id 10

Attached is an example pretty-printed document that triggers the error, as well as a patch.

com.rosaryconvent.play.txt

patch.diff.txt