Replies: 2 comments 11 replies
-
duplicate entry means the entry already exists for some row that is trying to be added. check your database - you might have a half-made or half-deleted character |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm not sure if you found the cause of this, but I was getting something similar when I first tried to move my code to LSB from Topaz. I found that the migrations weren't all completing because my python was out of date. Once I updated that, no more issues. Hope this helps. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when my users are trying to start a new character they are getting kicked... in the topaz_connect log i'm seeing
[23/Jun] [15:17:33] [SQL] DB error - Duplicate entry '109-0' for key 'PRIMARY'
SQL: INSERT INTO chars(charid,accid,charname,pos_zone,nation) VALUES(109,1077,'Limabean',234,1);
How can i fix this?
Beta Was this translation helpful? Give feedback.
All reactions