lava-dashboard-tool auth-add: "Cannot create an item in a locked collection" error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAVA Dashboard (deprecated) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
This is trying to get to run lava under a fresh Ubuntu 13.04 installation:
After adding this:
deb http://
to my sources.list file, then running:
sudo apt-get update
and
sudo apt-get install lava-dashboard-tool
I then try:
lava-dashboard-tool auth-add https://<email address hidden>/RPC2/
and, after pasting my token, as requested, I get:
Paste token for https://<email address hidden>/RPC2/:
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
run_
File "/usr/lib/
raise cls.run()
File "/usr/lib/
raise SystemExit(
File "/usr/lib/
return command.invoke()
File "/usr/lib/
self.
File "/usr/lib/
"lava-tool-%s" % endpoint_url, username, token)
File "/usr/lib/
_keyring_
File "/usr/lib/
True)
File "/usr/lib/
return self._proxy_
File "/usr/lib/
**keywords)
File "/usr/lib/
message, timeout)
dbus.exceptions
Changed in lava-dashboard: | |
importance: | Undecided → Medium |
assignee: | nobody → Antonio Terceiro (terceiro) |
status: | New → Confirmed |
lava-dashboard-tool has been consolidated into lava-tool. Would you mind trying with lava-tool, and see if you can reproduce?