[protobuf] Re: Unable to get through error: Protocol message contained an invalid tag (zero).

2016-02-24 Thread Hana Agustin
Unable to get thhrocol error: protocol messages -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post to this

[protobuf] Re: Unable to get through error: Protocol message contained an invalid tag (zero).

2016-02-09 Thread Josh Haberman
Hi Vishal, The message basically means that the protobuf is corrupted (or isn't a protobuf at all). The message is giving you more detail on the specific kind of data corruption. Protocol buffers don't allow tag number 0 -- you can't define a field like "int32 a = 0". But the binary protobuf