[Issue]: Possible memory leak on error System.NullReferenceException #4693

Closed
opened 2025-12-22 00:30:21 +01:00 by backuprepo · 3 comments
Owner

Originally created by @dr41nU on GitHub (Mar 6, 2023).

Please describe your bug

The amount of memory used is constantly increasing even when idle
After a while, the process is killed by OOM.
This trouble is probably linked to some errors (System.NullReferenceException: Object reference not set to an instance of an object) during scan phase, since the used memory is growing at the same time the errors are shown in log

Jellyfin Version

Other

if other:

10.8.9

Environment

- OS: Debian
- Virtualization: No
- Clients: DLNA eventually
- Browser: Firefox (bug occurs at idle)
- FFmpeg Version: 7:4.3.5-0+deb11u1
- Playback Method: Any (bug occurs at idle)
- Hardware Acceleration: VAAPI
- Plugins: AudioDB 10.8.9.0, LDAP-Auth 16.0.0.0, MusicBrainz 10.8.9.0, OMDb 10.8.9.0, Studio Images 10.8.9.0, TMDb 10.8.9.0
- Reverse Proxy: nginx
- Base URL: /jellyfin
- Networking: 
- Storage: local

Jellyfin logs

Mar 01 20:23:40 xxxxxxxxxx.fr jellyfin[579722]: [20:23:40] [WRN] [62] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://192.168.0.3:8096/jellyfin/dlna/ba355823-8553-4bee-a8a9-b35c4e7ffc86/contentdirectory/control to 192.168.0.20 in 0:00:00.6769408 wit
h Status Code 200
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: [20:23:41] [INF] [26] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null
, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8
05d97ad26e58957ff5
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: [20:23:41] [ERR] [26] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object.
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.ContentDirectory.ControlHandler.WriteResult(String methodName, IReadOnlyDictionary`2 methodParams, XmlWriter xmlWriter)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request)
Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request)

Mar 01 21:31:34 xxxxxxxxxx.fr jellyfin[579722]: [21:31:34] [WRN] [100] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://192.168.0.3:8096/jellyfin/dlna/ba355823-8553-4bee-a8a9-b35c4e7ffc86/contentdirectory/control to 192.168.0.20 in 0:00:00.6672427 wi
th Status Code 200
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: [21:31:35] [INF] [51] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null
, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8
05d97ad26e58957ff5
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: [21:31:35] [ERR] [51] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object.
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request)
Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request)

Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: [21:44:34] [INF] [72] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null
, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8
05d97ad26e58957ff5
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: [21:44:34] [ERR] [72] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object.
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request)
Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]:    at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request)

FFmpeg logs

none

Please attach any browser or client logs here

none

Please attach any screenshots here

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @dr41nU on GitHub (Mar 6, 2023). ### Please describe your bug The amount of memory used is constantly increasing even when idle After a while, the process is killed by OOM. This trouble is probably linked to some errors (System.NullReferenceException: Object reference not set to an instance of an object) during scan phase, since the used memory is growing at the same time the errors are shown in log ### Jellyfin Version Other ### if other: 10.8.9 ### Environment ```markdown - OS: Debian - Virtualization: No - Clients: DLNA eventually - Browser: Firefox (bug occurs at idle) - FFmpeg Version: 7:4.3.5-0+deb11u1 - Playback Method: Any (bug occurs at idle) - Hardware Acceleration: VAAPI - Plugins: AudioDB 10.8.9.0, LDAP-Auth 16.0.0.0, MusicBrainz 10.8.9.0, OMDb 10.8.9.0, Studio Images 10.8.9.0, TMDb 10.8.9.0 - Reverse Proxy: nginx - Base URL: /jellyfin - Networking: - Storage: local ``` ### Jellyfin logs ```shell Mar 01 20:23:40 xxxxxxxxxx.fr jellyfin[579722]: [20:23:40] [WRN] [62] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://192.168.0.3:8096/jellyfin/dlna/ba355823-8553-4bee-a8a9-b35c4e7ffc86/contentdirectory/control to 192.168.0.20 in 0:00:00.6769408 wit h Status Code 200 Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: [20:23:41] [INF] [26] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null , SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8 05d97ad26e58957ff5 Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: [20:23:41] [ERR] [26] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object. Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.ContentDirectory.ControlHandler.WriteResult(String methodName, IReadOnlyDictionary`2 methodParams, XmlWriter xmlWriter) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request) Mar 01 20:23:41 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request) Mar 01 21:31:34 xxxxxxxxxx.fr jellyfin[579722]: [21:31:34] [WRN] [100] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://192.168.0.3:8096/jellyfin/dlna/ba355823-8553-4bee-a8a9-b35c4e7ffc86/contentdirectory/control to 192.168.0.20 in 0:00:00.6672427 wi th Status Code 200 Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: [21:31:35] [INF] [51] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null , SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8 05d97ad26e58957ff5 Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: [21:31:35] [ERR] [51] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object. Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request) Mar 01 21:31:35 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: [21:44:34] [INF] [72] Emby.Dlna.ContentDirectory.ContentDirectoryService: StreamBuilder.BuildVideoItem( Profile=LG Smart TV, Path=/home/yunohost.multimedia/share/Picture/xxxxxxxxxx/VID_20180610_095646.mp4, AudioStreamIndex=null , SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:/videos/0082370c-31f2-079d-4fd5-73b16a1dbbe8/stream.mp4?MediaSourceId=0082370c31f2079d4fd573b16a1dbbe8&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&api_key=<token>&Tag=26c2370fc594d8 05d97ad26e58957ff5 Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: [21:44:34] [ERR] [72] Emby.Dlna.ContentDirectory.ContentDirectoryService: Error processing control request Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: System.NullReferenceException: Object reference not set to an instance of an object. Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.ContentDirectory.ControlHandler.HandleSearch(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request) Mar 01 21:44:34 xxxxxxxxxx.fr jellyfin[579722]: at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request) ``` ### FFmpeg logs ```shell none ``` ### Please attach any browser or client logs here none ### Please attach any screenshots here ![image](https://user-images.githubusercontent.com/50152843/223235257-a6c1f7f6-1016-48be-9578-716355067db2.png) ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-22 00:30:21 +01:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@dpsoccerdude101 commented on GitHub (Mar 14, 2023):

I have this issue, too, on my m2 mac mini. This issue leads me to force quitting the process in activity monitor and rebooting Jellyfin once a day.

@dpsoccerdude101 commented on GitHub (Mar 14, 2023): I have this issue, too, on my m2 mac mini. This issue leads me to `force quitting` the process in activity monitor and rebooting Jellyfin once a day.
Author
Owner

@ilteoood commented on GitHub (May 13, 2023):

Same issue here, on a Raspberry PI 4

@ilteoood commented on GitHub (May 13, 2023): Same issue here, on a Raspberry PI 4
Author
Owner

@jellyfin-bot commented on GitHub (Sep 11, 2023):

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot commented on GitHub (Sep 11, 2023): This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/general/getting-help.html).
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#4693
No description provided.