Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite Error 13 #1140

Open
bronzAngel opened this issue Feb 15, 2025 · 1 comment
Open

SQLite Error 13 #1140

bronzAngel opened this issue Feb 15, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@bronzAngel
Copy link

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.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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. 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)]

Log Files
Attach your Libation log file here.

_Log202502.zip

@bronzAngel bronzAngel added the bug Something isn't working label Feb 15, 2025
@rmcrackan
Copy link
Owner

I assume that so many books were downloaded that it maxed out that drive. If you move some books elsewhere do you still get this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants