Apps not found AB1034 API, JAVA SDK, JavaScript SDK
-
I am trying to generate a session with an API call, using java SDK and javascript SDK.
All 3 are returning the Apps not found, code AB 1034.
I am using the mac.Can you please help with that?
-
Hi @djdenish As discussed on the call please let us know update from your side.
-
Hi @djdenish we will connect you today.
-
@admin Hello, I didn't get called again. Can you connect me on 99988 64550?
-
Dear @djdenish as per the conversation on a call please let us know the update from you regarding the posted query.
-
@admin D108750
-
Hi @djdenish please provide us with your client to further assist you.
-
@admin ok
-
Hi @djdenish we will connect you soon.
-
@admin D108750
-
Hi @djdenish kindly send us your client id.
-
let { SmartAPI, WebSocket } = require("smartapi-javascript"); let smart_api = new SmartAPI({ api_key: "Key Added Here", // PROVIDE YOUR API KEY HERE // OPTIONAL // access_token: "YOUR_ACCESS_TOKEN", // refresh_token: "YOUR_REFRESH_TOKEN" }); smart_api.generateSession("CLIENT_CODE", "PASSWORD") .then((data) => { console.log(data) }) .catch(ex => { console.log("EX::", ex) })
-
This post is deleted! -
@djdenish Can you please provide your code snippet.
-
@mihirk When I am trying to generate a token using my credentials, I am getting the below response:
{ message: 'Apps not found', errorcode: 'AB1034', status: false, data: null }
-
Can you please provide more information? like providing error or exception.