Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
I was trying to stream the index OHLCdata using the Live Market Feed Streaming in Google Colab.
But it is producing ERROR:websocket:[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1007) - goodbye.
The expected results should be providing the correct OHLC data that is passed through the req_list variable
Description
Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.
I was trying to stream the index OHLCdata using the Live Market Feed Streaming in Google Colab. But it is producing ERROR:websocket:[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1007) - goodbye. The expected results should be providing the correct OHLC data that is passed through the req_list variable
What I Did