-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
The UI display of logs seems to be missing entries that appear in the actual log files. Here's an example.

The actual log files contain more ERROR entries
sleighton@NucBoxG3P:~/docker/huntarr/config/logs
$ egrep -a '2025-09-08' *.log | egrep ERROR
lidarr.log:2025-09-08 12:32:01 America/Los_Angeles - huntarr.lidarr - ERROR - Error getting system status: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
radarr.log:2025-09-08 12:32:01 America/Los_Angeles - huntarr.radarr - ERROR - Error connecting to Radarr: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
sonarr.log:2025-09-08 02:33:42 America/Los_Angeles - huntarr.sonarr - ERROR - Sonarr command 'Season Search' (ID: 4065923) timed out after 600 attempts.
sonarr.log:2025-09-08 12:21:51 America/Los_Angeles - huntarr.sonarr - ERROR - Sonarr command 'Season Search' (ID: 4066983) timed out after 600 attempts.
sonarr.log:2025-09-08 12:32:00 America/Los_Angeles - huntarr.sonarr - ERROR - Error during GET request to system/status: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
sonarr.log:2025-09-08 13:13:05 America/Los_Angeles - huntarr.sonarr - ERROR - Sonarr command 'Season Search' (ID: 4067076) timed out after 600 attempts.
sonarr.log:2025-09-08 22:52:22 America/Los_Angeles - huntarr.sonarr - ERROR - Sonarr command 'Season Search' (ID: 4068127) timed out after 600 attempts.
Note that the sonarr.log actually has 5 entries but the GUI shows only 1.
Metadata
Metadata
Assignees
Labels
No labels