jinlang226 commented on issue #5341: URL: https://github.com/apache/openwhisk/issues/5341#issuecomment-1291619550
Hi, I encountered a new error. I already redirected the log and config_root_dir. Everything was fine. However, when I started my machine again, I got a new error when creating an action, which I have not seen before. The output is: ``` root@node0:/users/xxx/openwhisk# wsk -i action create hello4 /users/xxx/openwhisk/hello.js error: Unable to create action 'hello4': The connection failed, or timed out. (HTTP status code 502) ``` I already set the api and auth: ``` root@node0:/users//openwhisk# wsk -i property get whisk API host http://172.17.0.1 whisk auth 23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP whisk namespace _ client cert Client key whisk API version v1 whisk CLI version 2021-03-26T01:02:38.401+0000 whisk API build Unknown whisk API build number Unknown error: Unable to obtain API build information: The connection failed, or timed out. (HTTP status code 502) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
