Navigation

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

    knbreddy

    @knbreddy

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

    knbreddy Unfollow Follow

    Latest posts made by knbreddy

    • Unable to fetch candleData
      java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)'
      	at com.angelbroking.smartapi.http.SmartAPIRequestHandler.createPostRequest(SmartAPIRequestHandler.java:305) ~[smartapi-java-1.0.0.jar:na]
      	at com.angelbroking.smartapi.http.SmartAPIRequestHandler.postRequest(SmartAPIRequestHandler.java:132) ~[smartapi-java-1.0.0.jar:na]
      	at com.angelbroking.smartapi.SmartConnect.generateSession(SmartConnect.java:171) ~[smartapi-java-1.0.0.jar:na]
      

      @admin I am getting above error while try to generate session using smartConnect.generateSession(<clientId>, <password>);

      Please check and fix this.

      Also I am getting json exception while getting candleData

      I had made temporary fix for candle data method, and now data is not coming from candleData method, getting below response

      {"data":[],"message":"SUCCESS","errorcode":"","status":true}
      

      if try to get same thing via postman its working fine, I am getting data as below.

      {
          "status": true,
          "message": "SUCCESS",
          "errorcode": "",
          "data": [
              [
                  "2021-04-01T09:15:00+05:30",
                  20.4,
                  20.4,
                  20.05,
                  20.05,
                  161
              ]
          ]
      }
      

      please check and fix above 3 issues.

      posted in NodeJS SDK
      K
      knbreddy
    • RE: 'NoneType' object is not subscriptable

      @admin I am also facing the same issue now, do I need to re install smartconnect module?

      posted in Python SDK
      K
      knbreddy
    • RE: Missing artifact com.angelbroking.smartapi:smartapi-java:jar:1.0.0 Maven Dependency Problem

      @admin as of now I had added temporary fix, but I found that jar is not available in maven central repo, can you please add jar in there.

      posted in NodeJS SDK
      K
      knbreddy
    • RE: Not getting data from web socket if subscribed more than 500 scripts

      @admin any update on this?

      posted in General Discussion
      K
      knbreddy
    • Not getting data from web socket if subscribed more than 500 scripts

      @admin please check this.

      posted in General Discussion
      K
      knbreddy
    • Missing artifact com.angelbroking.smartapi:smartapi-java:jar:1.0.0 Maven Dependency Problem

      @admin get this error in java project.
      Missing artifact com.angelbroking.smartapi:smartapi-java:jar:1.0.0 Maven Dependency Problem
      below is my pom.xml configuration

      <dependency>
            <groupId>com.angelbroking.smartapi</groupId>
      	  <artifactId>smartapi-java</artifactId>
      	  <version>1.0.0</version>
          </dependency>
      
      posted in NodeJS SDK
      K
      knbreddy