-
-
Notifications
You must be signed in to change notification settings - Fork 507
Open
Labels
awaiting triageThis issue needs to be reviewedThis issue needs to be reviewedpending author's response
Description
Description
This job results in massive CPU spikes and I cannot identify clear error or warning logs in either application to indicate the cause.
I have posted this as a Jellyseerr issue as this is likely a result of Jellyseerr not being updated for the new database migration to EFCore on the Jellyfin side. I see no other CPU spikes from Jellyfin.
Jellyseer logs are completely normal, just show the job running and debug logs for every entry in the list being scanned.
Version
2.7.3
Steps to Reproduce
- Manually run job 'Jellyfin Recently Added Scan'
- Monitor CPU usage for Jellyfin
Screenshots
No response
Logs
These logs from Jellyfin debug may direct to the cause:
[2025-10-28 13:33:35.129 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2025-10-28 13:33:35.129 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.130 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.131 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.131 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"searchTerm"' of type '"System.String"'.
[2025-10-28 13:33:35.131 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2025-10-28 13:33:35.132 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.132 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.133 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.133 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.133 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"person"' of type '"System.String"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minOfficialRating"' of type '"System.String"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameStartsWithOrGreater"' of type '"System.String"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameStartsWith"' of type '"System.String"'.
[2025-10-28 13:33:35.134 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameLessThan"' of type '"System.String"'.
[2025-10-28 13:33:35.135 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2025-10-28 13:33:35.135 +00:00] [DBG] [33] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.Platform
desktop
Database
SQLite (default)
Device
Server
Operating System
Ubuntu 22.04
Browser
Chrome
Additional Context
No response
Code of Conduct
- I agree to follow Seerr's Code of Conduct
Metadata
Metadata
Assignees
Labels
awaiting triageThis issue needs to be reviewedThis issue needs to be reviewedpending author's response