2023-11-19 10:31:25.263 -06:00 [INF] Restoring config file 2023-11-19 10:31:25.277 -06:00 [INF] No config file to restore is found 2023-11-19 10:31:25.526 -06:00 [INF] No Config is found 2023-11-19 10:31:26.106 -06:00 [INF] Checking for updates... 2023-11-19 10:31:26.630 -06:00 [INF] No updates detected. 2023-11-19 10:32:34.569 -06:00 [ERR] Unknown error occured code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error no such table: cookies 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.ExecuteReader() at LyndaCoursesDownloader.CourseExtractor.CookiesExtractor.ReadChromiumCookies(String profilePath) at LyndaCoursesDownloader.CourseExtractor.CookiesExtractor.ReadChromeCookies() at LyndaCoursesDownloader.CourseExtractor.Extractor.ExtractToken(Browser browser) at LyndaCoursesDownloader.GUIDownloader.MainForm.btnExtractToken_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at LyndaCoursesDownloader.GUIDownloader.Program.Main()