2019-05-10 07:10:05 UTC - Paola Soto: Hi Rodric, do you have any instructions on how to install the package into my namesapace, the docs I’ve already saw it. Sorry to bother you with this minor thing.. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557472205083700?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 07:53:16 UTC - Michele Sciabarra: hm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557474796084100 ---- 2019-05-10 07:53:43 UTC - Michele Sciabarra: i spent a good amount of time to ensure the actionloop-v2 is actually published https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557474823084700 ---- 2019-05-10 07:54:38 UTC - Michele Sciabarra: my concern in changing the name is that some runtimes uses the first release and I intruduced some changes that "may" be breaking https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557474878085600 ---- 2019-05-10 07:57:08 UTC - Michele Sciabarra: but actually I do not think I intruduced breaking changes in any of the current runtimes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557475028087000 ---- 2019-05-10 11:49:11 UTC - Paola Soto: ok, now i’ve figured it out that I need to install first openwhisk-action-manager with ```npm install --save-dev openwhisk-action-manager``` then i have to run it with ```npm run deploy``` according to the instructions on <https://github.com/cokeSchlumpf/openwhisk-action-manager> but know i’m getting the following error: ```Unhandled rejection OpenWhiskError: Unknown Error From API: self signed certificate at Client.handleErrors (/home/k8s-master/opn-wsk-actions/chatbot_demo/openwhisk-chatbot-framework/node_modules/openwhisk/lib/client.js:198:11) at /home/k8s-master/opn-wsk-actions/chatbot_demo/openwhisk-chatbot-framework/node_modules/openwhisk/lib/client.js:137:58 at processTicksAndRejections (internal/process/task_queues.js:89:5)``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557488951087500?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 11:49:44 UTC - Paola Soto: and then I do not know what to do :disappointed: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557488984087700?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 11:52:22 UTC - Rodric Rabbah: hi Paola - if this is a locally deployed openwhisk with a self-signed certificate, you need to set ignore_certs flag in the deployer. try exporting `__OW_IGNORE_CERTS` set to `true` in your environment https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557489142087900?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 12:03:28 UTC - Paola Soto: on the ~/.wskprops file? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557489808088100?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 12:08:33 UTC - Paola Soto: or just as a regular env var? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557490113088300?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 12:08:45 UTC - Rodric Rabbah: try regular env var https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557490125088500?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 12:20:36 UTC - Paola Soto: seems to be working, let you know if I need more assistance, do you know if this framework is actively used? Because if it’s, then it would be worthy to update its docs and installation instructions. Let me know if I could be of help :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557490836088700?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 12:20:49 UTC - Paola Soto: Thank you Rodric +1 : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557490849088900?thread_ts=1557399477.069100&cid=C3TPCAQG1 ---- 2019-05-10 14:32:41 UTC - James Thomas: <https://twitter.com/thomasj/status/1126857135613198336> +1 : Matt Rutkowski, Alexander Klimetschek https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557498761089300 ---- 2019-05-10 14:55:58 UTC - Saurab Joshi: how do i get logs for openwhisk/controller container? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557500158089700 ---- 2019-05-10 14:56:09 UTC - Saurab Joshi: I don't see any logs when i run docker logs command https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557500169090000 ---- 2019-05-10 15:10:31 UTC - Rodric Rabbah: check /tmp/wsklogs https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557501031090200 ---- 2019-05-10 15:11:15 UTC - Rodric Rabbah: if you’re not on kube, you can try `wskadmin syslog get controller0` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1557501075091000 ----