You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onmessage_id
. I think it might be better to leave unique offmessage_id
. I think this might also be related to issues others were experiencing, where messages weren't getting delivered reliably.The text was updated successfully, but these errors were encountered: