DEV Community

FlavioTobias
FlavioTobias

Posted on

How to handle 'Connection aborted.' on python telebot

How can I handle the telebot error

requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Looks like this is happening when the user connection is lost.

Thanks

Top comments (0)