You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Node configuration is the wizard produced the following error (it was suggested it might be due to changes in 1f7cdb6):
The text was updated successfully, but these errors were encountered: