Navigation

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

    talk2ajay

    @talk2ajay

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

    talk2ajay Follow

    Best posts made by talk2ajay

    This user hasn't posted anything yet.

    Latest posts made by talk2ajay

    • RE: Unable to login

      completely unreliable with unresponsive. I think SEBI should intervene and take strict against again all these type of brokers providjng API.

      posted in Bugs
      T
      talk2ajay
    • RE: Getting Encrypted Data in Websocket

      @talk2ajay is anyone else getting the same error

      posted in Bugs
      T
      talk2ajay
    • Getting Encrypted Data in Websocket

      Getting encrypted data from. wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream
      e.g.
      data: "eJyLrlYqKUvMKU1VslIyMIzRNzCP0TcyMDJSMLSwMjC2MrJQ0lHKS8wFSZfkKtXGAgBCtQzi"

      Can someone please comment what is wrong here. I am using this via javascript..

      url:wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream

      request1 :
      var _req = '{"task":"cn","channel":"","token":"' + token + '","user":"' + user + '","acctid":"'+user+'"}';
      systemSocket.send(_req);

      request2
      var _req = '{"task":"mw","channel":"' + strwatchlistscrips + '","token":"' + token + '","user":"' + user + '","acctid":"' + user + '"}';
      systemSocket.send(_req);

      Below is the message detail i am getting from the above request.

      MessageEvent {isTrusted: true, data: 'eJyLrlYqKUvMKU1VslIyMIzRNzCP0TcyMDJSMLSwMjC2MrJQ0lHKS8wFSZfkKtXGAgBCtQzi', origin: 'wss://omnefeeds.angelbroking.com', lastEventId: '', source: null, …}
      isTrusted: true
      bubbles: false
      cancelBubble: false
      cancelable: false
      composed: false
      currentTarget: WebSocket {url: 'wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream', readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
      data: "eJyLrlYqKUvMKU1VslIyMIzRNzCP0TcyMDJSMLSwMjC2MrJQ0lHKS8wFSZfkKtXGAgBCtQzi"
      defaultPrevented: false
      eventPhase: 0
      lastEventId: ""
      origin: "wss://omnefeeds.angelbroking.com"
      path: []
      ports: []
      returnValue: true
      source: null
      srcElement: WebSocket {url: 'wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream', readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
      target: WebSocket {url: 'wss://omnefeeds.angelbroking.com/NestHtml5Mobile/socket/stream', readyState: 3, bufferedAmount: 0, onopen: ƒ, onerror: ƒ, …}
      timeStamp: 52395
      type: "message"

      posted in Bugs
      T
      talk2ajay