django-telegram-bot icon indicating copy to clipboard operation
django-telegram-bot copied to clipboard

IntegrityError: UNIQUE constraint failed on message_id

Open source-creator opened this issue 8 years ago • 0 comments

I am getting django.db.utils.IntegrityError: UNIQUE constraint failed: telegrambot_message.message_id when running multiple bots. I think this is because there is a unique constraint on message_id. I think it might be better to leave unique off message_id. I think this might also be related to issues others were experiencing, where messages weren't getting delivered reliably.

source-creator avatar Aug 07 '17 14:08 source-creator