src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.63k stars 334 forks source link

Error parsing message with protobuf #303

Closed tkowalczyk closed 5 years ago

tkowalczyk commented 5 years ago

I am trying to run this tools in Docker on Windows and getting the below message. I could not find any similar issue here, thanks in advance

obraz

vmarkovtsev commented 5 years ago

Hi @tkowalczyk you can try writing the file on disk and inspecting it. If all is fine, cat it to labours. If the error persists, then docker on windows cannot do pipes, which does not surprise me. In that case, use labours -i /path/to/file/on/disk.

tkowalczyk commented 5 years ago

While trying with -i I am getting following error:

obraz

path is OK, I have created this directory, I have also disabled the firewall, I have no idea how to run it successfully, I really need this great tool

vmarkovtsev commented 5 years ago

As you see, it is a FileNotFoundError.

tkowalczyk commented 5 years ago

yeah you are right but which file? I have created directory c:\temp\tk_dtm I have also tested with file like below but I am always getting error.

obraz

vmarkovtsev commented 5 years ago

This is a trivial, 101 Docker usage problem. Sorry, but I don't have the resources for generic support at this time. Try reading what docker -v does.

vmarkovtsev commented 5 years ago

Please write here if there is still any issue with the project (not with your environment).