Closed guilherme-funchal closed 4 years ago
I've never seen that error before, does it happen consistently?
Yes, when I start.
What's service use this port ?
Aha it's this line of code: https://github.com/AnonSolutions/django-aries-community/blob/master/docker/manage#L150
So it's not an error actually, and all the docker containers should still start up.
This is checking to see if there is an ngrok process running exposing the trustee agent on a public url (which is required to work with mobile agents)
There's an ngrok script you can run (run the ngrok script in a separate bash shell before you run docker) and then you shouldn't see this error
When you're running ngrok it looks something like this:
(venv) Ians-MBP:docker icostanzo$ INDY_NETWORK=bcovrin-test ./manage start % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 396 100 396 0 0 79200 0 --:--:-- --:--:-- --:--:-- 79200 Using http://test.bcovrin.vonx.io as ledger and https://ade7cf8f.ngrok.io as the agent endpoint.
Thanks Ian
Corrected this error, you will report another one in a new task.
aries-django_1 | Stderr o_faber_college: python3: can't open file '../venv/bin/aca-py': [Errno 2] No such file or directory
It's working
./manage start % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 4040: Conexão recusada Using http://172.17.0.1:9000 as ledger and http://trustee-agent:8042 as the agent endpoint.