[Issue]: Cannot access Jellyfin after upgrading to 10.9.x #6066

Closed
opened 2025-12-22 03:30:27 +01:00 by backuprepo · 2 comments
Owner

Originally created by @marvintnk on GitHub (Jun 27, 2024).

Please describe your bug

Upgraded to Jellyfin 10.9.1 and since the I cannot access the server anymore. Running in Docker.

My Doker Compose:

jellyfin:
image: lscr.io/linuxserver/jellyfin:10.9.7
container\_name: jellyfin
networks:

- jellyfin-media-net
- proxy-net
ports:
- 8096:8096
- 7359:7359/udp #Optional - Allows clients to discover Jellyfin on the local network.
- 1900:1900/udp #Optional - Service discovery used by DNLA and clients.
volumes:
- jellyfin-config:/config
- myMedia:/data
- ./jellyfin/main.jellyfin.bundle.js:/usr/share/jellyfin/web/main.jellyfin.bundle.js
- /dev/dri:/dev/dri
environment:
TZ: Europe/Berlin

# JELLYFIN\_PublishedServerUrl: 192.168.2.205

PUID: 1000
PGID: 1000
labels:

- "traefik.enable=true"
- "traefik.docker.network=proxy-net"
- "traefik.http.routers.jellyfin.rule=Host(`jellyfin.xxx.de`)"
- "traefik.http.services.myservice.loadbalancer.server.port=8096"
- "traefik.http.routers.jellyfin.entrypoints=websecure"
- "traefik.http.routers.jellyfin.tls.certresolver=letsencrypt"
- "docker-volume-backup.stop-during-backup=true"
restart: unless-stopped

networks:
jellyfin-media-net:
driver: bridge
name: jellyfin-media-net
proxy-net:
driver: bridge
external: true

volumes:
jellyfin-config:
jellyseerr-config:
radarr-config:
sonarr-config:
sabnzbd-config:
myMedia:
driver\_opts:
type: none
o: bind
device: /mnt/ext\_hdd/media

docker inspect Outputs

            "Bridge": "",
            "SandboxID": "95fae623d3f436770910a7d537494174c5de73ca1226f159348560c2754a2b78",
            "SandboxKey": "/var/run/docker/netns/95fae623d3f4",
            "Ports": {
                "1900/udp": \[
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "1900"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "1900"
                    }
                \],
                "7359/udp": \[
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "7359"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "7359"
                    }
                \],
                "8096/tcp": \[
                    {
                        "HostIp": "0.0.0.0",
                        "HostPort": "8096"
                    },
                    {
                        "HostIp": "::",
                        "HostPort": "8096"
                    }
                \],
                "8920/tcp": null
            },
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "jellyfin-media-net": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": \[
                        "jellyfin",
                        "0089370a406f"
                    \],
                    "MacAddress": "02:42:c0:a8:50:03",
                    "NetworkID": "314e15a68d3992129ff43f529f992cc69b9b1bfb42eb3b7cb1db2ea00c2bb630",
                    "EndpointID": "d03980b5d5f1610ced55a75e34729844c635b8090d45232aad358a8973076ebb",
                    "Gateway": "192.168.80.1",
                    "IPAddress": "192.168.80.3",
                    "IPPrefixLen": 20,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DriverOpts": null,
                    "DNSNames": \[
                        "jellyfin",
                        "0089370a406f"
                    \]
                },
                "proxy-net": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": \[
                        "jellyfin",
                        "0089370a406f"
                    \],
                    "MacAddress": "02:42:c0:a8:10:05",
                    "NetworkID": "79d4b2cb80b8e59c98f1e5a4bd935da940bda12e530f7f46e0b7a7c33c4986ba",
                    "EndpointID": "c249f6bffdc4f7e8f6af5a3be981091dbd52ae32cb8fd689c4dbe62a74980706",
                    "Gateway": "192.168.16.1",
                    "IPAddress": "192.168.16.5",
                    "IPPrefixLen": 20,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DriverOpts": null,
                    "DNSNames": \[
                        "jellyfin",
                        "0089370a406f"
                    \]
                }
            }
        }
    }
\]

Reproduction Steps

not known

Jellyfin Version

10.9.0

if other:

No response

Environment

- OS: Ubuntu
- Virtualization: Docker
- Clients: All
- Browser: All
- Reverse Proxy: Yes, same errors

Jellyfin logs

Brought to you by linuxserver.io
───────────────────────────────────────
To support the app dev(s) visit:
Jellyfin: https://opencollective.com/jellyfin
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
**** adding /dev/dri/card0 to video group video with id 44 ****
**** creating video group videootts with id 107 ****
**** adding /dev/dri/renderD128 to video group videootts with id 107 ****
[custom-init] No custom files found, skipping...
[18:50:19] [INF] [1] Main: Jellyfin version: 10.9.7
[18:50:19] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config/data]"]
[18:50:19] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[18:50:19] [INF] [1] Main: Operating system: Ubuntu 22.04.4 LTS
[18:50:19] [INF] [1] Main: Architecture: X64
[18:50:19] [INF] [1] Main: 64-Bit Process: True
[18:50:19] [INF] [1] Main: User Interactive: True
[18:50:19] [INF] [1] Main: Processor count: 4
[18:50:19] [INF] [1] Main: Program data path: /config/data
[18:50:19] [INF] [1] Main: Log directory path: /config/log
[18:50:19] [INF] [1] Main: Config directory path: /config
[18:50:19] [INF] [1] Main: Cache path: /config/cache
[18:50:19] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web
[18:50:19] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
[18:50:19] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
[18:50:19] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Fanart_11.0.0.0/Jellyfin.Plugin.Fanart.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b from /config/data/plugins/Webhook_14.0.0.0/MailKit.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661 from /config/data/plugins/Webhook_14.0.0.0/Handlebars.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938 from /config/data/plugins/Webhook_14.0.0.0/BouncyCastle.Cryptography.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/data/plugins/Webhook_14.0.0.0/MQTTnet.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Webhook_14.0.0.0/Jellyfin.Plugin.Webhook.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/data/plugins/Webhook_14.0.0.0/MQTTnet.Extensions.ManagedClient.dll
[18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814 from /config/data/plugins/Webhook_14.0.0.0/MimeKit.dll
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.16.5", "192.168.80.3"]
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
[18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Fanart 11.0.0.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Playback Reporting 14.0.0.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Webhook 14.0.0.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.7.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.7.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.7.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.7.0
[18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.7.0
[18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[18:50:22] [INF] [1] Main: Kestrel is listening on 0.0.0.0
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for /config/data/data/playback_reporting.db is delete
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int
[18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {8947f6a9-fd76-44bf-b678-74449550361d} may be persisted to storage in unencrypted form.
[18:50:22] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:cLJPIF/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable.
[18:50:22] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[18:50:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-10-pirated-movies-of-the-week
[18:50:22] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-movies-of-the-week
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded
[18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded
[18:50:22] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/boxoffice
[18:50:22] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-watched-movies-of-the-week
[18:50:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/movies
[18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Playback Reporting Trim Db set to fire at 2024-06-28 00:00:00.000 +02:00, which is 05:09:37.0525420 from now.
[18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Trickplay-Bilder generieren set to fire at 2024-06-28 03:00:00.000 +02:00, which is 08:09:37.0400926 from now.
[18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extrahiere Kapitel-Bilder set to fire at 2024-06-28 02:00:00.000 +02:00, which is 07:09:37.0377006 from now.
[18:50:22] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[18:50:23] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/series
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
[18:50:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: a1db66652b91493e96f74e180d736ae0
[18:50:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[18:50:23] [INF] [1] Main: Startup complete 0:00:04.4336063
[ls.io-init] done.
[18:50:26] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Sammlungen und Playlisten aufräumen Completed after 0 minute(s) and 0 seconds
[18:50:27] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Aktualisiere Plugins Completed after 0 minute(s) and 1 seconds

FFmpeg logs

not relevant

Please attach any browser or client logs here

main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2 Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
at _ (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:255108)
at 71831 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:255183)
at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264)
at 86628 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:11274)
at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264)
at 76543 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:339355)
at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264)
at 53913 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:195)
at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264)
at main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1216404
serviceworker.js?3a93c8aa75b061e11b13:1 Uncaught TypeError: n.O is not a function
at serviceworker.js?3a93c8aa75b061e11b13:1:707
at t (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1206740)
at serviceworker.js?3a93c8aa75b061e11b13:1:43
main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getApiClients')
at 1197 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:401965)
at Function.i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264)

Please attach any screenshots here

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @marvintnk on GitHub (Jun 27, 2024). ### Please describe your bug Upgraded to Jellyfin 10.9.1 and since the I cannot access the server anymore. Running in Docker. My Doker Compose: ``` jellyfin: image: lscr.io/linuxserver/jellyfin:10.9.7 container\_name: jellyfin networks: - jellyfin-media-net - proxy-net ports: - 8096:8096 - 7359:7359/udp #Optional - Allows clients to discover Jellyfin on the local network. - 1900:1900/udp #Optional - Service discovery used by DNLA and clients. volumes: - jellyfin-config:/config - myMedia:/data - ./jellyfin/main.jellyfin.bundle.js:/usr/share/jellyfin/web/main.jellyfin.bundle.js - /dev/dri:/dev/dri environment: TZ: Europe/Berlin # JELLYFIN\_PublishedServerUrl: 192.168.2.205 PUID: 1000 PGID: 1000 labels: - "traefik.enable=true" - "traefik.docker.network=proxy-net" - "traefik.http.routers.jellyfin.rule=Host(`jellyfin.xxx.de`)" - "traefik.http.services.myservice.loadbalancer.server.port=8096" - "traefik.http.routers.jellyfin.entrypoints=websecure" - "traefik.http.routers.jellyfin.tls.certresolver=letsencrypt" - "docker-volume-backup.stop-during-backup=true" restart: unless-stopped networks: jellyfin-media-net: driver: bridge name: jellyfin-media-net proxy-net: driver: bridge external: true volumes: jellyfin-config: jellyseerr-config: radarr-config: sonarr-config: sabnzbd-config: myMedia: driver\_opts: type: none o: bind device: /mnt/ext\_hdd/media ``` docker inspect Outputs ``` "Bridge": "", "SandboxID": "95fae623d3f436770910a7d537494174c5de73ca1226f159348560c2754a2b78", "SandboxKey": "/var/run/docker/netns/95fae623d3f4", "Ports": { "1900/udp": \[ { "HostIp": "0.0.0.0", "HostPort": "1900" }, { "HostIp": "::", "HostPort": "1900" } \], "7359/udp": \[ { "HostIp": "0.0.0.0", "HostPort": "7359" }, { "HostIp": "::", "HostPort": "7359" } \], "8096/tcp": \[ { "HostIp": "0.0.0.0", "HostPort": "8096" }, { "HostIp": "::", "HostPort": "8096" } \], "8920/tcp": null }, "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "jellyfin-media-net": { "IPAMConfig": null, "Links": null, "Aliases": \[ "jellyfin", "0089370a406f" \], "MacAddress": "02:42:c0:a8:50:03", "NetworkID": "314e15a68d3992129ff43f529f992cc69b9b1bfb42eb3b7cb1db2ea00c2bb630", "EndpointID": "d03980b5d5f1610ced55a75e34729844c635b8090d45232aad358a8973076ebb", "Gateway": "192.168.80.1", "IPAddress": "192.168.80.3", "IPPrefixLen": 20, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "DriverOpts": null, "DNSNames": \[ "jellyfin", "0089370a406f" \] }, "proxy-net": { "IPAMConfig": null, "Links": null, "Aliases": \[ "jellyfin", "0089370a406f" \], "MacAddress": "02:42:c0:a8:10:05", "NetworkID": "79d4b2cb80b8e59c98f1e5a4bd935da940bda12e530f7f46e0b7a7c33c4986ba", "EndpointID": "c249f6bffdc4f7e8f6af5a3be981091dbd52ae32cb8fd689c4dbe62a74980706", "Gateway": "192.168.16.1", "IPAddress": "192.168.16.5", "IPPrefixLen": 20, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "DriverOpts": null, "DNSNames": \[ "jellyfin", "0089370a406f" \] } } } } \] ``` ### Reproduction Steps not known ### Jellyfin Version 10.9.0 ### if other: _No response_ ### Environment ```markdown - OS: Ubuntu - Virtualization: Docker - Clients: All - Browser: All - Reverse Proxy: Yes, same errors ``` ### Jellyfin logs ```shell Brought to you by linuxserver.io ─────────────────────────────────────── To support the app dev(s) visit: Jellyfin: https://opencollective.com/jellyfin To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 1000 User GID: 1000 ─────────────────────────────────────── **** adding /dev/dri/card0 to video group video with id 44 **** **** creating video group videootts with id 107 **** **** adding /dev/dri/renderD128 to video group videootts with id 107 **** [custom-init] No custom files found, skipping... [18:50:19] [INF] [1] Main: Jellyfin version: 10.9.7 [18:50:19] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config/data]"] [18:50:19] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"] [18:50:19] [INF] [1] Main: Operating system: Ubuntu 22.04.4 LTS [18:50:19] [INF] [1] Main: Architecture: X64 [18:50:19] [INF] [1] Main: 64-Bit Process: True [18:50:19] [INF] [1] Main: User Interactive: True [18:50:19] [INF] [1] Main: Processor count: 4 [18:50:19] [INF] [1] Main: Program data path: /config/data [18:50:19] [INF] [1] Main: Log directory path: /config/log [18:50:19] [INF] [1] Main: Config directory path: /config [18:50:19] [INF] [1] Main: Cache path: /config/cache [18:50:19] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web [18:50:19] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/ [18:50:19] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache [18:50:19] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Fanart, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Fanart_11.0.0.0/Jellyfin.Plugin.Fanart.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.PlaybackReporting, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Playback Reporting_14.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Playback Reporting_14.0.0.0/SQLitePCL.pretty.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MailKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b from /config/data/plugins/Webhook_14.0.0.0/MailKit.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Handlebars, Version=2.1.6.0, Culture=neutral, PublicKeyToken=22225d0bf33cd661 from /config/data/plugins/Webhook_14.0.0.0/Handlebars.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938 from /config/data/plugins/Webhook_14.0.0.0/BouncyCastle.Cryptography.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/data/plugins/Webhook_14.0.0.0/MQTTnet.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Webhook, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null from /config/data/plugins/Webhook_14.0.0.0/Jellyfin.Plugin.Webhook.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MQTTnet.Extensions.ManagedClient, Version=4.3.4.1084, Culture=neutral, PublicKeyToken=fdb7629f2e364a63 from /config/data/plugins/Webhook_14.0.0.0/MQTTnet.Extensions.ManagedClient.dll [18:50:19] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly MimeKit, Version=4.5.0.0, Culture=neutral, PublicKeyToken=bede1c8a46c66814 from /config/data/plugins/Webhook_14.0.0.0/MimeKit.dll [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.16.5", "192.168.80.3"] [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist [18:50:19] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Fanart 11.0.0.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Playback Reporting 14.0.0.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Webhook 14.0.0.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.7.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.7.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.7.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.7.0 [18:50:22] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.7.0 [18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage. [18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. [18:50:22] [INF] [1] Main: Kestrel is listening on 0.0.0.0 [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: EventMonitorEntryPoint Running [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite version: 3.41.2 [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=1073741823,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1 [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Default journal_mode for /config/data/data/playback_reporting.db is delete [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Initialize PlaybackActivity Repository [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: PlaybackActivity table schema OK [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Expected : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.Data.ActivityRepository: Received : datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int [18:50:22] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {8947f6a9-fd76-44bf-b678-74449550361d} may be persisted to storage in unencrypted form. [18:50:22] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /run/s6-rc:s6-rc-init:cLJPIF/servicedirs/svc-jellyfin/wwwroot. Static files may be unavailable. [18:50:22] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [18:50:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-10-pirated-movies-of-the-week [18:50:22] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-movies-of-the-week [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskCleanDb: TaskCleanDb Loaded [18:50:22] [INF] [1] Jellyfin.Plugin.PlaybackReporting.TaskRunBackup: TaskRunBackup Loaded [18:50:22] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/boxoffice [18:50:22] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/lists/top-watched-movies-of-the-week [18:50:22] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/movies [18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Playback Reporting Trim Db set to fire at 2024-06-28 00:00:00.000 +02:00, which is 05:09:37.0525420 from now. [18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Trickplay-Bilder generieren set to fire at 2024-06-28 03:00:00.000 +02:00, which is 08:09:37.0400926 from now. [18:50:22] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extrahiere Kapitel-Bilder set to fire at 2024-06-28 02:00:00.000 +02:00, which is 07:09:37.0377006 from now. [18:50:22] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 6.0.1 [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [18:50:23] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /data/series [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [18:50:23] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg [18:50:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: a1db66652b91493e96f74e180d736ae0 [18:50:23] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [18:50:23] [INF] [1] Main: Startup complete 0:00:04.4336063 [ls.io-init] done. [18:50:26] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Sammlungen und Playlisten aufräumen Completed after 0 minute(s) and 0 seconds [18:50:27] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Aktualisiere Plugins Completed after 0 minute(s) and 1 seconds ``` ### FFmpeg logs ```shell not relevant ``` ### Please attach any browser or client logs here main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2 Uncaught TypeError: Cannot set properties of null (setting 'innerHTML') at _ (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:255108) at 71831 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:255183) at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264) at 86628 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:11274) at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264) at 76543 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:339355) at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264) at 53913 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:195) at i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264) at main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1216404 serviceworker.js?3a93c8aa75b061e11b13:1 Uncaught TypeError: n.O is not a function at serviceworker.js?3a93c8aa75b061e11b13:1:707 at t (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1206740) at serviceworker.js?3a93c8aa75b061e11b13:1:43 main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'getApiClients') at 1197 (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:401965) at Function.i (main.jellyfin.bundle.js?3a93c8aa75b061e11b13:2:1189264) ### Please attach any screenshots here ![image](https://github.com/jellyfin/jellyfin/assets/101425121/285c594e-102c-40ac-a8b0-8904952fb166) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-22 03:30:27 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jellyfin-bot commented on GitHub (Jun 27, 2024):

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.
  • You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log.

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

@jellyfin-bot commented on GitHub (Jun 27, 2024): 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. - You have not provided the ffmpeg log unaltered from the server. Please provide a valid ffmpeg log. This is an automated message, currently under testing. Please file an issue [here](https://github.com/jellyfin/jellyfin-triage-scripts/issues) if you encounter any problems.
Author
Owner

@felix920506 commented on GitHub (Jun 27, 2024):

Please clear your browser cache and try again. If the issue still persists afterwards, please head to our chat rooms or forum for support: https://jellyfin.org/contact

@felix920506 commented on GitHub (Jun 27, 2024): Please clear your browser cache and try again. If the issue still persists afterwards, please head to our chat rooms or forum for support: https://jellyfin.org/contact
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#6066
No description provided.