We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :
The text was updated successfully, but these errors were encountered:
No branches or pull requests
removing the msg argument from init in CapellaException.py avoids the error.
The text was updated successfully, but these errors were encountered: