Navigation

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

    Posts made by G25453

    • RE: Not able to receive websocket data since 1 week

      @rajanprabu After changing password it worked

      posted in General Discussion
      G
      G25453
    • RE: smartConnect error

      @kkt237 Hardcoding the public ip works.
      String clientPublicIP = "10.21.13.45";
      A temporary workaround for the moment

      posted in General Discussion
      G
      G25453
    • RE: smartConnect error

      Same error
      sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
      Parameter specified as non-null is null: method okhttp3.OkHttpClient.newCall, parameter request
      params.put("clientcode", clientCode);
      params.put("password", password);

      As of now, clientcode and password are sent in request.
      What other parameter is required ?

      posted in General Discussion
      G
      G25453