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

Node Configure in Wizard: "client" KeyError #19

Open
tylerharter opened this issue Feb 20, 2020 · 0 comments
Open

Node Configure in Wizard: "client" KeyError #19

tylerharter opened this issue Feb 20, 2020 · 0 comments

Comments

@tylerharter
Copy link

Node configuration is the wizard produced the following error (it was suggested it might be due to changes in 1f7cdb6):

Do you have a node to configure [y/N]: y
Node address:

Let's log in to the node. This will give you direct access to install and configure chutes on the node. Please note that the node username/password is different from your paradrop.org account.

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/pdtools/main.py", line 140, in
main()
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/pdtools/main.py", line 132, in main
root()
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/pdtools/wizard.py", line 97, in root
ready = ctx.invoke(node.login)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/trh/scratch/pd/lib/python3.7/site-packages/pdtools/node.py", line 630, in login
client = ctx.obj['client']
KeyError: 'client'

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