Skip to content

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

Open
@mikereiche

Description

@mikereiche
 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 : 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions