[XASECO Warning] {RASP_ERROR} Could not insert time! (Duplicate entry '64106' for key 'PRIMARY')
After a computer system crash, it left one of my servers with this error. Local records vanishes after track is finished.
Any somewhat easy solutions to this error?
Full log error:
[XASECO Warning] Could not insert/update record! (1062: Duplicate entry '20522' for key 'PRIMARY')
sql = INSERT INTO records
(ChallengeId, PlayerId, Score, Date, Checkpoints)
VALUES
(985, 69, 46330, NOW(), '10170,14860,19110,28840,34410,39010,42900,46330') ON DUPLICATE KEY UPDATE Score=VALUES(Score), Date=VALUES(Date), Checkpoints=VALUES(Checkpoints)
Xaseco Warning
Re: Xaseco Warning
Try repairing the records table.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Re: Xaseco Warning
Fixed