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
After 8222 caclmgrd.service: Main process exited, code=exited, status=1/FAILURE error appears due to reference before assignment error: Aug 9 14:37:00.653073 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 821, in <module> Aug 9 14:37:00.653191 igk-5-dut INFO caclmgrd[16197]: main() Aug 9 14:37:00.653262 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 817, in main Aug 9 14:37:00.653312 igk-5-dut INFO caclmgrd[16197]: caclmgr.run() Aug 9 14:37:00.653678 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 760, in run Aug 9 14:37:00.653945 igk-5-dut INFO caclmgrd[16197]: if db_id == state_db_id: Aug 9 14:37:00.654001 igk-5-dut INFO caclmgrd[16197]: UnboundLocalError: local variable 'state_db_id' referenced before assignment
Description
After 8222 caclmgrd.service: Main process exited, code=exited, status=1/FAILURE error appears due to reference before assignment error:
Aug 9 14:37:00.653073 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 821, in <module> Aug 9 14:37:00.653191 igk-5-dut INFO caclmgrd[16197]: main() Aug 9 14:37:00.653262 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 817, in main Aug 9 14:37:00.653312 igk-5-dut INFO caclmgrd[16197]: caclmgr.run() Aug 9 14:37:00.653678 igk-5-dut INFO caclmgrd[16197]: File "/usr/local/bin/caclmgrd", line 760, in run Aug 9 14:37:00.653945 igk-5-dut INFO caclmgrd[16197]: if db_id == state_db_id: Aug 9 14:37:00.654001 igk-5-dut INFO caclmgrd[16197]: UnboundLocalError: local variable 'state_db_id' referenced before assignment
Steps to reproduce the issue:
Describe the results you received:
caclmgrd.service: Main process exited, code=exited, status=1/FAILURE error appears
Describe the results you expected:
caclmgrd.service started successfully
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: