Events are not being added?

Support for the docker image maintained by dlandon
Post Reply
klop2031
Posts: 6
Joined: Thu Nov 05, 2020 1:01 am

Events are not being added?

Post by klop2031 »

I keep getting this error:

Can't insert frames: Cannot add or update a child row: a foreign key constraint fails (`zm`.`Frames`, CONSTRAINT `Frames_ibfk_1` FOREIGN KEY (`EventId`) REFERENCES `Events` (`Id`) ON DELETE CASCADE), sql was INSERT INTO `Frames` (`EventId`, `FrameId`, `Type`, `TimeStamp`, `Delta`, `Score`) VALUES ( 10, 7600, 'Bulk', from_unixtime( 1626800978 ), 506.67, 0 )

Why is this happening? This has never happened before. What can I do about it?
Version: v1.35.14
Post Reply