I get this error message when opening KAM:
Quote:
[ 1/8/2019 2:00:29 AM ] [Kiwi v1.5.3]
Error reading the records for this process! (monitor_GP)
System.Data.SQLite.SQLiteException: Some kind of disk I/O error occurred
disk I/O error
at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at Kiwi_Application_Monitor.Monitor.Glavna_Procedura()
None of my Advanced Rules are present

I've tried to import 3 saved Advanced Rules, but then I get this:
Quote:
[ 1/8/2019 1:59:49 AM ] [Kiwi v1.5.3]
Error saving the advanced rules into the database!
System.Data.SQLite.SQLiteException: SQLite error
table 'JackettConsole_Advanced_Actions' already exists
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
at Kiwi_Application_Monitor.Advanced_Actions.Posodobi_Bazo_Advanced_Actions(String Proces_Ime)
I'm guessing my only options is to delete the SQLite file, but i cannot find its location.
Lend a hand, please?