2024-05-17, 08:04 PM
(This post was last modified: 2024-05-17, 08:06 PM by joekun. Edited 1 time in total.)
I'm new to Jellyfin. I installed in container manager on my DS918+ using the latest 10.9.1 official image. Yesterday I wiped it and started over so I have a new instance of Jellyfin as of yesterday. This morning I added a couple libraries yesterday and left it to scan. This morning I opened it and added a couple more libraries. On the last one it said there was an error and I should check to make sure the location existed and that Jellyfin had access to it, but it DID add the library. Then I started looking over the metadata and seeing what I needed to clean up.
No matter what library I'm looking at when I try to click the little 3 dot icon in the corner of the art nothing happens at all. So I tried to play a video and I get an error "Playback Error: There was an error processing the request. Please try again later." This happens on every video I've tried in every library I've tried. I do have the "Transcode Killer" plugin. I assume this keeps Jellyfin from transcoding video. I want to get the original file streamed to my devices. I wasn't sure if the plugin might be part of the issue so I disabled it but that didn't change anything.
I don't know if it's related but under scheduled tasks I noticed that Scan Media Library failed. The log file is massive, but I'm seeing a lot of errors like this one that say 'database is locked'.
Any help greatly appreciated. Thanks!
[2024-05-17 00:01:20.014 +00:00] [ERR] [67] MediaBrowser.Providers.Videos.VideoMetadataService: Error in "Probe Provider"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveMediaStreams(Guid id, IReadOnlyList
No matter what library I'm looking at when I try to click the little 3 dot icon in the corner of the art nothing happens at all. So I tried to play a video and I get an error "Playback Error: There was an error processing the request. Please try again later." This happens on every video I've tried in every library I've tried. I do have the "Transcode Killer" plugin. I assume this keeps Jellyfin from transcoding video. I want to get the original file streamed to my devices. I wasn't sure if the plugin might be part of the issue so I disabled it but that didn't change anything.
I don't know if it's related but under scheduled tasks I noticed that Scan Media Library failed. The log file is massive, but I'm seeing a lot of errors like this one that say 'database is locked'.
Any help greatly appreciated. Thanks!
[2024-05-17 00:01:20.014 +00:00] [ERR] [67] MediaBrowser.Providers.Videos.VideoMetadataService: Error in "Probe Provider"
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteTransaction..ctor(SqliteConnection connection, IsolationLevel isolationLevel, Boolean deferred)
at Emby.Server.Implementations.Data.SqliteItemRepository.SaveMediaStreams(Guid id, IReadOnlyList
1 streams, CancellationToken cancellationToken)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.Fetch(Video video, CancellationToken cancellationToken, MediaInfo mediaInfo, BlurayDiscInfo blurayInfo, MetadataRefreshOptions options)
at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService
2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken