API Crashing Error 54 - Connection reset by peer

Hey everyone. I am back testing some pretty successful bots using the same API - running three in total. Two of which keep crashing and giving me this error:

Error fetching klines: (‘Connection aborted.’, ConnectionResetError(54, ‘Connection reset by peer’))
Exception in thread Thread-1:
Traceback (most recent call last):

Any ideas?

Hey,
Could you provide more information? Is this issue specific to a particular endpoint?
Were you making WebSocket requests? If so, consider reconnecting.