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
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
Install volttron-9.0.1 following zmq installation instructions using bootstrap.py with web enabled
run vctl auth remote list
Expected behavior
I expected results to be similar to those shown in documentation
The text was updated successfully, but these errors were encountered:
Describe the bug
When using vctl auth remote list, I get an error:
To Reproduce
vctl auth remote list
Expected behavior
I expected results to be similar to those shown in documentation
The text was updated successfully, but these errors were encountered: