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 2018/05/03 15:22:34 UTC

[GitHub] eweiter opened a new issue #290: Unable to update Trigger parameters from CLI

eweiter opened a new issue #290: Unable to update Trigger parameters from CLI
URL: https://github.com/apache/incubator-openwhisk-cli/issues/290
 
 
   When inspecting the `wsk trigger update <trigger-name>` command it was shown that you can specify a `-p` to update parameters. 
   
   When I tried to do this it failed with a response mentioning
   ""error": "no updatable parameters were specified""
   
   Upon inspecting the command with a `-v` it is revealed that when the update command calls a POST to the Feed it is getting back a 502 error.  Something about this 502 error is causing it to not update the Trigger. 

----------------------------------------------------------------
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