SDK-python icon indicating copy to clipboard operation
SDK-python copied to clipboard

Running client = sapcai.Client('MY_TOKEN') throws Keyerror: 'act'

Open drv-agwl opened this issue 5 years ago • 1 comments

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'

drv-agwl avatar Jun 26 '20 18:06 drv-agwl

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

Csk-Kiran avatar Aug 31 '21 17:08 Csk-Kiran