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

Workflow registration fails on custom base classes #11

Open
pior opened this issue Dec 22, 2015 · 0 comments
Open

Workflow registration fails on custom base classes #11

pior opened this issue Dec 22, 2015 · 0 comments

Comments

@pior
Copy link
Owner

pior commented Dec 22, 2015

(Pdb) workflows[0]
<class 'monaco.workflows.BaseWorkflow'>
(Pdb) workflows[0].name
(Pdb) c
INFO:caravan.commands.decider:Registering workflow types
Traceback (most recent call last):
  File "/home/pior/.virtualenvs/monaco/bin/caravan-decider", line 11, in <module>
    sys.exit(Command.main())
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/caravan/commands/base.py", line 28, in main
    response = cmd._run()
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/caravan/commands/base.py", line 105, in _run
    return self.run()
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/caravan/commands/decider.py", line 38, in run
    if self.args.register_workflows:
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/caravan/commands/decider.py", line 76, in register_workflow
    **args
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/botocore/client.py", line 310, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/botocore/client.py", line 383, in _make_api_call
    api_params, operation_model, context=request_context)
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/botocore/client.py", line 425, in _convert_to_request_dict
    api_params, operation_model)
  File "/home/pior/.virtualenvs/monaco/local/lib/python2.7/site-packages/botocore/validate.py", line 273, in serialize_to_request
    raise ParamValidationError(report=report.generate_report())
botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid type for parameter version, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>
Invalid type for parameter name, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant