Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPSConnectionPool #38

Open
breadacker opened this issue May 30, 2022 · 0 comments
Open

HTTPSConnectionPool #38

breadacker opened this issue May 30, 2022 · 0 comments

Comments

@breadacker
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant