Closed mdeuser closed 8 years ago
Related to #239 and #385 (both of which are closed but this issue is not resolved).
I'm hitting the same error if I try to create a rule where the action is in a package.
$wsk rule create --enable nlcTrainingRule nlcTrainingTrigger cloudbot/nlcTrainer error: The request content was malformed: entity name malformed (code 1015467)
I'm able to create the rule if the action is not in a package.
@kurtismgit Refer to #239 which describes your issue exactly.
Closing as duplicate of #239.
Environment details:
Steps to reproduce the issue:
wsk rule create bad+rulename bad+trigname bad+actionname
wsk rule create goodname bad+trigname bad+actionname
Provide the expected results and outputs:
Step 2
Step 4
Provide the actual results and outputs:
Step 4.
These error messages come from the Whisk server and are not generated by the wsk CLI. It's unclear what entity name was malformed as this command requires several names.