2019-08-25, 06:19
Hello again. I moved some files around and tried to clean the database, but now I'm getting two references for a few videos. This error in the logs.
I did run the delete_file trigger SQL query when I set it up. Is there something else I need to do? Is this error to be expected because I'm only using 5 of the 9 databases? I think I noticed a typo in the delete_file trigger. You have Kodi_U03_Video_116 in there twice and skipped U04, so I changed that when I ran it. Was that not correct?sql:2019-08-24 18:54:57.485 T:4088872976 NOTICE: CleanDatabase: Starting videodatabase cleanup ..
2019-08-24 18:55:14.167 T:4088872976 ERROR: SQL: [Kodi_U01_Video_116] The table does not exist
Query: DELETE FROM files WHERE idFile IN (334,424,487,493,497,674,738,833,853,863,1033,1137,1297,1482,3,3,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,176,177,178,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,243,244,245,246,247,248,249,249,250,251,252,253,254,255,256,257,258,259,260,261,261,262,263,264)
2019-08-24 18:55:14.168 T:4088872976 ERROR: CleanDatabase failed