Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. Dipansu
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    Posts made by Dipansu

    • Getting user null

      User user = smartConnect.generateSession(clientId, "8844",myTotp);
      if (user != null) {
      String feedToken = user.getFeedToken();
      String strWatchListScript = "nse_cm|2885&nse_cm|1594&nse_cm|11536&mcx_fo|221658";
      String task = "mw";

                      Examples examples = new Examples();
                      try {
                          examples.tickerUsage(clientId, feedToken, strWatchListScript, task);
                      } catch (SmartAPIException e) {
                          e.printStackTrace();
                      }
      

      I am using it in android studio and i am getting null user

      posted in Test
      D
      Dipansu
    • RE: generateSession is giving null

      I am facing the sam issue

      getting null value

      posted in NodeJS SDK
      D
      Dipansu
    • RE: Unable to find java jar file

      Same here

      posted in NodeJS SDK
      D
      Dipansu
    • Unable to find download jar file from gothub

      Re: Unable to find java jar file

      posted in NodeJS SDK
      D
      Dipansu