SDK-python
SDK-python copied to clipboard
Running client = sapcai.Client('MY_TOKEN') throws Keyerror: 'act'
I am new to the SAPConversationalAI and am trying to use its python SDK. While trying to run the command sapcai.Client('MY_TOKEN'), I keep getting this error, Keyerror: 'act'
I am new to the SAPConversationalAI and am trying to use its python SDK. While trying to run the command sapcai.Client('MY_TOKEN'), I keep getting this error, Keyerror: 'act'
Its because the SAP CAI has launched the OAuth concept, so without OAuth authentication you cant access your bot and thats the reason your facing that error