Is this in a loop? It appears there are two occurrences of that log line, and one of them has a completely empty message.
On Wed, Aug 11, 2010 at 4:44 PM, Jun8 <[email protected]> wrote: > > > libprotobuf ERROR google/protobuf/message_lite.cc:123] Can't parse > message of type "myevents.Event" because it is missing required > fields: task_id, module_name > Received event: <--- This appears to > be an empty message > > Received event: <--- This looks like > a second occurrence of the same print statement, with a valid message. > task_id: 1 > module_name: "face_detector" > [diva.events.status_event] { > type: MODULE_START > data { > key: "keyframe_width" > value: "360" > } > } > > I couldn't figure out the error message, the fields are clearly there. > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<protobuf%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
