[protobuf] Re: Difficulty in using google.protobuf.Timestamp in pyscript

2020-07-27 Thread dzintars...@gmail.com
I am not completely sure, but i have this note written: In order to compile protobufs, `/usr/local/include` should be populated with [protocolbuffers/protobuf]( https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip ). Copy `include/google/protobuf`

Re: [protobuf] Re: [protobuf-net] Unknow wire-type 7 when serializing List data structure

2020-07-27 Thread Marc Gravell
Hi; it is pretty hard to comment without code. Do you have a minimal repro that shows what you're seeing? The fact that you mention Encoding suggests that you're treating protobuf data as though it were text, which is never a good idea. Also, since this is library specific, you may wish to

Re: [protobuf] Re: [protobuf-net] Unknow wire-type 7 when serializing List data structure

2020-07-27 Thread nirav patel
Hello Marc, Thanks for providing protobuf-net to community. I am facing same error message with Protobuf-net version 3.0.29. Error message is "Invalid wire-type (Varint); this usually means you have over-written a file without truncating or setting the length" I thought main reason is