Hi, When I run a skill on my mac, I get the following error. mind run Installation started Uploading 0% Installation failed ! DoReqeust failed: Get http://192.168.1.140:8888/17f8c2451832f1785ab951a2876780ef%20skill.mpk: dial tcp 192.168.1.140:8888: getsockopt: connection refused
mind run Installation started Uploading 0% Installation failed ! DoReqeust failed: Get http://192.168.1.140:8888/17f8c2451832f1785ab951a2876780ef%20skill.mpk: dial tcp 192.168.1.140:8888: getsockopt: connection refused
Did I miss some operation?
Hi, It seems that there is something wrong with the network. While your hexa is downloading the .mpk file from your computer, the connection from hexa was refused by your computer.
Restart the docker software and try again, can the failure reappear?
I restarted the boot2docker vm ,it did not work. Then I use docker-machine instead of boot2docker , failure reappeared.
It solved. I forget to forward the 8888 port in VirtualBox. Thank you.
I am getting the same error on Windows 10 using Docker.
Can you please provide details steps describing how to forward the 8888 port to VirtualBox?
Thx
Hey Virfz, I figured this out after some tinkering.
Once you get Docker-Toolbox setup:
docker-machine stop
docker-machine start
now mind run should install without the connection error.
I am also getting the same issue as virafz above. On a win10 using docker-toolbox. If anyone could help us out that would be great.
Thank you.
Thanks liboli.lilibo. Got it working