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

vctl auth remote list error #3191

Open
lazlop opened this issue Oct 30, 2024 · 0 comments
Open

vctl auth remote list error #3191

lazlop opened this issue Oct 30, 2024 · 0 comments

Comments

@lazlop
Copy link

lazlop commented Oct 30, 2024

Describe the bug
When using vctl auth remote list, I get an error:

vctl auth remote list 
Traceback (most recent call last):
  File "/home/dan/volttron/env/bin/vctl", line 33, in <module>
    sys.exit(load_entry_point('volttron', 'console_scripts', 'vctl')())
  File "/home/dan/volttron/volttron/platform/control/control_parser.py", line 931, in _main
    sys.exit(main())
  File "/home/dan/volttron/volttron/platform/control/control_parser.py", line 881, in main
    return opts.func(opts)
  File "/home/dan/volttron/volttron/platform/control/control_auth.py", line 188, in list_remotes
    5, max(len(str(output["entry"]["user_id"])) for output in output_view)
  File "/home/dan/volttron/volttron/platform/control/control_auth.py", line 188, in <genexpr>
    5, max(len(str(output["entry"]["user_id"])) for output in output_view)
KeyError: 'user_id'

To Reproduce

  1. Install volttron-9.0.1 following zmq installation instructions using bootstrap.py with web enabled
  2. run vctl auth remote list

Expected behavior
I expected results to be similar to those shown in documentation

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