Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

acsetup fails without an error message #5

Open
ptitzler opened this issue Aug 3, 2017 · 2 comments
Open

acsetup fails without an error message #5

ptitzler opened this issue Aug 3, 2017 · 2 comments
Labels

Comments

@ptitzler
Copy link
Contributor

ptitzler commented Aug 3, 2017

Debugging surfaced that the following error message was returned by the second wsk action that creates/updates the autocomplete action for the named file:
Invalid argument(s). Unable to get action 'autocomplete/countries': The requested resource does not exist. (code 27882908).

@ptitzler ptitzler changed the title acsetup fails on Mac without an error message acsetup fails without an error message Aug 3, 2017
@ptitzler
Copy link
Contributor Author

ptitzler commented Aug 3, 2017

According to the OpenWhisk documentation this should have worked:

wsk action update --help
update an existing action, or create an action if it does not exist
Usage:
wsk action update ACTION_NAME [ACTION] [flags]

Engineering indicated that the observed behavior is a bug.

@ptitzler
Copy link
Contributor Author

ptitzler commented Aug 3, 2017

Error checking in whisk.js/createAction doesn't properly detect errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant