[Issue]: 'Emby.Server.Implementations.Session.SessionManager' Cannot access a disposed object. #5800

Closed
opened 2025-12-22 02:51:16 +01:00 by backuprepo · 5 comments
Owner

Originally created by @jumoog on GitHub (May 18, 2024).

Please describe your bug

restarting the server via dashboard

Reproduction Steps

  • start a movie
  • restart via dashboard

Jellyfin Version

10.9.0

if other:

10.9.2

Environment

- Virtualization: Docker

Jellyfin logs

2024-05-18T18:19:44.868942154Z [20:19:44] [ERR] [43] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
2024-05-18T18:19:44.868975574Z System.ObjectDisposedException: Cannot access a disposed object.
2024-05-18T18:19:44.868981683Z Object name: 'Emby.Server.Implementations.Session.SessionManager'.
2024-05-18T18:19:44.868987033Z    at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
2024-05-18T18:19:44.868992413Z    at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)
2024-05-18T18:19:45.160988032Z [20:19:45] [ERR] [54] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
2024-05-18T18:19:45.161016101Z System.ObjectDisposedException: Cannot access a disposed object.
2024-05-18T18:19:45.161020581Z Object name: 'Emby.Server.Implementations.Session.SessionManager'.
2024-05-18T18:19:45.161024371Z    at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
2024-05-18T18:19:45.161028221Z    at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @jumoog on GitHub (May 18, 2024). ### Please describe your bug restarting the server via dashboard ### Reproduction Steps - start a movie - restart via dashboard ### Jellyfin Version 10.9.0 ### if other: 10.9.2 ### Environment ```markdown - Virtualization: Docker ``` ### Jellyfin logs ```shell 2024-05-18T18:19:44.868942154Z [20:19:44] [ERR] [43] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress 2024-05-18T18:19:44.868975574Z System.ObjectDisposedException: Cannot access a disposed object. 2024-05-18T18:19:44.868981683Z Object name: 'Emby.Server.Implementations.Session.SessionManager'. 2024-05-18T18:19:44.868987033Z at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated) 2024-05-18T18:19:44.868992413Z at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state) 2024-05-18T18:19:45.160988032Z [20:19:45] [ERR] [54] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress 2024-05-18T18:19:45.161016101Z System.ObjectDisposedException: Cannot access a disposed object. 2024-05-18T18:19:45.161020581Z Object name: 'Emby.Server.Implementations.Session.SessionManager'. 2024-05-18T18:19:45.161024371Z at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated) 2024-05-18T18:19:45.161028221Z at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state) ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-22 02:51:16 +01:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@jellyfin-bot commented on GitHub (May 18, 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.

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

@jellyfin-bot commented on GitHub (May 18, 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. 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

@crobibero commented on GitHub (May 18, 2024):

This seems like a non-issue as the server is restarting. Are you experiencing issues that you think these errors are related to?

@crobibero commented on GitHub (May 18, 2024): This seems like a non-issue as the server is restarting. Are you experiencing issues that you think these errors are related to?
Author
Owner

@jumoog commented on GitHub (May 18, 2024):

Yes, not sure if this is related, but sometimes I do not see the playback progress that I need for my plugin autoskip functionality.

@jumoog commented on GitHub (May 18, 2024): Yes, not sure if this is related, but sometimes I do not see the playback progress that I need for my plugin autoskip functionality.
Author
Owner

@felix920506 commented on GitHub (Sep 1, 2024):

If the server is getting restarted mid playback leading to issues then there's really not much we can do.

Please open a separate report for your playback progress problem.

@felix920506 commented on GitHub (Sep 1, 2024): If the server is getting restarted mid playback leading to issues then there's really not much we can do. Please open a separate report for your playback progress problem.
Author
Owner

@felix920506 commented on GitHub (Sep 1, 2024):

Welp I was just told that it shouldn't happen anymore in 10.9.10

@felix920506 commented on GitHub (Sep 1, 2024): Welp I was just told that it shouldn't happen anymore in 10.9.10
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#5800
No description provided.