Navigation

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

    sathyaraj

    @sathyaraj

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

    sathyaraj Follow

    Best posts made by sathyaraj

    This user hasn't posted anything yet.

    Latest posts made by sathyaraj

    • RE: Not being able to install smartapi because of pycrypto dependecies

      Does anyone have solutions? @admin
      equirement already satisfied: pyparsing<4,>=2.1.0 in c:\algo\angelone\venv\lib\site-packages (from rdflib->smartapi) (3.1.0)
      Building wheels for collected packages: PyCrypto
      Building wheel for PyCrypto (setup.py) ... error
      error: subprocess-exited-with-error

      × python setup.py bdist_wheel did not run successfully.
      │ exit code: 1
      ╰─> [2 lines of output]
      warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
      error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
      [end of output]

      note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed building wheel for PyCrypto
      Running setup.py clean for PyCrypto
      Failed to build PyCrypto
      ERROR: Could not build wheels for PyCrypto, which is required to install pyproject.toml-based projects

      posted in Python SDK
      S
      sathyaraj
    • RE: User Feedback - WebSocket 2.0 Beta Rollout – Python Language

      How to handle ws disconnection?
      Do we need to Initialize ws again or it handles reconnection?
      I am getting the following error sometimes

      ERROR - Handshake status 429 Too Many Requests - goodbye
      ERROR - error from callback <bound method SmartWebSocketV2._on_close of <SmartWebsocketv2.SmartWebSocketV2 object at 0x000001D5D1637750>>: SmartWebSocketV2._on_close() takes 2 positional arguments but 4 were given
      ERROR - [WinError 10054] An existing connection was forcibly closed by the remote host - goodbye
      ERROR - error from callback <bound method SmartWebSocketV2._on_close of <SmartWebsocketv2.SmartWebSocketV2 object at 0x000001D5D1637750>>: SmartWebSocketV2._on_close() takes 2 positional arguments but 4 were given

      posted in Python SDK
      S
      sathyaraj