You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/26 16:05:44 UTC

[GitHub] rabbah opened a new issue #169: incorrect interpreation of controller response for failed action

rabbah opened a new issue #169: incorrect interpreation of controller response for failed action
URL: https://github.com/apache/incubator-openwhisk-cli/issues/169
 
 
   if you invoke an action that returns an error, the CLI emits the following message which is not consistent with the controller response:
   
   controller response:
   ```json
   {"error":"Action could not be found or may have been deleted."}
   ```
   cli emits
   ```bash
   error: Unable to invoke action 'xyz': The connection failed, or timed out. (HTTP status code 500)
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services