Binance WebSocket connection closed: connection was closed uncleanly (


Binance WebSocket connection closed: connection was closed uncleanly (

Binance websocket 데이터가 필요해서 Binance 공식 repository에 있는 소스를 실행시켜봤습니다. 실행시킨 소스는 간단합니다. import time import logging from binance.lib.utils import config_logging from binance.websocket.um_futures.websocket_client import UMFuturesWebsocketClient config_logging(logging, logging.DEBUG) def message_handler(message): print(message) my_client = UMFuturesWebsocketClient() my_client.start() my_client.kline( s..


원문링크 : Binance WebSocket connection closed: connection was closed uncleanly (