RDP Library connecting to TREP

Hello..

I tried to execute "2.3.0 - Content - StreamingPrices - Update DataFrame". I could data via Eikon and EDP but not from TREP. I just got

<StreamState.Open: 3>

then no updates.

Could you give me a hint to debug the situation?

Sort by:
1 - 1 of 11
    User: "Jirapongse"
    ✭✭✭✭✭
    Accepted Answer

    @Zuka1

    I got the same message but after adding the correct TCP port, it works.

    rdp.open_deployed_platform_session(
        "<app key>",
        "192.168.27.16:15000",
        "user01"
    )

    15000 is my TREP port for WebSocket.