Open billmetangmo opened 6 years ago
Did every "pending tasks" message take a few seconds to appear? Looks like it cannot connect to Babelfish. The exception is the ends means nothing was extracted. Does this command work?
docker run -it --rm --entrypoint bash srcd/vecino
python3 -m bblfsh -f /usr/local/lib/python3.5/dist-packages/vecino/__main__.py
No , the command doesn't work and I got the same error with addition of this line:
Failed to connect to the Docker daemon and ensure that the Babelfish server is running. Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
The connection with babelfish server is done through the network or a unix socket ? Because, i tought i will get an Connection aborted from NIC .
Expected behavior
I expect that ouput of vecino docker similarities finding of Levis0045/MetaLex would be :
Actual behavior
It seems to work fine at the beginning :
Then start to fail:
Steps to reproduce the behavior