Skip to content

Bug: Unable to run Options websocket stream #471

@engavriel

Description

@engavriel

derivatives_trading_options/examples/websocket_streams/ticker24_hour_by_underlying_asset_and_expiration_data.py
Received this error when trying to run Error received from server: {'code': 2, 'msg': 'Invalid request: request ID must be an unsigned integer'}

The script ran but hit the same server error: the WebSocket server rejects the subscription message because it sends a UUID string for the request [id] when the server requires an unsigned integer.

Summary:

Script connected to the WebSocket stream.
Attempted to subscribe to ETH@ticker@220930.
Server rejected the request with: {'code': 2, 'msg': 'Invalid request: request ID must be an unsigned integer'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions