There is a telegram bot written in python with the telepot library. I poured it on heroku. Previously, everything worked, but once again I updated it and it gives me the following error:
telepot.exception.TelegramError: ('Conflict: terminated by other getUpdates request; make sure that only one bot is running', 409, {'ok': False, 'error_code': 409, 'description': 'Conflict: terminated by other getUpdates request; make sure that only one bot instance is running '})
I have nowhere else run this bot. Moreover, everything works without problems when I run a heroku local or just a flask run. And on heroku does not work. Please tell me what could be the problem.