``` unset CBC_SECRET_KEY python3 getClouds.py -d 2022-04-07 13:43:00,487 - root - DEBUG - logging is on at DEBUG level 2022-04-07 13:43:00,487 - capellaAPI.CapellaAPI - INFO - /v2/status CbcAPIError : __init__() missing 1 required positional argument: 'msg' ``` removing the msg argument from __init__ in CapellaException.py avoids the error. ``` python3 getClouds.py -d 2022-04-07 13:45:17,153 - root - DEBUG - logging is on at DEBUG level 2022-04-07 13:45:17,153 - capellaAPI.CapellaAPI - INFO - /v2/status MissingSecretKeyError : ```