Jellyfin loads very slowly when clicking on actor avatars to filter movies #3886

Closed
opened 2026-02-07 00:03:55 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @JamYiz on GitHub (Jun 9, 2022).

Please describe your bug

Jellyfin loads very slowly when clicking on actor avatars to filter movies

Jellyfin Version

10.8.0

if other:

No response

Environment

- OS:Whindows
- Virtualization:
- Clients:Browser
- Browser:Edge 102.0.1245.33
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration:
- Plugins:none
- Reverse Proxy:none
- Base URL:none
- Networking:
- Storage:local

Jellyfin logs

[2022-06-09 19:04:59.703 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc" to "127.0.0.1" in 0:00:21.0674992 with Status Code 200
[2022-06-09 19:05:20.101 +08:00] [WRN] [49] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/524c0c38244244adaa5dfe1e7d030323/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=db2161075788425c00729ac31ab1d239" to "127.0.0.1" in 0:00:05.3819443 with Status Code 200
[2022-06-09 19:05:20.182 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/dc02f71bd8631f79379a44d6bbf3e5b6/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=fec332f27c1d048cc6c95a5b5201d75e" to "127.0.0.1" in 0:00:06.1649973 with Status Code 200
[2022-06-09 19:05:20.239 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/8b54e2ab9f0d5f76c8c62734f38a5c30/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=e429b999fea79fad1b9b8e9cca356c32" to "127.0.0.1" in 0:00:05.5156908 with Status Code 200
[2022-06-09 19:05:20.283 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/be145bc7712b2a88df63480b3f18d6c0/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=ce6c400c90a82770dea25f99f9499fa9" to "127.0.0.1" in 0:00:05.563806 with Status Code 200
[2022-06-09 19:05:20.406 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/6b1ab01b095d272eb2e1ff355fc39f98/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=59ec6ad84695076f910546160097c745" to "127.0.0.1" in 0:00:05.6868313 with Status Code 200
[2022-06-09 19:05:21.706 +08:00] [ERR] [3] MediaBrowser.Providers.People.PersonMetadataService: Error in "TheMovieDb"
System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (api.themoviedb.org:443)
 ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken)
   at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken)
   at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken)
   at TMDbLib.Client.TMDbClient.GetConfigAsync()
   at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync()
   at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchPersonAsync(String name, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider.GetMetadata(PersonLookupInfo info, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2022-06-09 19:05:21.722 +08:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9" to "127.0.0.1" in 0:00:21.0624573 with Status Code 200
[2022-06-09 19:05:48.600 +08:00] [ERR] [40] MediaBrowser.Providers.People.PersonMetadataService: Error in "TheMovieDb"
System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (api.themoviedb.org:443)
 ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken)
   at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken)
   at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken)
   at TMDbLib.Client.TMDbClient.GetConfigAsync()
   at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync()
   at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchPersonAsync(String name, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider.GetMetadata(PersonLookupInfo info, CancellationToken cancellationToken)
   at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)
[2022-06-09 19:05:48.617 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/a1d41508df16d26afdaef26ee510fc64" to "127.0.0.1" in 0:00:21.043298 with Status Code 200

FFmpeg logs

No response

Please attach any browser or client logs here

​ Stored JSON credentials: {"Servers":[{"DateLastAccessed":1654772421220,"LastConnectionMode":2,"ManualAddress":"http://localhost:8096","manualAddressOnly":true,"Name":"DESKTOP-EDU3M4L","Id":"53761b4fc4b9422e88cc4e6eece0bd4e","LocalAddress":"http://127.0.0.1:8096","AccessToken":"fc163598245b4ea095ab2e968541d1c9","UserId":"95b4f62fd97440a5af52d1635004dcfd"}]}
​ Begin ConnectionManager constructor
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ Translation dictionary is empty.
Te @ main.jellyfin.bundle.js:2
​ returning instance from getOrAddApiClient
​ defining core routes
​ loading installed plugins
​ loading packages
​ getTryConnectPromise http://localhost:8096
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager requesting url: http://localhost:8096/system/info/public
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 fetchWithTimeout: timeoutMs: 20000, url: http://localhost:8096/system/info/public
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 fetchWithTimeout: succeeded connecting to url: http://localhost:8096/system/info/public
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager response status: 200, url: http://localhost:8096/system/info/public
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Reconnect succeeded to http://localhost:8096
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager requesting url: http://localhost:8096/System/Info
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager response status: 200, url: http://localhost:8096/System/Info
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 returning instance from getOrAddApiClient
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Setting server address to http://localhost:8096
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting url without automatic networking: http://localhost:8096/Sessions/Capabilities/Full
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 calling apiClient.ensureWebSocket
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 opening web socket with url: ws://localhost:8096/socket?api_key=fc163598245b4ea095ab2e968541d1c9&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwMS4wLjQ5NTEuNjQgU2FmYXJpLzUzNy4zNnwxNjUzMjEwMDc3Mzg3
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 returning instance from getOrAddApiClient
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/DisplayPreferences/usersettings?userId=95b4f62fd97440a5af52d1635004dcfd&client=emby
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 resolving connectToServers with result.State: SignedIn
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/807b9d284ee4ac3d3d4994d3b19f4939
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 web socket connection opened
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Sessions?ControllableByUserId=95b4f62fd97440a5af52d1635004dcfd
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/System/Endpoint
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=807b9d284ee4ac3d3d4994d3b19f4939
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/055b7df76d5a79365590117c0e1bde14
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/807b9d284ee4ac3d3d4994d3b19f4939/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/807b9d284ee4ac3d3d4994d3b19f4939
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie%2Cseries%2Cbook&ImageTypes=Backdrop&EnableTotalRecordCount=false&MaxOfficialRating=PG-13
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A30.426Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie&ImageTypes=Backdrop&ParentId=3227ce1e069754c594af25ea66d69fc7&EnableTotalRecordCount=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8eb594b1e4a742b57a555f5001c570a9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/SyncPlay/List
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A37.972Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/5194f53201d99bfc81ea19c1ce3a5114/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/5194f53201d99bfc81ea19c1ce3a5114
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/5194f53201d99bfc81ea19c1ce3a5114/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/c9db729af7d893d9c14550be0e1c7148/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/c9db729af7d893d9c14550be0e1c7148
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=807b9d284ee4ac3d3d4994d3b19f4939
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A44.991Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/d2f2941245392fcf2e92d5ed8c25a17f
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=8eb594b1e4a742b57a555f5001c570a9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=c9db729af7d893d9c14550be0e1c7148
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=3746ea05b8daec240c5761242a530efc
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
index.html#!/details?id=3746ea05b8daec240c5761242a530efc&serverId=53761b4fc4b9422e88cc4e6eece0bd4e:1

   Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received

main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/d2f2941245392fcf2e92d5ed8c25a17f
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A04%3A43.449Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/QuickConnect/Enabled
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/DisplayPreferences/usersettings?userId=95b4f62fd97440a5af52d1635004dcfd&client=emby
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A04%3A58.361Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=3746ea05b8daec240c5761242a530efc
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8eb594b1e4a742b57a555f5001c570a9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A05%3A10.971Z&EnableRewatching=false
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=100&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=8eb594b1e4a742b57a555f5001c570a9
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8e5957be2e5e17a24f5a570e41f4f489
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/a1d41508df16d26afdaef26ee510fc64/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/a1d41508df16d26afdaef26ee510fc64
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=a1d41508df16d26afdaef26ee510fc64
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/2e4cf5dd092eb42bbe99f886e7d76488/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/2e4cf5dd092eb42bbe99f886e7d76488
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/2e4cf5dd092eb42bbe99f886e7d76488/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3af426655d9fb512152cacff951d379d/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3af426655d9fb512152cacff951d379d
main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive

Please attach any screenshots here

图片

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @JamYiz on GitHub (Jun 9, 2022). ### Please describe your bug Jellyfin loads very slowly when clicking on actor avatars to filter movies ### Jellyfin Version 10.8.0 ### if other: _No response_ ### Environment ```markdown - OS:Whindows - Virtualization: - Clients:Browser - Browser:Edge 102.0.1245.33 - FFmpeg Version: - Playback Method: - Hardware Acceleration: - Plugins:none - Reverse Proxy:none - Base URL:none - Networking: - Storage:local ``` ### Jellyfin logs ```shell [2022-06-09 19:04:59.703 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc" to "127.0.0.1" in 0:00:21.0674992 with Status Code 200 [2022-06-09 19:05:20.101 +08:00] [WRN] [49] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/524c0c38244244adaa5dfe1e7d030323/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=db2161075788425c00729ac31ab1d239" to "127.0.0.1" in 0:00:05.3819443 with Status Code 200 [2022-06-09 19:05:20.182 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/dc02f71bd8631f79379a44d6bbf3e5b6/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=fec332f27c1d048cc6c95a5b5201d75e" to "127.0.0.1" in 0:00:06.1649973 with Status Code 200 [2022-06-09 19:05:20.239 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/8b54e2ab9f0d5f76c8c62734f38a5c30/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=e429b999fea79fad1b9b8e9cca356c32" to "127.0.0.1" in 0:00:05.5156908 with Status Code 200 [2022-06-09 19:05:20.283 +08:00] [WRN] [50] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/be145bc7712b2a88df63480b3f18d6c0/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=ce6c400c90a82770dea25f99f9499fa9" to "127.0.0.1" in 0:00:05.563806 with Status Code 200 [2022-06-09 19:05:20.406 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Items/6b1ab01b095d272eb2e1ff355fc39f98/Images/Primary?fillHeight=379&fillWidth=268&quality=96&tag=59ec6ad84695076f910546160097c745" to "127.0.0.1" in 0:00:05.6868313 with Status Code 200 [2022-06-09 19:05:21.706 +08:00] [ERR] [3] MediaBrowser.Providers.People.PersonMetadataService: Error in "TheMovieDb" System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (api.themoviedb.org:443) ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) at TMDbLib.Client.TMDbClient.GetConfigAsync() at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchPersonAsync(String name, CancellationToken cancellationToken) at MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider.GetMetadata(PersonLookupInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) [2022-06-09 19:05:21.722 +08:00] [WRN] [3] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9" to "127.0.0.1" in 0:00:21.0624573 with Status Code 200 [2022-06-09 19:05:48.600 +08:00] [ERR] [40] MediaBrowser.Providers.People.PersonMetadataService: Error in "TheMovieDb" System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (api.themoviedb.org:443) ---> System.Net.Sockets.SocketException (10060): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) at TMDbLib.Client.TMDbClient.GetConfigAsync() at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchPersonAsync(String name, CancellationToken cancellationToken) at MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider.GetMetadata(PersonLookupInfo info, CancellationToken cancellationToken) at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) [2022-06-09 19:05:48.617 +08:00] [WRN] [40] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/a1d41508df16d26afdaef26ee510fc64" to "127.0.0.1" in 0:00:21.043298 with Status Code 200 ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here ​ Stored JSON credentials: {"Servers":[{"DateLastAccessed":1654772421220,"LastConnectionMode":2,"ManualAddress":"http://localhost:8096","manualAddressOnly":true,"Name":"DESKTOP-EDU3M4L","Id":"53761b4fc4b9422e88cc4e6eece0bd4e","LocalAddress":"http://127.0.0.1:8096","AccessToken":"fc163598245b4ea095ab2e968541d1c9","UserId":"95b4f62fd97440a5af52d1635004dcfd"}]} ​ Begin ConnectionManager constructor ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ Translation dictionary is empty. Te @ main.jellyfin.bundle.js:2 ​ returning instance from getOrAddApiClient ​ defining core routes ​ loading installed plugins ​ loading packages ​ getTryConnectPromise http://localhost:8096 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager requesting url: http://localhost:8096/system/info/public main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 fetchWithTimeout: timeoutMs: 20000, url: http://localhost:8096/system/info/public main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 fetchWithTimeout: succeeded connecting to url: http://localhost:8096/system/info/public main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager response status: 200, url: http://localhost:8096/system/info/public main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Reconnect succeeded to http://localhost:8096 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager requesting url: http://localhost:8096/System/Info main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 ConnectionManager response status: 200, url: http://localhost:8096/System/Info main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 returning instance from getOrAddApiClient main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Setting server address to http://localhost:8096 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting url without automatic networking: http://localhost:8096/Sessions/Capabilities/Full main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 calling apiClient.ensureWebSocket main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 opening web socket with url: ws://localhost:8096/socket?api_key=fc163598245b4ea095ab2e968541d1c9&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwMS4wLjQ5NTEuNjQgU2FmYXJpLzUzNy4zNnwxNjUzMjEwMDc3Mzg3 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 returning instance from getOrAddApiClient main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/DisplayPreferences/usersettings?userId=95b4f62fd97440a5af52d1635004dcfd&client=emby main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 resolving connectToServers with result.State: SignedIn main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/807b9d284ee4ac3d3d4994d3b19f4939 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 web socket connection opened main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Sessions?ControllableByUserId=95b4f62fd97440a5af52d1635004dcfd main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/System/Endpoint main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=807b9d284ee4ac3d3d4994d3b19f4939 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/055b7df76d5a79365590117c0e1bde14 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/807b9d284ee4ac3d3d4994d3b19f4939/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/807b9d284ee4ac3d3d4994d3b19f4939 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/055b7df76d5a79365590117c0e1bde14/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie%2Cseries%2Cbook&ImageTypes=Backdrop&EnableTotalRecordCount=false&MaxOfficialRating=PG-13 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A30.426Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=IsFavoriteOrLiked%2CRandom&Limit=20&Recursive=true&IncludeItemTypes=movie&ImageTypes=Backdrop&ParentId=3227ce1e069754c594af25ea66d69fc7&EnableTotalRecordCount=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8eb594b1e4a742b57a555f5001c570a9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/SyncPlay/List main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A37.972Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/5194f53201d99bfc81ea19c1ce3a5114/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/5194f53201d99bfc81ea19c1ce3a5114 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/5194f53201d99bfc81ea19c1ce3a5114/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/c9db729af7d893d9c14550be0e1c7148/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/c9db729af7d893d9c14550be0e1c7148 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=807b9d284ee4ac3d3d4994d3b19f4939 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A01%3A44.991Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/d2f2941245392fcf2e92d5ed8c25a17f main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=8eb594b1e4a742b57a555f5001c570a9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=c9db729af7d893d9c14550be0e1c7148 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=3746ea05b8daec240c5761242a530efc main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive index.html#!/details?id=3746ea05b8daec240c5761242a530efc&serverId=53761b4fc4b9422e88cc4e6eece0bd4e:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/d2f2941245392fcf2e92d5ed8c25a17f main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3746ea05b8daec240c5761242a530efc main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3746ea05b8daec240c5761242a530efc/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/d2f2941245392fcf2e92d5ed8c25a17f/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A04%3A43.449Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/QuickConnect/Enabled main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/DisplayPreferences/usersettings?userId=95b4f62fd97440a5af52d1635004dcfd&client=emby main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A04%3A58.361Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=3746ea05b8daec240c5761242a530efc main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8eb594b1e4a742b57a555f5001c570a9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8eb594b1e4a742b57a555f5001c570a9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/104cc26e4b3b5bc1ff47c4f72d3a03e9/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Views main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/LiveTv/Programs/Recommended?userId=95b4f62fd97440a5af52d1635004dcfd&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=95b4f62fd97440a5af52d1635004dcfd&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2021-06-09T11%3A05%3A10.971Z&EnableRewatching=false main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3227ce1e069754c594af25ea66d69fc7 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=0&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortBy=DateCreated%2CSortName%2CProductionYear&SortOrder=Descending&IncludeItemTypes=Movie&Recursive=true&Fields=PrimaryImageAspectRatio%2CMediaSourceCount%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&StartIndex=100&ParentId=3227ce1e069754c594af25ea66d69fc7&Limit=100 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=8eb594b1e4a742b57a555f5001c570a9 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/8e5957be2e5e17a24f5a570e41f4f489 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/a1d41508df16d26afdaef26ee510fc64/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/a1d41508df16d26afdaef26ee510fc64 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/8e5957be2e5e17a24f5a570e41f4f489/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items?SortOrder=Ascending&IncludeItemTypes=Movie&Recursive=true&Fields=AudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo%2CAudioInfo%2CParentId%2CPrimaryImageAspectRatio%2CBasicSyncInfo&Limit=10&StartIndex=0&CollapseBoxSetItems=false&SortBy=SortName&PersonIds=a1d41508df16d26afdaef26ee510fc64 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/2e4cf5dd092eb42bbe99f886e7d76488/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/2e4cf5dd092eb42bbe99f886e7d76488 main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/2e4cf5dd092eb42bbe99f886e7d76488/Similar?userId=95b4f62fd97440a5af52d1635004dcfd&limit=12&fields=PrimaryImageAspectRatio%2CCanDelete main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Items/3af426655d9fb512152cacff951d379d/ThemeMedia?userId=95b4f62fd97440a5af52d1635004dcfd&InheritFromParent=true main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Requesting http://localhost:8096/Users/95b4f62fd97440a5af52d1635004dcfd/Items/3af426655d9fb512152cacff951d379d main.jellyfin.bundle.js?a58445ab64f53ecc5415:2 Sending web socket message: KeepAlive ### Please attach any screenshots here ![图片](https://user-images.githubusercontent.com/44351690/172833420-c8835ec9-0dc5-4859-ba2d-18860863d9fb.png) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bug label 2026-02-07 00:03:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3886