Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Key Error Message in Python
Message
From
02/03/2023 17:38:27
 
 
To
02/03/2023 14:01:16
General information
Forum:
Python
Category:
Troubleshooting
Miscellaneous
Thread ID:
01686300
Message ID:
01686307
Views:
31
G'Day harsh.

I've never used this, but at a guess, are you sure the line -
>kite.set_access_token(data["85u1996Pgpy3+qNayVLeObo5ssdz"])
isn't supposed to be -
kite.set_access_token(data["access_token"])

data looks like it's a dictionary and I's expect that there is an entry in there named access_token that contains the actual token.

Ian Simcock.
Previous
Reply
Map
View

Click here to load this message in the networking platform