Playback Error on Every Video - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Playback Error on Every Video (/t-playback-error-on-every-video) Pages:
1
2
|
Playback Error on Every Video - joekun - 2024-05-17 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 1 streams, CancellationToken cancellationToken) 2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken
RE: Playback Error on Every Video - TheDreadPirate - 2024-05-17 Can you share your full jellyfin log? It looks like you either have a zombie instance running or that you did not fully purge the last setup. RE: Playback Error on Every Video - joekun - 2024-05-17 Thanks DreadPirate. It was way over the attachment limit so I zipped it. RE: Playback Error on Every Video - TheDreadPirate - 2024-05-17 It looks like you have larger problems. Code: [2024-05-17 00:02:58.328 +00:00] [ERR] [51] MediaBrowser.Providers.TV.EpisodeMetadataService: Error in "Probe Provider" Either you have a zombie jellyfin process or your DB is borked. RE: Playback Error on Every Video - joekun - 2024-05-17 Any recommendations? Yesterday I uninstalled my server, uninstalled Container Manager, rebooted my NAS, and started over. Even my Docker share was completely wiped out. Wouldn't the db be in there? RE: Playback Error on Every Video - gnattu - 2024-05-17 Try Jellfyin 10.9.2 RE: Playback Error on Every Video - joekun - 2024-05-18 Completely wiped out the container, image, container manager package, Docker shared folder. Rebooted and set it up again using the latest 10.9.2 image. Added one library and let it scan. Failed. On the positive side of things, it DID actually play a movie file that it did index. RE: Playback Error on Every Video - TheDreadPirate - 2024-05-18 Can you share your logs from the new instance so we can investigate the scan failures? RE: Playback Error on Every Video - joekun - 2024-05-18 Yes. I'm attaching it. After I posted I decided to try 10.8.9. I have installed that version and started a library scan. Also this time I did not install any plugins before adding a folder to my library. I'm wondering if a plugin might have caused the issue. I had installed several different metadata sources before. RE: Playback Error on Every Video - TheDreadPirate - 2024-05-18 Networking issue? Code: [2024-05-18 00:11:12.187 +00:00] [ERR] [32] MediaBrowser.Providers.Manager.ProviderManager: "MovieProvider" failed in GetImageInfos for type "Movie" at "/video/Movies/Windstruck.mkv" Do you have a pihole or something? |