Weird to see in a mac that the HOST API the makefile selected is `127.94.0.2`
```
ok: whisk API host set to https://127.94.0.2
```
In my Mac I always see docker using `172.17.0.1`
```
$ wsk property get --apihost
whisk API host          172.17.0.1
```

The error looks like the createAPI.http action is not able to reach the API 
Gateway.

You can use the following command to see the activation from the web action 
that are under whisk.system namespace
```
export WSKSYSTEMAUTH=$(cat openwhisk-master/ansible/files/auth.whisk.system)
$ wsk --auth $WSKSYSTEMAUTH activation list
#run again :-)
$ wsk --auth $WSKSYSTEMAUTH activation list | grep createApi
33ce5366117d422c8e5366117d922ce6 createApi
```
then use the id to get the logs
```
wsk --auth $WSKSYSTEMAUTH activation logs 33ce5366117d422c8e5366117d922ce6
```
Then you will see networks errors and be able to debug


[ Full content available at: 
https://github.com/apache/incubator-openwhisk-devtools/issues/163 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to