Skip to content
New issue

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

CbcAPIError : __init__() missing 1 required positional argument: 'msg' #14

Open
mikereiche opened this issue Apr 7, 2022 · 0 comments

Comments

@mikereiche
Copy link

 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 : 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant