'Connection aborted.', RemoteDisconnected('Remote end closed connection without response'

Hi,

I use python future api.
When I run
res = client.get_position_risk(symbol=symbol, recvWindow=6000)
I often get error
‘Connection aborted.’, RemoteDisconnected(‘Remote end closed connection without response’
Now, I catch the error and retry.

Anyone has the same issue? How to solve it systematically?

Thank you

Are you able to get response from other methods/APIs?

How about just run

curl -v "https://fapi.binance.com/fapi/v1/time"