hollowstrawberry / crab-cogs

Red Discord bot cogs for the Crab friend group
GNU General Public License v3.0
16 stars 3 forks source link

UNIQUE constraint failed: messages.id when feeding #37

Closed PCJones closed 4 months ago

PCJones commented 4 months ago

Hi,

I tried to setup the Simulator cog on my server but when executing !sim feed 1 I get this error: IntegrityError UNIQUE constraint failed: messages.id 🧠 Model Built Analyzed 0 messages

These are my settings grafik

Thanks for any help :)

hollowstrawberry commented 4 months ago

This seems to imply there are two discord messages with the same snowflake ID, which should be impossible. I don't know what could cause something like that...

PCJones commented 4 months ago

I don't know for sure but what probably happened was that I added the same #channel twice (I have multiple ones with the same name). It's working now, thanks for the fast response!