Hi everyone,
I’m on Ubuntu Vm and have installed the mind sdk.
What Im trying to do is to deploy a test skill on Hexa.
Executing "mind scan"didn’t return any result, so after that I tried finding from Hexa Mobile App Hexa’s IP to execute mind run --ip xx.xxx.x.x .
Executing the mind run command with ip argument together, seems to have found Hexa but an error occurs :
user@myVM: mind run --ip 10.195.1.11
xParams:[mindcli-run skill.mpk http://:8888 10.195.1.11]
Installation started
Uploading 0%
Installation failed !
DoReqeust failed: Get http://:8888/ac8e17ddf78f2e4b67ea2afc8cdd691e%20skill.mpk: dial tcp: lookup : no such host
Am I missing something ? Is there something else to configure so to successfully deploy the app on Hexa ?