src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.06k stars 146 forks source link

proto: can't skip unknown wire type 7 #373

Open martea opened 3 years ago

martea commented 3 years ago

trying to use hercules combine in windows, to combine hercules results from the --burndown but ending up with same error.

image

znerd commented 2 years ago

@martea : It could be helpful if you provide a reproducible case that others could also execute.

helllamer commented 5 months ago

This occurs because of using hercules -m burndown-proxy ... > file.pb without --pb flag on previous steps.

Without --pb flag, hercules generates text representation, that cannot be parsed by hercules combine file1 file2 ... -- combile will fail with such parse error.