Skip to content

memory-only mode #41

Description

@lucas-sarie

Hello,

I am trying to use the extension and I am facing instabillity with the extension. When I open the log file i see errors and I wonder if that cause the instabillity:

[17:35:25.881] [INFO] [AGENT] Starting differential SQLite sync...
[17:35:26.449] [ERROR] [GENERAL] [Storage] Database initialization attempt 1 failed
[Exception] TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'Microsoft.Data.Sqlite.SqliteConnection'.
[StackTrace]    à Microsoft.Data.Sqlite.SqliteConnection..ctor(String connectionString)
   à LocalPilot.Services.StorageService.InitializeDatabase()
[Inner] Impossible de charger le fichier ou l'assembly 'SQLitePCLRaw.core, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=1488e028ca7ab535' ou une de ses dépendances. Le fichier spécifié est introuvable.

[17:35:26.450] [ERROR] [GENERAL] [Storage] Database initialization attempt 2 failed
[Exception] TypeInitializationException: Une exception a été levée par l'initialiseur de type pour 'Microsoft.Data.Sqlite.SqliteConnection'.
[StackTrace]    à Microsoft.Data.Sqlite.SqliteConnection..ctor(String connectionString)
   à LocalPilot.Services.StorageService.InitializeDatabase()
[Inner] Impossible de charger le fichier ou l'assembly 'SQLitePCLRaw.core, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=1488e028ca7ab535' ou une de ses dépendances. Le fichier spécifié est introuvable.

[17:35:26.450] [ERROR] [STORAGE] CRITICAL: Self-healing failed. LocalPilot will proceed in memory-only mode where possible.
[17:35:26.450] [ERROR] [GENERAL] [RAG] Failed to read DB snapshot
[Exception] InvalidOperationException: LocalPilot Storage Engine failed to initialize. Please check the logs.
[StackTrace]    à LocalPilot.Services.StorageService.GetConnection()
   à LocalPilot.Services.ProjectContextService.<GetFileHashesFromDbAsync>d__13.MoveNext()

Regards

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions