Telegram – TeleBot: "Infinity polling exception: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
I am using Telebot (pyTelegramBotAPI) to run my telegram bot. I am running it on AWS within ECS in a Docker container. Unfortunately, randomly it errors out: TeleBot: "Infinity polling exception: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) It…