Error The user is not enabled on the app. I am a single user and inly logged into one browser

vibhormalik
Hi Team
I am getting this error message The user is not enabled on the app, even when I am a single user and not logged into any other browser or same browser.
Please help thanks.
  • sujith
    Make sure you have entered the right client id on the app details page of the developers console.
  • vibhormalik
    vibhormalik edited June 2021
    Hi @sujith thanks...,
    .I have the access key now...however I am not able to hit the orders through trading view...This is what I am doing:

    in Webhook URL - - - > https://kite.zerodha.com/connect/login?v=3&api_key="myAPI KEY"

    and in message body - - - >
    https://api.kite.trade/orders/regular
    -H "X-Kite-Version: 3"
    -H "Authorization: token MY API KEY:MY AUTH TOKEN"
    { -d "tradingsymbol=BHEL"
    -d "exchange=NSE"
    -d "transaction_type=BUY"
    -d "order_type=MARKET"
    -d "quantity=1"
    -d "product=CNC"
    -d "validity=DAY"
    }

    but still order is not hitting Kite, please help.thanks
  • vibhormalik
    vibhormalik edited June 2021
    Hi @sujith, please help on this thanks
  • sujith
    Can you let us know what is error you are getting? Please paste the complete stacktrace here.
  • vibhormalik
    hi @sujith There is no error...in Tradingview - I put all that...and then alert goes off - but when I come back to see in Kite, there is no order which comes in...I think I am missing something to put in either Webhook or in the body message...thanks
Sign In or Register to comment.