jellyfin / jellyfin

The Free Software Media System
https://jellyfin.org
GNU General Public License v2.0
30.97k stars 2.86k forks source link

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

Open jumoog opened 2 weeks ago

jumoog commented 2 weeks ago

Please describe your bug

restarting the server via dashboard

Reproduction Steps

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

jellyfin-bot commented 2 weeks ago

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

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

crobibero commented 2 weeks ago

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

jumoog commented 2 weeks ago

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