Navigation

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

    Dipansu

    @Dipansu

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Dipansu Follow

    Best posts made by Dipansu

    This user hasn't posted anything yet.

    Latest 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 Bugs
      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