TokenException: Invalid `checksum`.

darsh
darsh edited February 2018 in Python client
I am using kiteconnect updated version.
MY api secret and request token are also okay.Yet i faced this error "
TokenException: Invalid `checksum`" when i use kite.generate_session()"
I have just regenerated API secret ,after that i am facing this issue
  • sujith
    If you are getting invalid checksum then there are two possibilities,
    1. api_key is invalid.
    2. app secret is invalid.
  • darsh
    darsh edited February 2018
    How to check API key is not valid.I saw same api key since i bought kiteConnect package(almost 3 weeks)

    I use API KEY which displayed in "https://kite.trade/" my login account(or APP)
  • sujith
    You can enable debug logs and copy checksum. Try generating checksum online or locally by writing your own script and compare it.
Sign In or Register to comment.