-
Notifications
You must be signed in to change notification settings - Fork 656
Open
Description
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
Labels
No labels