command line lockloss tool "plot" not working
I was trying to use the lockloss plot feature to look into an older lockloss (to look into issue #99 (closed)). I haven't used plot in a while since the locklosses available through select now go back many days, so I'm not sure how long this has been a problem.
lockloss -c channels_to_look_at_lockloss_trigger.txt plot 1182493247
guardctrl log --after 2017-06-26T05:20:29+00:00 --before 2017-06-26T06:20:31+00:00 --lines 100000 ISC_LOCK
Traceback (most recent call last):
File "/opt/rtcds/userapps/release/sys/common/scripts/lockloss3.py", line 796, in <module>
args.func(args)
File "/opt/rtcds/userapps/release/sys/common/scripts/lockloss3.py", line 519, in cmd_show
display_event(event, args)
File "/opt/rtcds/userapps/release/sys/common/scripts/lockloss3.py", line 429, in display_event
subprocess.Popen(['xdg-open', WEB_ROOT+'/event/{}'.format(event['id'])])
KeyError: 'id'