Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Issue]: Thumbnails remain blurred after refresh on Firefox #11672

Closed
1 task done
Wraaath opened this issue May 15, 2024 · 3 comments
Closed
1 task done

[Issue]: Thumbnails remain blurred after refresh on Firefox #11672

Wraaath opened this issue May 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Wraaath
Copy link

Wraaath commented May 15, 2024

Please describe your bug

Clearing the cache of my Jellyfin page works, until refreshing and the thumbnails turn blurry. In the browser console I get this message a bunch:

Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642’ to use ‘https’

This did not happen before upgrading to 10.9 from 10.8, although I'm not 100% postitive the upgrade did this.
Also does not happen at all in Chromium based browser.

Reproduction Steps

  1. I have Jellyfin running on a Windows VM
  2. I have Traefik v3 as my reverse-proxy with this configuration in my config.yml:
http:
 #region routers 
  routers:
    jellyfin:
      entryPoints:
        - "https"
      rule: "Host(`jellyfin.mydomain.com`)"
      middlewares:
        - default-headers
        - https-redirectscheme
      tls: {}
      service: jellyfin

  services:
    jellyfin:
      loadBalancer:
        servers:
          - url: "http://192.168.0.159:8096"
        passHostHeader: true

  middlewares:
    https-redirectscheme:
      redirectScheme:
        scheme: https
        permanent: true
    default-headers:
      headers:
        frameDeny: true
        browserXssFilter: true
        contentTypeNosniff: true
        forceSTSHeader: true
        stsIncludeSubdomains: true
        stsPreload: true
        stsSeconds: 15552000
        customFrameOptionsValue: SAMEORIGIN
        customRequestHeaders:
          X-Forwarded-Proto: https

Jellyfin Version

10.9.0

if other:

No response

Environment

- OS: Windows
- Virtualization: VM
- Clients: Firefox
- Browser: Firefox
- FFmpeg Version: Not sure, probably newest vers
- Hardware Acceleration: NVENC
- GPU Model: GTX 1050
- Plugins: Subbuz, Skin Manager, 
- Reverse Proxy: Traefik v3
- Networking:
- Storage: SMB-share to Windows VM

Jellyfin logs

en-US [main.jellyfin.bundle.js:1:282930](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
Stored JSON credentials: {"Servers":[{"DateLastAccessed":1715803268679,"LastConnectionMode":0,"ManualAddress":"http://192.168.0.159:8096/","Name":"WIN-C6QOLLJ7NLM","Id":"e737351c3d7140c984bcd402b7eb7014","LocalAddress":"http://192.168.0.159:8096/","AccessToken":"24cae8b378ac489fb424f26a40af0f04","UserId":"1e7d7001cd334bbf81d0849d7cf498d9"}]} [node_modules.jellyfin-apiclient.bundle.js:1:86520](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Begin ConnectionManager constructor [node_modules.jellyfin-apiclient.bundle.js:1:76194](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient serverAddress: http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:11871](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appName: Jellyfin Web [node_modules.jellyfin-apiclient.bundle.js:1:11924](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appVersion: 10.9.1 [node_modules.jellyfin-apiclient.bundle.js:1:11971](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceName: Firefox [node_modules.jellyfin-apiclient.bundle.js:1:12021](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:12071](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
jellyfin-web version 10.9.1 build 10.9.1 [main.jellyfin.bundle.js:1:248380](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
creating ApiClient singleton [main.jellyfin.bundle.js:1:10243](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
ApiClient serverAddress: http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:11871](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appName: Jellyfin Web [node_modules.jellyfin-apiclient.bundle.js:1:11924](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appVersion: 10.9.1 [node_modules.jellyfin-apiclient.bundle.js:1:11971](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceName: Firefox [node_modules.jellyfin-apiclient.bundle.js:1:12021](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:12071](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
loaded ApiClient singleton [main.jellyfin.bundle.js:1:10478](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
initAfterDependencies promises resolved [main.jellyfin.bundle.js:1:248605](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
using default fonts [main.jellyfin.bundle.js:1:249497](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
loading installed plugins [main.jellyfin.bundle.js:1:249635](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
loading packages [main.jellyfin.bundle.js:1:220964](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
ConnectionManager response status: 200, url: http://192.168.0.159:8096/System/Info [node_modules.jellyfin-apiclient.bundle.js:1:75546](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Setting server address to http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:19763](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting url without automatic networking: http://192.168.0.159:8096/Sessions/Capabilities/Full [node_modules.jellyfin-apiclient.bundle.js:1:14715](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
calling apiClient.ensureWebSocket [node_modules.jellyfin-apiclient.bundle.js:1:77012](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
opening web socket with url: ws://192.168.0.159:8096/socket?api_key=24cae8b378ac489fb424f26a40af0f04&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:18259](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Error opening web socket: SecurityError: The operation is insecure. [node_modules.jellyfin-apiclient.bundle.js:1:17897](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/DisplayPreferences/usersettings?userId=1e7d7001cd334bbf81d0849d7cf498d9&client=emby [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
en-US [main.jellyfin.bundle.js:1:282930](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[dateFnsLocale] updating date-fns locale en-us [main.jellyfin.bundle.js:1:377129](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[dateFnsLocale] mapped to date-fns locale en-US [main.jellyfin.bundle.js:1:377223](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
resolving connectToServers with result.State: SignedIn [node_modules.jellyfin-apiclient.bundle.js:1:82573](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
serviceWorker registered [main.jellyfin.bundle.js:1:247156](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[viewContainer] tryRestoreView 
Object { url: "/home.html", type: undefined, state: {…}, autoFocus: false, fullscreen: false, transition: undefined, options: {…} }
[main.jellyfin.bundle.js:1:210352](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Images/Primary?tag=d9121dfbcf4aa1d6cd8797f3a34eda8a&quality=90’ to use ‘https’
[Primary](http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Images/Primary?tag=d9121dfbcf4aa1d6cd8797f3a34eda8a&quality=90)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=1e7d7001cd334bbf81d0849d7cf498d9&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-05-16T20%3A11%3A32.591Z&EnableResumable=false&EnableRewatching=false [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=4e985111ed7f570b595204d82adb02f3 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=2b0d30ad63d7752c60cc3cace5b18347 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=e2c00f297a5f80af390f52f72e782147 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=c5514d1c303ee99911b553fb65782672’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=c5514d1c303ee99911b553fb65782672)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=d0670164bd569f20c1c22ee349a22eb4’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=d0670164bd569f20c1c22ee349a22eb4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=bed9832297889b69bd65d7bc7a274d68’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=bed9832297889b69bd65d7bc7a274d68)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/a708d863eca6dc93ac5fb79106cbe63d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=33c865e463b13cf477afeece8d1f8407’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/a708d863eca6dc93ac5fb79106cbe63d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=33c865e463b13cf477afeece8d1f8407)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=98acc2689fd47ca3952a273b3dabde42’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=98acc2689fd47ca3952a273b3dabde42)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4e985111ed7f570b595204d82adb02f3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=498bc68d278f937bb5d3fbcac2433868’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4e985111ed7f570b595204d82adb02f3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=498bc68d278f937bb5d3fbcac2433868)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/585267b3907bae0dd0d3fb615fbdb017/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=f971b757a8b65a3329ff8043fc4cca60’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/585267b3907bae0dd0d3fb615fbdb017/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=f971b757a8b65a3329ff8043fc4cca60)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4ade94e6d63ae1efde9901c05278356d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=2a2829dd259bbfbdd446da3a2dc1c756’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4ade94e6d63ae1efde9901c05278356d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=2a2829dd259bbfbdd446da3a2dc1c756)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6626512ad442cc05e05ec33a101291d3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=92ace3ce72cbcf2090ec0fa739c05365’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6626512ad442cc05e05ec33a101291d3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=92ace3ce72cbcf2090ec0fa739c05365)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6d001b712d44559bf2515085cfed67bc/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=48a4f81a088047a9568dd921750f22e7’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6d001b712d44559bf2515085cfed67bc/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=48a4f81a088047a9568dd921750f22e7)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/e243fd328cc092ee715c397f7bb3d9cd/Images/Primary?fillHeight=716&fillWidth=446&quality=96&tag=356d01e05d96051e8ab47c98ad9058b6’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/e243fd328cc092ee715c397f7bb3d9cd/Images/Primary?fillHeight=716&fillWidth=446&quality=96&tag=356d01e05d96051e8ab47c98ad9058b6)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/bf38633f2a324a9384a08a29efcbd3ce/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=183e3ce11cb874d688ac6eea54a4adf1’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/bf38633f2a324a9384a08a29efcbd3ce/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=183e3ce11cb874d688ac6eea54a4adf1)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/514caf69423a0ec7fd345c692d687960/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=01c2b0a3d8ab185cba2402ad1da77512’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/514caf69423a0ec7fd345c692d687960/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=01c2b0a3d8ab185cba2402ad1da77512)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/911937e674ee6a96adad29c1462ea805/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=4b7fc424cafc851adac5670b1b579d4e’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/911937e674ee6a96adad29c1462ea805/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=4b7fc424cafc851adac5670b1b579d4e)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/f4fe78a7c342c128e22692074f60261f/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=dd6f4d5cd2d9cfcfc7d0a87c4a66113b’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/f4fe78a7c342c128e22692074f60261f/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=dd6f4d5cd2d9cfcfc7d0a87c4a66113b)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/cd8bdf2f7025d5982d33b824fcf930e0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=571006405d82f309beccbe323cfd7e94’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/cd8bdf2f7025d5982d33b824fcf930e0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=571006405d82f309beccbe323cfd7e94)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6e106895b4c6f80698ad42e71f595cc0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=8ced8ab81d5ac14e216208215ac6d71b’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6e106895b4c6f80698ad42e71f595cc0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=8ced8ab81d5ac14e216208215ac6d71b)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/469e1d9f375e9cfe70c0739424f525c0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=338269725c679789c751050604908deb’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/469e1d9f375e9cfe70c0739424f525c0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=338269725c679789c751050604908deb)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/b7530b2d5e04a6e5d224a6671b3e4891/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=1917684ba09d6f7a54329db6cc4c841c’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/b7530b2d5e04a6e5d224a6671b3e4891/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=1917684ba09d6f7a54329db6cc4c841c)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/89b84e7ab8844d89592a42fb86d407ab/Images/Primary?fillHeight=660&fillWidth=446&quality=96&tag=4e82331f944a928f5e2ff2505a8781dd’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/89b84e7ab8844d89592a42fb86d407ab/Images/Primary?fillHeight=660&fillWidth=446&quality=96&tag=4e82331f944a928f5e2ff2505a8781dd)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/685be907ca6cbd6f4335042a9971ec40/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=22d2161a18f735f0d956c3aed368ff38’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/685be907ca6cbd6f4335042a9971ec40/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=22d2161a18f735f0d956c3aed368ff38)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4926407588420b55a618da57f33ef56d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=916720a0471c23b36e59d369ef6b49e8’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4926407588420b55a618da57f33ef56d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=916720a0471c23b36e59d369ef6b49e8)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/e9659cb9561c63b643c3bbf40d9c67c7/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=71117e9142e7940990bed48981988cce’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/e9659cb9561c63b643c3bbf40d9c67c7/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=71117e9142e7940990bed48981988cce)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/023a6da5fe3faec927d676d942485586/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=103b1888c255f0b4120a4ee48159c843’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/023a6da5fe3faec927d676d942485586/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=103b1888c255f0b4120a4ee48159c843)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/31403ebb75831ca546def184a8671847/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=6ef8994d2619256afbffb0e5c361795e’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/31403ebb75831ca546def184a8671847/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=6ef8994d2619256afbffb0e5c361795e)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/cbc8b9474ad35d9b0a0b816a080d68fb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=10df301c53fbd7ef19c8b67a3340e835’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/cbc8b9474ad35d9b0a0b816a080d68fb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=10df301c53fbd7ef19c8b67a3340e835)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4159f6518c65f252b7b28888b3a08363/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=7d5d1a89272ce8e65d95a1883aeb5514’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4159f6518c65f252b7b28888b3a08363/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=7d5d1a89272ce8e65d95a1883aeb5514)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642)
Requesting http://192.168.0.159:8096/System/Endpoint [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=500000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 524288 bytes loaded (500000 requested) in 0.016667000000000372 seconds -> 251653207 bps [node_modules.jellyfin-apiclient.bundle.js:1:20892](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=1000000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 1048576 bytes loaded (1000000 requested) in 0.016667000000000372 seconds -> 503306414 bps [node_modules.jellyfin-apiclient.bundle.js:1:20892](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=3000000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 4194304 bytes loaded (3000000 requested) in 0.050001000000000205 seconds -> 671075218 bps [node_modules.jellyfin-](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)

FFmpeg logs

No response

Please attach any browser or client logs here

en-US [main.jellyfin.bundle.js:1:282930](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
Stored JSON credentials: {"Servers":[{"DateLastAccessed":1715803268679,"LastConnectionMode":0,"ManualAddress":"http://192.168.0.159:8096/","Name":"WIN-C6QOLLJ7NLM","Id":"e737351c3d7140c984bcd402b7eb7014","LocalAddress":"http://192.168.0.159:8096/","AccessToken":"24cae8b378ac489fb424f26a40af0f04","UserId":"1e7d7001cd334bbf81d0849d7cf498d9"}]} [node_modules.jellyfin-apiclient.bundle.js:1:86520](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Begin ConnectionManager constructor [node_modules.jellyfin-apiclient.bundle.js:1:76194](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient serverAddress: http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:11871](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appName: Jellyfin Web [node_modules.jellyfin-apiclient.bundle.js:1:11924](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appVersion: 10.9.1 [node_modules.jellyfin-apiclient.bundle.js:1:11971](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceName: Firefox [node_modules.jellyfin-apiclient.bundle.js:1:12021](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:12071](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
jellyfin-web version 10.9.1 build 10.9.1 [main.jellyfin.bundle.js:1:248380](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
creating ApiClient singleton [main.jellyfin.bundle.js:1:10243](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
ApiClient serverAddress: http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:11871](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appName: Jellyfin Web [node_modules.jellyfin-apiclient.bundle.js:1:11924](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient appVersion: 10.9.1 [node_modules.jellyfin-apiclient.bundle.js:1:11971](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceName: Firefox [node_modules.jellyfin-apiclient.bundle.js:1:12021](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:12071](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
loaded ApiClient singleton [main.jellyfin.bundle.js:1:10478](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
initAfterDependencies promises resolved [main.jellyfin.bundle.js:1:248605](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
using default fonts [main.jellyfin.bundle.js:1:249497](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
loading installed plugins [main.jellyfin.bundle.js:1:249635](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
loading packages [main.jellyfin.bundle.js:1:220964](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
ConnectionManager response status: 200, url: http://192.168.0.159:8096/System/Info [node_modules.jellyfin-apiclient.bundle.js:1:75546](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Setting server address to http://192.168.0.159:8096/ [node_modules.jellyfin-apiclient.bundle.js:1:19763](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting url without automatic networking: http://192.168.0.159:8096/Sessions/Capabilities/Full [node_modules.jellyfin-apiclient.bundle.js:1:14715](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
calling apiClient.ensureWebSocket [node_modules.jellyfin-apiclient.bundle.js:1:77012](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
opening web socket with url: ws://192.168.0.159:8096/socket?api_key=24cae8b378ac489fb424f26a40af0f04&deviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTI3LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTI3LjB8MTcxNTgwMjczNDM4NQ11 [node_modules.jellyfin-apiclient.bundle.js:1:18259](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Error opening web socket: SecurityError: The operation is insecure. [node_modules.jellyfin-apiclient.bundle.js:1:17897](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
returning instance from getOrAddApiClient [node_modules.jellyfin-apiclient.bundle.js:1:80402](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/DisplayPreferences/usersettings?userId=1e7d7001cd334bbf81d0849d7cf498d9&client=emby [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
en-US [main.jellyfin.bundle.js:1:282930](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[dateFnsLocale] updating date-fns locale en-us [main.jellyfin.bundle.js:1:377129](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[dateFnsLocale] mapped to date-fns locale en-US [main.jellyfin.bundle.js:1:377223](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
resolving connectToServers with result.State: SignedIn [node_modules.jellyfin-apiclient.bundle.js:1:82573](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
serviceWorker registered [main.jellyfin.bundle.js:1:247156](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
[viewContainer] tryRestoreView 
Object { url: "/home.html", type: undefined, state: {…}, autoFocus: false, fullscreen: false, transition: undefined, options: {…} }
[main.jellyfin.bundle.js:1:210352](https://jellyfin.wraaath.com/web/main.jellyfin.bundle.js?a32cc7cf54b43478bbe4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Images/Primary?tag=d9121dfbcf4aa1d6cd8797f3a34eda8a&quality=90’ to use ‘https’
[Primary](http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Images/Primary?tag=d9121dfbcf4aa1d6cd8797f3a34eda8a&quality=90)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Shows/NextUp?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CPath%2CMediaSourceCount&UserId=1e7d7001cd334bbf81d0849d7cf498d9&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-05-16T20%3A11%3A32.591Z&EnableResumable=false&EnableRewatching=false [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Resume?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=30&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=4e985111ed7f570b595204d82adb02f3 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=2b0d30ad63d7752c60cc3cace5b18347 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Users/1e7d7001cd334bbf81d0849d7cf498d9/Items/Latest?Limit=16&Fields=PrimaryImageAspectRatio%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=e2c00f297a5f80af390f52f72e782147 [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=c5514d1c303ee99911b553fb65782672’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=c5514d1c303ee99911b553fb65782672)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=d0670164bd569f20c1c22ee349a22eb4’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=d0670164bd569f20c1c22ee349a22eb4)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=bed9832297889b69bd65d7bc7a274d68’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/7e64e319657a9516ec78490da03edccb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=bed9832297889b69bd65d7bc7a274d68)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/a708d863eca6dc93ac5fb79106cbe63d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=33c865e463b13cf477afeece8d1f8407’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/a708d863eca6dc93ac5fb79106cbe63d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=33c865e463b13cf477afeece8d1f8407)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=98acc2689fd47ca3952a273b3dabde42’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=98acc2689fd47ca3952a273b3dabde42)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4e985111ed7f570b595204d82adb02f3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=498bc68d278f937bb5d3fbcac2433868’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4e985111ed7f570b595204d82adb02f3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=498bc68d278f937bb5d3fbcac2433868)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/585267b3907bae0dd0d3fb615fbdb017/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=f971b757a8b65a3329ff8043fc4cca60’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/585267b3907bae0dd0d3fb615fbdb017/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=f971b757a8b65a3329ff8043fc4cca60)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4ade94e6d63ae1efde9901c05278356d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=2a2829dd259bbfbdd446da3a2dc1c756’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4ade94e6d63ae1efde9901c05278356d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=2a2829dd259bbfbdd446da3a2dc1c756)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6626512ad442cc05e05ec33a101291d3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=92ace3ce72cbcf2090ec0fa739c05365’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6626512ad442cc05e05ec33a101291d3/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=92ace3ce72cbcf2090ec0fa739c05365)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6d001b712d44559bf2515085cfed67bc/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=48a4f81a088047a9568dd921750f22e7’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6d001b712d44559bf2515085cfed67bc/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=48a4f81a088047a9568dd921750f22e7)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/e243fd328cc092ee715c397f7bb3d9cd/Images/Primary?fillHeight=716&fillWidth=446&quality=96&tag=356d01e05d96051e8ab47c98ad9058b6’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/e243fd328cc092ee715c397f7bb3d9cd/Images/Primary?fillHeight=716&fillWidth=446&quality=96&tag=356d01e05d96051e8ab47c98ad9058b6)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/bf38633f2a324a9384a08a29efcbd3ce/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=183e3ce11cb874d688ac6eea54a4adf1’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/bf38633f2a324a9384a08a29efcbd3ce/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=183e3ce11cb874d688ac6eea54a4adf1)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/514caf69423a0ec7fd345c692d687960/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=01c2b0a3d8ab185cba2402ad1da77512’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/514caf69423a0ec7fd345c692d687960/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=01c2b0a3d8ab185cba2402ad1da77512)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/911937e674ee6a96adad29c1462ea805/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=4b7fc424cafc851adac5670b1b579d4e’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/911937e674ee6a96adad29c1462ea805/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=4b7fc424cafc851adac5670b1b579d4e)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/f4fe78a7c342c128e22692074f60261f/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=dd6f4d5cd2d9cfcfc7d0a87c4a66113b’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/f4fe78a7c342c128e22692074f60261f/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=dd6f4d5cd2d9cfcfc7d0a87c4a66113b)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/cd8bdf2f7025d5982d33b824fcf930e0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=571006405d82f309beccbe323cfd7e94’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/cd8bdf2f7025d5982d33b824fcf930e0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=571006405d82f309beccbe323cfd7e94)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/6e106895b4c6f80698ad42e71f595cc0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=8ced8ab81d5ac14e216208215ac6d71b’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/6e106895b4c6f80698ad42e71f595cc0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=8ced8ab81d5ac14e216208215ac6d71b)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/469e1d9f375e9cfe70c0739424f525c0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=338269725c679789c751050604908deb’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/469e1d9f375e9cfe70c0739424f525c0/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=338269725c679789c751050604908deb)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/b7530b2d5e04a6e5d224a6671b3e4891/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=1917684ba09d6f7a54329db6cc4c841c’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/b7530b2d5e04a6e5d224a6671b3e4891/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=1917684ba09d6f7a54329db6cc4c841c)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/89b84e7ab8844d89592a42fb86d407ab/Images/Primary?fillHeight=660&fillWidth=446&quality=96&tag=4e82331f944a928f5e2ff2505a8781dd’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/89b84e7ab8844d89592a42fb86d407ab/Images/Primary?fillHeight=660&fillWidth=446&quality=96&tag=4e82331f944a928f5e2ff2505a8781dd)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/685be907ca6cbd6f4335042a9971ec40/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=22d2161a18f735f0d956c3aed368ff38’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/685be907ca6cbd6f4335042a9971ec40/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=22d2161a18f735f0d956c3aed368ff38)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4926407588420b55a618da57f33ef56d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=916720a0471c23b36e59d369ef6b49e8’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4926407588420b55a618da57f33ef56d/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=916720a0471c23b36e59d369ef6b49e8)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/e9659cb9561c63b643c3bbf40d9c67c7/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=71117e9142e7940990bed48981988cce’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/e9659cb9561c63b643c3bbf40d9c67c7/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=71117e9142e7940990bed48981988cce)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/023a6da5fe3faec927d676d942485586/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=103b1888c255f0b4120a4ee48159c843’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/023a6da5fe3faec927d676d942485586/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=103b1888c255f0b4120a4ee48159c843)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/31403ebb75831ca546def184a8671847/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=6ef8994d2619256afbffb0e5c361795e’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/31403ebb75831ca546def184a8671847/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=6ef8994d2619256afbffb0e5c361795e)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/cbc8b9474ad35d9b0a0b816a080d68fb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=10df301c53fbd7ef19c8b67a3340e835’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/cbc8b9474ad35d9b0a0b816a080d68fb/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=10df301c53fbd7ef19c8b67a3340e835)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/4159f6518c65f252b7b28888b3a08363/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=7d5d1a89272ce8e65d95a1883aeb5514’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/4159f6518c65f252b7b28888b3a08363/Images/Primary?fillHeight=400&fillWidth=710&quality=96&tag=7d5d1a89272ce8e65d95a1883aeb5514)
Mixed Content: Upgrading insecure display request ‘http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642’ to use ‘https’
[Primary](http://192.168.0.159:8096/Items/50cf139e45527b3878fc1b08c5121f87/Images/Primary?fillHeight=670&fillWidth=446&quality=96&tag=c45e05d77f018c2d07238c8b8317d642)
Requesting http://192.168.0.159:8096/System/Endpoint [node_modules.jellyfin-apiclient.bundle.js:1:13638](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=500000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 524288 bytes loaded (500000 requested) in 0.016667000000000372 seconds -> 251653207 bps [node_modules.jellyfin-apiclient.bundle.js:1:20892](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=1000000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 1048576 bytes loaded (1000000 requested) in 0.016667000000000372 seconds -> 503306414 bps [node_modules.jellyfin-apiclient.bundle.js:1:20892](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
Requesting http://192.168.0.159:8096/Playback/BitrateTest?Size=3000000 [node_modules.jellyfin-apiclient.bundle.js:1:20449](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)
BitrateTest 4194304 bytes loaded (3000000 requested) in 0.050001000000000205 seconds -> 671075218 bps [node_modules.jellyfin-](https://jellyfin.wraaath.com/web/node_modules.jellyfin-apiclient.bundle.js?a32cc7cf54b43478bbe4)

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Wraaath Wraaath added the bug Something isn't working label May 15, 2024
@jellyfin-bot
Copy link
Contributor

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • The format of the environment section has been altered from the template.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

@rightsaidfred99
Copy link

Not just Firefox, Safari and Orion are blank thumbnails. Usually have to refresh F5 every page

@Wraaath
Copy link
Author

Wraaath commented May 28, 2024

Fixed in Jellyfin 10.9.3

@Wraaath Wraaath closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants