Jellyfin Forum
SOLVED: Logs spammed with the same Error - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Logs spammed with the same Error (/t-solved-logs-spammed-with-the-same-error)

Pages: 1 2


Logs spammed with the same Error - arc. - 2025-01-10

While trying to troubleshoot another problem I have (shows on Chromecast ending too early), I noticed that my log files are contantly being filled with the following error:

Code:
[<timestamp>] [ERR] [18/34/42/52/104] Emby.Server.Implementations.Session.SessionManager: Error reporting playback progress
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Emby.Server.Implementations.Session.SessionManager'.
  at Emby.Server.Implementations.Session.SessionManager.OnPlaybackProgress(PlaybackProgressInfo info, Boolean isAutomated)
  at MediaBrowser.Controller.Session.SessionInfo.OnProgressTimerCallback(Object state)

The server constantly reports this error in the logs, regardless of whether Jellyfin is being used to consume content. I do not expect this to be normal behaviour. What can I do to resolve this error?

Setup info:
- Running Jellyfin version 10.10.3
- Installation method: SynoCommunity package on a DS220+ w/ 10GB RAM running DSM 7.2.2
- Today's log is already 61MB, exceeding the upload size limit. I have therefore uploaded only the first 2 minutes of today.


RE: Logs spammed with the same Error - TheDreadPirate - 2025-01-10

Is the disk filling up? Specifically, the disk where jellyfin's DB is located and where transcodes are written to.


RE: Logs spammed with the same Error - arc. - 2025-01-10

Jellyfin is installed to a storage pool of 2x 4TB Seagate Ironwolf HDDs in Synology Hybrid Raid (SHR).
Currently, my Jellyfin application directory (i.e. not including media) is approximately 8.9GB in size. Of that, my log folder is 192MB. My instance is about a month old.


RE: Logs spammed with the same Error - TheDreadPirate - 2025-01-10

Can you zip your full jellyfin log and attach it to a forum post? I'm assuming it is too big to fit in any of the pastebin sites.


RE: Logs spammed with the same Error - arc. - 2025-01-10

My full jellyfin.log file is nearly 4GB uncompressed and 35MB compressed, thus over the forum upload limit again. Am I allowed to host the file elsewhere and post a link?


RE: Logs spammed with the same Error - TheDreadPirate - 2025-01-10

Google drive?


RE: Logs spammed with the same Error - arc. - 2025-01-10

Full (compressed) log hosted here: <>


RE: Logs spammed with the same Error - TheDreadPirate - 2025-01-10

Can you try going to Dashboard > Devices, and just delete every token? All devices will need to login again after doing this. But I'm not sure what else we could do besides that.


RE: Logs spammed with the same Error - arc. - 2025-01-10

(2025-01-10, 06:38 PM)TheDreadPirate Wrote: Can you try going to Dashboard > Devices, and just delete every token?  All devices will need to login again after doing this.  But I'm not sure what else we could do besides that.

Done. I shall report back in a few hours with the result!


RE: Logs spammed with the same Error - arc. - 2025-01-10

Update: The issue persists unfortunately.