You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.Enumerator.InitializeReader(Enumerator enumerator) at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func3 operation, Func3 verifySucceeded) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable1.Enumerator.MoveNext()
at Dinah.Core.Collections.Generic.IEnumerable_T_Ext.ToDictionarySafe[TKey,TSource](IEnumerable1 source, Func2 keySelector, WinnerEnum winner)
at DtoImporterService.BookImporter.loadLocal_books(IEnumerable1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\BookImporter.cs:line 51 at DtoImporterService.BookImporter.DoImport(IEnumerable1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\BookImporter.cs:line 36
at DtoImporterService.ImporterBase1.Run[TResult](Func2 func, T param) in D:\a\Libation\Libation\Source\DtoImporterService\ImporterBase.cs:line 39
at DtoImporterService.LibraryBookImporter.DoImport(IEnumerable1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\LibraryBookImporter.cs:line 24 at DtoImporterService.ImporterBase1.Run[TResult](Func2 func, T param) in D:\a\Libation\Libation\Source\DtoImporterService\ImporterBase.cs:line 39 at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at ApplicationServices.LibraryCommands.importIntoDbAsync(List1 importItems) in D:\a\Libation\Libation\Source\ApplicationServices\LibraryCommands.cs:line 324 at ApplicationServices.LibraryCommands.ImportAccountAsync(Func2 apiExtendedfunc, Account[] accounts) in D:\a\Libation\Libation\Source\ApplicationServices\LibraryCommands.cs:line 143
at LibationWinForms.Form1.scanLibrariesAsync(Account[] accounts) in D:\a\Libation\Libation\Source\LibationWinForms\Form1.ScanManual.cs:line 77Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
[e.g. Windows 10, Windows 11, Mac, Linux (State distribution)]
SQLite Error 13: 'database or disk is full'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable
1.Enumerator.InitializeReader(Enumerator enumerator) at Microsoft.EntityFrameworkCore.Storage.NonRetryingExecutionStrategy.Execute[TState,TResult](TState state, Func
3 operation, Func3 verifySucceeded) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable
1.Enumerator.MoveNext()at Dinah.Core.Collections.Generic.IEnumerable_T_Ext.ToDictionarySafe[TKey,TSource](IEnumerable
1 source, Func
2 keySelector, WinnerEnum winner)at DtoImporterService.BookImporter.loadLocal_books(IEnumerable
1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\BookImporter.cs:line 51 at DtoImporterService.BookImporter.DoImport(IEnumerable
1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\BookImporter.cs:line 36at DtoImporterService.ImporterBase
1.Run[TResult](Func
2 func, T param) in D:\a\Libation\Libation\Source\DtoImporterService\ImporterBase.cs:line 39at DtoImporterService.LibraryBookImporter.DoImport(IEnumerable
1 importItems) in D:\a\Libation\Libation\Source\DtoImporterService\LibraryBookImporter.cs:line 24 at DtoImporterService.ImporterBase
1.Run[TResult](Func2 func, T param) in D:\a\Libation\Libation\Source\DtoImporterService\ImporterBase.cs:line 39 at System.Threading.Tasks.Task
1.InnerInvoke()at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at ApplicationServices.LibraryCommands.importIntoDbAsync(List
1 importItems) in D:\a\Libation\Libation\Source\ApplicationServices\LibraryCommands.cs:line 324 at ApplicationServices.LibraryCommands.ImportAccountAsync(Func
2 apiExtendedfunc, Account[] accounts) in D:\a\Libation\Libation\Source\ApplicationServices\LibraryCommands.cs:line 143at LibationWinForms.Form1.scanLibrariesAsync(Account[] accounts) in D:\a\Libation\Libation\Source\LibationWinForms\Form1.ScanManual.cs:line 77Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
[e.g. Windows 10, Windows 11, Mac, Linux (State distribution)]
Log Files
Attach your Libation log file here.
_Log202502.zip
The text was updated successfully, but these errors were encountered: