-
Notifications
You must be signed in to change notification settings - Fork 185
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
Connection aborted issue on azure app service #55
Comments
This is the error i am getting WARNING: get_all_open_trades() - Error occurred: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
That's a binance error, what region is the bot deployed in? |
I am trying with Indian region, i have tried with other regions also and i have tried with different RAM levels also |
how can we deploy this code on the server is there any possibility of running it through the azure server? |
28-09-2023 12:37:08 DEBUG: Error Percent is 0.0007722945318529853 with a buffer of 170 candles |
Have you got the latest code installed? |
yes i have updated with latest one I am getting same error, I have seen on google and I have added requests[security] now I am getting SSL error 28-09-2023 13:23:54 WARNING: get_all_open_trades() - Error occurred: HTTPSConnectionPool(host='fapi.binance.com', port=443): Max retries exceeded with url: /fapi/v2/positionRisk?timestamp=1695907434755&signature=..... (Caused by SSLError(SSLError(1, '[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2536)'))) |
any news? |
I have deployed this bot on Azure app service it is showing a connection aborted issue can you please help, I have tried with render cloud hosting also same issue comming
The text was updated successfully, but these errors were encountered: