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

Jellyfin crashes on error "SQLite Error 10: 'disk I/O error'." #4430

Closed
bmillemathias opened this issue Nov 7, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@bmillemathias
Copy link

Since this week my jellyfin server stops with such exception

[15:36:11] [FTL] [1] Main: Error while starting server.
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 10: 'disk I/O error'.
   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
   at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements(Stopwatch timer)+MoveNext()
   at Microsoft.Data.Sqlite.SqliteCommand.GetStatements(Stopwatch timer)+MoveNext()
....
[15:36:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
[15:36:11] [INF] [2] Main: Received a SIGTERM signal, shutting down

it might be related to #3667 because this is somewhat the same version.

System (please complete the following information):

  • OS: Fedora
  • Virtualization: Docker
  • Clients: n/a
  • Browser: n/a
  • Jellyfin Version: 10.6.4
  • Playback: n/a
  • Installed Plugins: N/a
  • Reverse Proxy: traefik (but does not matter)
  • Base URL: none
  • Networking: N/a
  • Storage: local

To Reproduce
don't know

Expected behavior
not crashing

Logs
jellyfin.log

Screenshots
N/a

Additional context

@bmillemathias bmillemathias added the bug Something isn't working label Nov 7, 2020
@bmillemathias
Copy link
Author

ok, so I'm dumb. the filesystem was full.
sorry

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

1 participant