Stuck at the basic step of connecting to breeze api. Have created the app and generated the session token and when trying to inititalise breeze, getting the following error.
Had just used the basic commands in my python script:
breeze = BreezeConnect(api_key=api_key)
breeze.generate_session(api_secret=api_secret, session_token=session_token)

Stuck at the basic step of connecting to breeze api. Have created the app and generated the session token and when trying to inititalise breeze, getting the following error.
Had just used the basic commands in my python script:
breeze = BreezeConnect(api_key=api_key)
breeze.generate_session(api_secret=api_secret, session_token=session_token)