You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPSConnectionPool(host='fapi.binance.com', port=443): Max retries exceeded with url: /fapi/v1/klines?symbol=ETHUSDT&interval=1h&limit=95 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001C571C7F160>, 'Connection to fapi.binance.com timed out. (connect timeout=None)'))
I checked the request weight api hard limit (1200 request weight per minute). Even though I am way below under limit with 95 candles and put some time.sleep() in the code, I still get this mind blowing error. I also calculated the other rest api functions weights as well. Any one knows how to handle this issue?
The text was updated successfully, but these errors were encountered:
HTTPSConnectionPool(host='fapi.binance.com', port=443): Max retries exceeded with url: /fapi/v1/klines?symbol=ETHUSDT&interval=1h&limit=95 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001C571C7F160>, 'Connection to fapi.binance.com timed out. (connect timeout=None)'))
I checked the request weight api hard limit (1200 request weight per minute). Even though I am way below under limit with 95 candles and put some time.sleep() in the code, I still get this mind blowing error. I also calculated the other rest api functions weights as well. Any one knows how to handle this issue?
The text was updated successfully, but these errors were encountered: